summaryrefslogtreecommitdiff
path: root/gtk/gtkcssselectorprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-03-17 02:36:11 +0100
committerBenjamin Otte <otte@redhat.com>2012-04-17 08:59:07 +0200
commita94b85d37592cb9119216cd9f4820e27edfe5e15 (patch)
tree47ad100f777ac9f52fe977eb3f5264e173f1ad82 /gtk/gtkcssselectorprivate.h
parentc0b7c3321d15daf05a26818745367051300ac176 (diff)
downloadgtk+-a94b85d37592cb9119216cd9f4820e27edfe5e15.tar.gz
css: Make the style provider take a matcher as an input argument
Diffstat (limited to 'gtk/gtkcssselectorprivate.h')
-rw-r--r--gtk/gtkcssselectorprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcssselectorprivate.h b/gtk/gtkcssselectorprivate.h
index c0ff428e0a..e1d7623867 100644
--- a/gtk/gtkcssselectorprivate.h
+++ b/gtk/gtkcssselectorprivate.h
@@ -20,6 +20,7 @@
#include <gtk/gtkenums.h>
#include <gtk/gtktypes.h>
+#include "gtk/gtkcssmatcherprivate.h"
#include "gtk/gtkcssparserprivate.h"
G_BEGIN_DECLS
@@ -36,8 +37,7 @@ void _gtk_css_selector_print (const GtkCssSelector *sel
GtkStateFlags _gtk_css_selector_get_state_flags (const GtkCssSelector *selector);
gboolean _gtk_css_selector_matches (const GtkCssSelector *selector,
- const GtkWidgetPath *path,
- GtkStateFlags state);
+ const GtkCssMatcher *matcher);
int _gtk_css_selector_compare (const GtkCssSelector *a,
const GtkCssSelector *b);