diff options
Diffstat (limited to 'shell/e-shell-settings-dialog.h')
-rw-r--r-- | shell/e-shell-settings-dialog.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/e-shell-settings-dialog.h b/shell/e-shell-settings-dialog.h index 93d136ac0f..f01ba36855 100644 --- a/shell/e-shell-settings-dialog.h +++ b/shell/e-shell-settings-dialog.h @@ -57,8 +57,10 @@ struct _EShellSettingsDialogClass { }; -GtkType e_shell_settings_dialog_get_type (void); -GtkWidget *e_shell_settings_dialog_new (void); +GtkType e_shell_settings_dialog_get_type (void); +GtkWidget *e_shell_settings_dialog_new (void); +void e_shell_settings_dialog_show_type (EShellSettingsDialog *dialog, + const char *type); #ifdef __cplusplus } |