diff options
Diffstat (limited to 'shell/e-shell-folder-selection-dialog.h')
-rw-r--r-- | shell/e-shell-folder-selection-dialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-shell-folder-selection-dialog.h b/shell/e-shell-folder-selection-dialog.h index cf0de808d2..7cf2ec259e 100644 --- a/shell/e-shell-folder-selection-dialog.h +++ b/shell/e-shell-folder-selection-dialog.h @@ -72,6 +72,10 @@ GtkWidget *e_shell_folder_selection_dialog_new (EShell const char *default_uri, const char *allowed_types[]); +void e_shell_folder_selection_dialog_set_allow_creation (EShellFolderSelectionDialog *folder_selection_dialog, + gboolean allow_creation); +gboolean e_shell_folder_selection_dialog_get_allow_creation (EShellFolderSelectionDialog *folder_selection_dialog); + const char *e_shell_folder_selection_dialog_get_selected_path (EShellFolderSelectionDialog *folder_selection_dialog); #ifdef cplusplus |