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/gtkcssstylepropertyprivate.h | |
parent | 0a3ac5efbced071e080af10e03748eb53e747807 (diff) | |
download | gtk+-544d210a614851528159a922fc3120e03332e486.tar.gz |
css: Move a bunch of functions
... from GtkStyleProperty to GtkCssStyleProperty.
Diffstat (limited to 'gtk/gtkcssstylepropertyprivate.h')
-rw-r--r-- | gtk/gtkcssstylepropertyprivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkcssstylepropertyprivate.h b/gtk/gtkcssstylepropertyprivate.h index 797c826491..0436f98ae2 100644 --- a/gtk/gtkcssstylepropertyprivate.h +++ b/gtk/gtkcssstylepropertyprivate.h @@ -54,7 +54,10 @@ GType _gtk_css_style_property_get_type (void) G_GNUC_CO guint _gtk_css_style_property_get_n_properties(void); GtkCssStyleProperty * _gtk_css_style_property_lookup_by_id (guint id); +gboolean _gtk_css_style_property_is_inherit (GtkCssStyleProperty *property); guint _gtk_css_style_property_get_id (GtkCssStyleProperty *property); +const GValue * _gtk_css_style_property_get_initial_value + (GtkCssStyleProperty *property); G_END_DECLS |