summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util/panel-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/libpanel-util/panel-gtk.h')
-rw-r--r--mate-panel/libpanel-util/panel-gtk.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mate-panel/libpanel-util/panel-gtk.h b/mate-panel/libpanel-util/panel-gtk.h
index 19950a71..078dcb05 100644
--- a/mate-panel/libpanel-util/panel-gtk.h
+++ b/mate-panel/libpanel-util/panel-gtk.h
@@ -40,6 +40,12 @@ GtkWidget* panel_dialog_add_button (GtkDialog *dialog,
const gchar *icon_name,
gint response_id);
+GtkWidget* panel_file_chooser_dialog_new (const gchar *title,
+ GtkWindow *parent,
+ GtkFileChooserAction action,
+ const gchar *first_button_text,
+ ...);
+
#ifdef __cplusplus
}
#endif