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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libcss/select.h b/include/libcss/select.h
index 5eaf120..bd85eaa 100644
--- a/include/libcss/select.h
+++ b/include/libcss/select.h
@@ -37,6 +37,8 @@ typedef struct css_select_handler {
css_error (*parent_node)(void *pw, void *node, void **parent);
css_error (*sibling_node)(void *pw, void *node, void **sibling);
+ css_error (*node_has_name)(void *pw, void *node,
+ lwc_string *name, bool *match);
css_error (*node_has_class)(void *pw, void *node,
lwc_string *name, bool *match);
css_error (*node_has_id)(void *pw, void *node,