diff options
Diffstat (limited to 'gtk/gtknotebook.h')
-rw-r--r-- | gtk/gtknotebook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h index 50c0e6ed5..ffa575c50 100644 --- a/gtk/gtknotebook.h +++ b/gtk/gtknotebook.h @@ -111,7 +111,7 @@ struct _GtkNotebookPage * Creation, insertion, deletion * ***********************************************************/ -GtkType gtk_notebook_get_type (void); +GtkType gtk_notebook_get_type (void) G_GNUC_CONST; GtkWidget * gtk_notebook_new (void); void gtk_notebook_append_page (GtkNotebook *notebook, GtkWidget *child, |