diff options
author | Benjamin Otte <otte@redhat.com> | 2011-12-31 19:45:17 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-01-09 18:37:52 +0100 |
commit | 544d210a614851528159a922fc3120e03332e486 (patch) | |
tree | f570f48644af3dbda34de027e2aef1c2a8abfeaf /gtk/gtkstylepropertiesprivate.h | |
parent | 0a3ac5efbced071e080af10e03748eb53e747807 (diff) | |
download | gtk+-544d210a614851528159a922fc3120e03332e486.tar.gz |
css: Move a bunch of functions
... from GtkStyleProperty to GtkCssStyleProperty.
Diffstat (limited to 'gtk/gtkstylepropertiesprivate.h')
-rw-r--r-- | gtk/gtkstylepropertiesprivate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkstylepropertiesprivate.h b/gtk/gtkstylepropertiesprivate.h index efefb07d90..cda88101ed 100644 --- a/gtk/gtkstylepropertiesprivate.h +++ b/gtk/gtkstylepropertiesprivate.h @@ -21,7 +21,7 @@ #define __GTK_STYLE_PROPERTIES_PRIVATE_H__ #include "gtkstyleproperties.h" -#include "gtkstylepropertyprivate.h" +#include "gtkcssstylepropertyprivate.h" #include "gtkstylecontextprivate.h" #include "gtksymboliccolorprivate.h" @@ -40,10 +40,10 @@ void _gtk_style_properties_get_valist (GtkStylePropertie va_list args); const GValue * _gtk_style_properties_peek_property (GtkStyleProperties *props, - GtkStyleProperty *property, + GtkCssStyleProperty *property, GtkStateFlags state); void _gtk_style_properties_set_property_by_property (GtkStyleProperties *props, - GtkStyleProperty *property, + GtkCssStyleProperty *property, GtkStateFlags state, const GValue *value); |