diff options
author | Benjamin Otte <otte@redhat.com> | 2011-05-16 20:20:55 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-05-18 22:17:57 +0200 |
commit | d6f00427738906151a0f721217d49ce3b003503e (patch) | |
tree | be993978152ec7b1f5a77fb2002183b5c0b05dda /gtk/gtkcssselectorprivate.h | |
parent | 08e83ca66b6d42c75e57fdc8e674b516d895b2f9 (diff) | |
download | gtk+-d6f00427738906151a0f721217d49ce3b003503e.tar.gz |
css: Make _gtk_css_selector_matches() take a path length
This will be necessary when handling inherit.
Diffstat (limited to 'gtk/gtkcssselectorprivate.h')
-rw-r--r-- | gtk/gtkcssselectorprivate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkcssselectorprivate.h b/gtk/gtkcssselectorprivate.h index 70c5e600cf..5a158824d8 100644 --- a/gtk/gtkcssselectorprivate.h +++ b/gtk/gtkcssselectorprivate.h @@ -48,7 +48,8 @@ void _gtk_css_selector_print (const GtkCssSelector *sel GtkStateFlags _gtk_css_selector_get_state_flags (GtkCssSelector *selector); gboolean _gtk_css_selector_matches (const GtkCssSelector *selector, - /* const */ GtkWidgetPath *path); + /* const */ GtkWidgetPath *path, + guint length); int _gtk_css_selector_compare (const GtkCssSelector *a, const GtkCssSelector *b); |