summaryrefslogtreecommitdiff
path: root/gtk/gtkstylepropertyprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-01-01 18:28:27 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:53 +0100
commitb904679a111224039a92e6f50acd97f6218a2d3a (patch)
tree13a8766be3e403bec0a22e762461ea109af2ab6c /gtk/gtkstylepropertyprivate.h
parent078fc725e0a83250ea7e1bf37dfc4f5f95b990c8 (diff)
downloadgtk+-b904679a111224039a92e6f50acd97f6218a2d3a.tar.gz
styleproperty: Move value printing to real properties
We can't print shorthands, so don't try. In particular, I want to get away from shorthands being representable using GValue, and this function kinda requires that.
Diffstat (limited to 'gtk/gtkstylepropertyprivate.h')
-rw-r--r--gtk/gtkstylepropertyprivate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkstylepropertyprivate.h b/gtk/gtkstylepropertyprivate.h
index e8d6e583d4..92c3fea180 100644
--- a/gtk/gtkstylepropertyprivate.h
+++ b/gtk/gtkstylepropertyprivate.h
@@ -95,9 +95,6 @@ gboolean _gtk_style_property_parse_value (GtkStyleProperty *
GValue *value,
GtkCssParser *parser,
GFile *base);
-void _gtk_style_property_print_value (GtkStyleProperty * property,
- const GValue *value,
- GString *string);
GType _gtk_style_property_get_value_type(GtkStyleProperty * property);
void _gtk_style_property_query (GtkStyleProperty * property,