summaryrefslogtreecommitdiff
path: root/include/libcss/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss/select.h')
-rw-r--r--include/libcss/select.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/libcss/select.h b/include/libcss/select.h
index a3d18df..76bdcf5 100644
--- a/include/libcss/select.h
+++ b/include/libcss/select.h
@@ -26,6 +26,11 @@ enum css_pseudo_element {
typedef struct css_select_handler {
css_error (*node_name)(void *pw, void *node,
lwc_context *dict, lwc_string **name);
+ css_error (*node_classes)(void *pw, void *node,
+ lwc_context *dict, lwc_string ***classes,
+ uint32_t *n_classes);
+ css_error (*node_id)(void *pw, void *node,
+ lwc_context *dict, lwc_string **id);
css_error (*named_ancestor_node)(void *pw, void *node,
lwc_string *name, void **ancestor);