summaryrefslogtreecommitdiff
path: root/gtk/gtkstylepropertyprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-12-31 19:45:17 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:52 +0100
commit544d210a614851528159a922fc3120e03332e486 (patch)
treef570f48644af3dbda34de027e2aef1c2a8abfeaf /gtk/gtkstylepropertyprivate.h
parent0a3ac5efbced071e080af10e03748eb53e747807 (diff)
downloadgtk+-544d210a614851528159a922fc3120e03332e486.tar.gz
css: Move a bunch of functions
... from GtkStyleProperty to GtkCssStyleProperty.
Diffstat (limited to 'gtk/gtkstylepropertyprivate.h')
-rw-r--r--gtk/gtkstylepropertyprivate.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gtk/gtkstylepropertyprivate.h b/gtk/gtkstylepropertyprivate.h
index 420f43265a..d498c4c6d8 100644
--- a/gtk/gtkstylepropertyprivate.h
+++ b/gtk/gtkstylepropertyprivate.h
@@ -81,9 +81,6 @@ struct _GtkStylePropertyClass
GType _gtk_style_property_get_type (void) G_GNUC_CONST;
-guint _gtk_style_property_get_count (void);
-GtkStyleProperty * _gtk_style_property_get (guint id);
-
GtkStyleProperty * _gtk_style_property_lookup (const char *name);
const char * _gtk_style_property_get_name (GtkStyleProperty *property);
@@ -95,12 +92,6 @@ void _gtk_style_property_register (GParamSpec
GtkStylePrintFunc print_func,
const GValue *initial_value);
-gboolean _gtk_style_property_is_inherit (GtkStyleProperty * property);
-guint _gtk_style_property_get_id (GtkStyleProperty * property);
-
-const GValue * _gtk_style_property_get_initial_value
- (GtkStyleProperty * property);
-
GParameter * _gtk_style_property_unpack (GtkStyleProperty * property,
const GValue *value,
guint *n_params);