]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkstylepropertiesprivate.h
a11y: Emit text-changed signals directly
[~andy/gtk] / gtk / gtkstylepropertiesprivate.h
index 1b9caf4aaa4539574051c2146d1071776e110a03..74cde6251745e39e083a2751a2260d4ea8fda6a0 100644 (file)
 #include "gtkstyleproperties.h"
 #include "gtkcssstylepropertyprivate.h"
 #include "gtkstylecontextprivate.h"
-#include "gtksymboliccolorprivate.h"
 
 G_BEGIN_DECLS
 
-const GValue * _gtk_style_properties_peek_property            (GtkStyleProperties      *props,
+GtkCssValue  * _gtk_style_properties_peek_property            (GtkStyleProperties      *props,
                                                                GtkCssStyleProperty     *property,
                                                                GtkStateFlags            state);
 void           _gtk_style_properties_set_property_by_property (GtkStyleProperties      *props,
                                                                GtkCssStyleProperty     *property,
                                                                GtkStateFlags            state,
-                                                               const GValue            *value);
+                                                               GtkCssValue             *value);
 
 G_END_DECLS