From 0176b387c85a150b7d6fdac22be6db627d523217 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Wed, 30 Aug 2000 00:33:38 +0000 Subject: Use G_GNUC_CONST. Use G_GNUC_CONST. --- gtk/gtkspinbutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkspinbutton.h') diff --git a/gtk/gtkspinbutton.h b/gtk/gtkspinbutton.h index 6992cb070..220969eb6 100644 --- a/gtk/gtkspinbutton.h +++ b/gtk/gtkspinbutton.h @@ -110,7 +110,7 @@ struct _GtkSpinButtonClass }; -GtkType gtk_spin_button_get_type (void); +GtkType gtk_spin_button_get_type (void) G_GNUC_CONST; void gtk_spin_button_configure (GtkSpinButton *spin_button, GtkAdjustment *adjustment, -- cgit v1.2.1