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/gtkhseparator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkhseparator.h') diff --git a/gtk/gtkhseparator.h b/gtk/gtkhseparator.h index 5f11906fd1..b98abd2b19 100644 --- a/gtk/gtkhseparator.h +++ b/gtk/gtkhseparator.h @@ -59,7 +59,7 @@ struct _GtkHSeparatorClass }; -GtkType gtk_hseparator_get_type (void); +GtkType gtk_hseparator_get_type (void) G_GNUC_CONST; GtkWidget* gtk_hseparator_new (void); -- cgit v1.2.1