* all:
[modest] / src / modest-singletons.h
index 2d90a17..84e647a 100644 (file)
@@ -38,8 +38,6 @@
 #include <modest-tny-account-store.h>
 #include <modest-mail-operation-queue.h>
 #include <modest-cache-mgr.h>
-#include <modest-widget-factory.h>
-
 
 G_BEGIN_DECLS
 
@@ -88,6 +86,7 @@ ModestSingletons*    modest_singletons_new         (void);
 
 /**
  * modest_singletons_get_conf:
+ * @self: a valid ModestSingletons instance
  * 
  * get the ModestConf singleton instance
  * don't use this function directly, use the modest-runtime
@@ -100,6 +99,7 @@ ModestConf*               modest_singletons_get_conf          (ModestSingletons
 
 /**
  * modest_singletons_get_account_mgr:
+ * @self: a valid ModestSingletons instance
  * 
  * get the ModestAccountMgr singleton instance
  * don't use this function directly, use the modest-runtime
@@ -112,30 +112,32 @@ ModestAccountMgr*         modest_singletons_get_account_mgr   (ModestSingletons
 
 /**
  * modest_singletons_get_account_store:
+ * @self: a valid #ModestSingletons instance
  * 
- * get the ModestTnyAccountStore singleton instance
+ * get the #ModestTnyAccountStore singleton instance
  * don't use this function directly, use the modest-runtime
  * functions instead.
  *
- * Returns: the ModestTnyAccountStore singleton
+ * Returns: the #ModestTnyAccountStore singleton
  **/
 ModestTnyAccountStore*    modest_singletons_get_account_store (ModestSingletons *self);
 
-
 /**
  * modest_singletons_get_cache_mgr:
+ * @self: a valid #ModestSingletons instance
  * 
- * get the ModestCacheMgr singleton instance
+ * get the #ModestCacheMgr singleton instance
  * don't use this function directly, use the modest-runtime
  * functions instead.
  *
- * Returns: the ModestCacheMgr singleton
+ * Returns: the #ModestCacheMgr singleton
  **/
 ModestCacheMgr*           modest_singletons_get_cache_mgr     (ModestSingletons *self);
 
 
 /**
  * modest_singletons_get_mail_operation_queue:
+ * @self: a valid ModestSingletons instance
  * 
  * get the ModestMailOperationQueue singleton instance
  * don't use this function directly, use the modest-runtime
@@ -147,19 +149,6 @@ ModestMailOperationQueue* modest_singletons_get_mail_operation_queue (ModestSing
 
 
 
-
-/**
- * modest_singletons_get_widget_factory:
- * 
- * get the ModestWidgetFactory singleton instance
- * don't use this function directly, use the modest-runtime
- * functions instead.
- *
- * Returns: the ModestWidgetFactory singleton
- **/
-ModestWidgetFactory* modest_singletons_get_widget_factory (ModestSingletons *self);
-
-
 G_END_DECLS
 
 #endif /* __MODEST_SINGLETONS_H__ */