Modified webpage: now tinymail repository is in gitorious.
[modest] / src / modest-widget-memory.h
index bb746c9..59879e9 100644 (file)
 #ifndef __MODEST_WIDGET_MEMORY_H__
 #define __MODEST_WIDGET_MEMORY_H__
 
-#include <gtk/gtk.h>
 #include <modest-conf.h>
 
 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__*/