X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-widget-memory.h;h=59879e904f70c560595c7ac7e2e9f2b51b65f359;hp=f3bd1b475a831fe358f40822a8bf7552b7e63686;hb=5d2de21f1b0aa7aa9dee5321acf6edb9b089dd5e;hpb=62d983888e426a7c4c483fc16f6a4ded65e583e3 diff --git a/src/modest-widget-memory.h b/src/modest-widget-memory.h index f3bd1b4..59879e9 100644 --- a/src/modest-widget-memory.h +++ b/src/modest-widget-memory.h @@ -30,15 +30,13 @@ #ifndef __MODEST_WIDGET_MEMORY_H__ #define __MODEST_WIDGET_MEMORY_H__ -#include #include -#include G_BEGIN_DECLS /** - * modest_widget_memory_save_settings: - * @self: a ModestConf instance + * modest_widget_memory_save: + * @conf: a ModestConf instance * @widget: the widget to save the settings for * @name: the unique name for this widget * @@ -46,21 +44,20 @@ G_BEGIN_DECLS * * Returns: TRUE if succeeded or FALSE in case of error. */ -gboolean modest_widget_memory_save_settings (ModestConf *conf, GtkWidget *widget, - const gchar *name); +gboolean modest_widget_memory_save (ModestConf *conf, GObject *widget, const gchar *name); /** - * modest_widget_memory_restore_settings: - * @self: a ModestConf instance + * modest_widget_memory_restore: + * @conf: a ModestConf instance * @widget: the widget to save the settings for * @name: the unique name for this widget - * + * * restore the settings for a widget configuration system * * Returns: TRUE if succeeded or FALSE in case of error. */ -gboolean modest_widget_memory_restore_settings (ModestConf *conf, GtkWidget *widget, - const gchar *name); +gboolean modest_widget_memory_restore (ModestConf *conf, GObject *widget, const gchar *name); + G_END_DECLS #endif /*__MODEST_WIDGET_MEMORY_H__*/