diff options
Diffstat (limited to 'gtk/gtkfilechooserwidget.h')
-rw-r--r-- | gtk/gtkfilechooserwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserwidget.h b/gtk/gtkfilechooserwidget.h index f6befb562e..2df7ded17f 100644 --- a/gtk/gtkfilechooserwidget.h +++ b/gtk/gtkfilechooserwidget.h @@ -50,7 +50,7 @@ struct _GtkFileChooserWidget GtkFileChooserWidgetPrivate *priv; }; -GType gtk_file_chooser_widget_get_type (void); +GType gtk_file_chooser_widget_get_type (void) G_GNUC_CONST; GtkWidget *gtk_file_chooser_widget_new (GtkFileChooserAction action); GtkWidget *gtk_file_chooser_widget_new_with_backend (GtkFileChooserAction action, const gchar *backend); |