diff options
Diffstat (limited to 'gtk/gtkfilechooserwidget.h')
-rw-r--r-- | gtk/gtkfilechooserwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkfilechooserwidget.h b/gtk/gtkfilechooserwidget.h index 00b55cbd93..5d9d89892f 100644 --- a/gtk/gtkfilechooserwidget.h +++ b/gtk/gtkfilechooserwidget.h @@ -57,7 +57,9 @@ struct _GtkFileChooserWidgetClass void (*_gtk_reserved4) (void); }; +GDK_AVAILABLE_IN_ALL GType gtk_file_chooser_widget_get_type (void) G_GNUC_CONST; +GDK_AVAILABLE_IN_ALL GtkWidget *gtk_file_chooser_widget_new (GtkFileChooserAction action); G_END_DECLS |