diff options
Diffstat (limited to 'gtk/gtkstylecontextprivate.h')
-rw-r--r-- | gtk/gtkstylecontextprivate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstylecontextprivate.h b/gtk/gtkstylecontextprivate.h index 759929ec62..9feaf78fb3 100644 --- a/gtk/gtkstylecontextprivate.h +++ b/gtk/gtkstylecontextprivate.h @@ -27,9 +27,9 @@ G_BEGIN_DECLS void _gtk_style_context_set_widget (GtkStyleContext *context, GtkWidget *widget); GtkCssValue * _gtk_style_context_peek_property (GtkStyleContext *context, - const char *property_name); + guint property_id); double _gtk_style_context_get_number (GtkStyleContext *context, - const char *property_name, + guint property_id, double one_hundred_percent); const GValue * _gtk_style_context_peek_style_property (GtkStyleContext *context, GType widget_type, |