modest_tny_account_store_get_accout_mgr() added to modest-tny-account-store.h
authorSilvan Marco Fin <silvan@kernelconcepts.de>
Tue, 16 May 2006 10:43:30 +0000 (10:43 +0000)
committerSilvan Marco Fin <silvan@kernelconcepts.de>
Tue, 16 May 2006 10:43:30 +0000 (10:43 +0000)
pmo-trunk-r66

src/modest-tny-account-store.h

index f553893..2bdc960 100644 (file)
@@ -31,7 +31,7 @@ struct _ModestTnyAccountStore {
 struct _ModestTnyAccountStoreClass {
        //TnyAccountStoreClass parent_class;
        GObjectClass parent_class;
-       
+
        void (*password_requested) (ModestTnyAccountStore *self,
                                    const gchar *account_name,
                                    gpointer user_data);
@@ -59,6 +59,16 @@ GType        modest_tny_account_store_get_type    (void) G_GNUC_CONST;
 GObject*    modest_tny_account_store_new         (ModestAccountMgr *modest_acc_mgr);
 
 /**
+ * modest_tny_account_store_get_accout_mgr:
+ * @self: a TnyAccountStore instance
+ *
+ * retrieve the account manager associated with this account store.
+ *
+ * Returns: the account manager for self.
+ */
+ModestAccountMgr *modest_tny_account_store_get_accout_mgr(TnyAccountStore *self);
+
+/**
  * tny_account_store_get_session:
  * @self: a TnyAccountStore instance
  *