diff options
Diffstat (limited to 'gtk/gtkrc.h')
-rw-r--r-- | gtk/gtkrc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkrc.h b/gtk/gtkrc.h index 31ed606970..a1a98f2278 100644 --- a/gtk/gtkrc.h +++ b/gtk/gtkrc.h @@ -119,7 +119,7 @@ void gtk_rc_add_widget_class_style (GtkRcStyle *rc_style, void gtk_rc_add_class_style (GtkRcStyle *rc_style, const gchar *pattern); -GType gtk_rc_style_get_type (void); +GType gtk_rc_style_get_type (void) G_GNUC_CONST; GtkRcStyle* gtk_rc_style_new (void); GtkRcStyle *gtk_rc_style_copy (GtkRcStyle *orig); void gtk_rc_style_ref (GtkRcStyle *rc_style); |