summaryrefslogtreecommitdiff
path: root/gtk/gtkrc.h
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-08-30 00:33:38 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-08-30 00:33:38 +0000
commit0176b387c85a150b7d6fdac22be6db627d523217 (patch)
treec3214257c87fdad8b7ca8b1e63637ddc2160da20 /gtk/gtkrc.h
parenta10a7350f3d1d90ee5f888dfe360d8b9221186c4 (diff)
downloadgdk-pixbuf-0176b387c85a150b7d6fdac22be6db627d523217.tar.gz
Use G_GNUC_CONST.
Use G_GNUC_CONST.
Diffstat (limited to 'gtk/gtkrc.h')
-rw-r--r--gtk/gtkrc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkrc.h b/gtk/gtkrc.h
index 31ed60697..a1a98f227 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);