X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-global-settings-dialog.h;h=bc4b76873294965673100d030eb969ea1be735db;hb=11be7243c222a919f0df7afa4f78b795d0684344;hp=79c988b4184c6193a60011dfafc2e27343d405fd;hpb=cdbab669714f015b98fbce83b8e147df6ab27e82;p=modest diff --git a/src/widgets/modest-global-settings-dialog.h b/src/widgets/modest-global-settings-dialog.h index 79c988b..bc4b768 100644 --- a/src/widgets/modest-global-settings-dialog.h +++ b/src/widgets/modest-global-settings-dialog.h @@ -79,16 +79,13 @@ struct _ModestGlobalSettingsDialogClass { /* Returns the current connection method. Assumes that the device is online */ ModestConnectedVia (*current_connection_func) (void); + gboolean (*save_settings_func) (ModestGlobalSettingsDialog *self); }; /* member functions */ GType modest_global_settings_dialog_get_type (void) G_GNUC_CONST; -/* Do *NOT* use this functions directly. They must be only used by - subclasses. We put them here and not in the -priv header file - because recursive dependencies */ -void _modest_global_settings_dialog_load_conf (ModestGlobalSettingsDialog *self); -gboolean _modest_global_settings_dialog_save_conf (ModestGlobalSettingsDialog *self); +gboolean modest_global_settings_dialog_save_settings (ModestGlobalSettingsDialog *self); G_END_DECLS