summaryrefslogtreecommitdiff
path: root/gtk/gtkvseparator.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/gtkvseparator.h
parenta10a7350f3d1d90ee5f888dfe360d8b9221186c4 (diff)
downloadgtk+-0176b387c85a150b7d6fdac22be6db627d523217.tar.gz
Use G_GNUC_CONST.
Use G_GNUC_CONST.
Diffstat (limited to 'gtk/gtkvseparator.h')
-rw-r--r--gtk/gtkvseparator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkvseparator.h b/gtk/gtkvseparator.h
index 70924a8bc2..69c3ac8756 100644
--- a/gtk/gtkvseparator.h
+++ b/gtk/gtkvseparator.h
@@ -59,7 +59,7 @@ struct _GtkVSeparatorClass
};
-GtkType gtk_vseparator_get_type (void);
+GtkType gtk_vseparator_get_type (void) G_GNUC_CONST;
GtkWidget* gtk_vseparator_new (void);