diff options
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index e6e7fcd81d..87cc285c2f 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -861,9 +861,9 @@ GtkStateFlags gtk_style_context_get_state (GtkStyleContext *context); GDK_AVAILABLE_IN_ALL void gtk_style_context_set_scale (GtkStyleContext *context, - gint scale); + int scale); GDK_AVAILABLE_IN_ALL -gint gtk_style_context_get_scale (GtkStyleContext *context); +int gtk_style_context_get_scale (GtkStyleContext *context); GDK_AVAILABLE_IN_ALL void gtk_style_context_add_class (GtkStyleContext *context, |