* all:
[modest] / src / modest-widget-memory.h
index bb746c9..4e3993d 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
  *