X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-widget-memory.h;h=59879e904f70c560595c7ac7e2e9f2b51b65f359;hp=bb746c98f6de7a718620b5a9630ba045bfa5db07;hb=c712ba618d30859f259b2b4286023fcbeb7e32ed;hpb=b630522e1a7d4c44f2e956bbc3c692c40bec31fd diff --git a/src/modest-widget-memory.h b/src/modest-widget-memory.h index bb746c9..59879e9 100644 --- a/src/modest-widget-memory.h +++ b/src/modest-widget-memory.h @@ -30,14 +30,13 @@ #ifndef __MODEST_WIDGET_MEMORY_H__ #define __MODEST_WIDGET_MEMORY_H__ -#include #include G_BEGIN_DECLS /** * modest_widget_memory_save: - * @self: a ModestConf instance + * @conf: a ModestConf instance * @widget: the widget to save the settings for * @name: the unique name for this widget * @@ -49,7 +48,7 @@ gboolean modest_widget_memory_save (ModestConf *conf, GObject *widget, const gch /** * modest_widget_memory_restore: - * @self: a ModestConf instance + * @conf: a ModestConf instance * @widget: the widget to save the settings for * @name: the unique name for this widget * @@ -59,7 +58,6 @@ gboolean modest_widget_memory_save (ModestConf *conf, GObject *widget, const gch */ gboolean modest_widget_memory_restore (ModestConf *conf, GObject *widget, const gchar *name); - G_END_DECLS #endif /*__MODEST_WIDGET_MEMORY_H__*/