From: Dirk-Jan C. Binnema Date: Mon, 12 Nov 2007 15:44:29 +0000 (+0000) Subject: * update for docs X-Git-Tag: git_migration_finished~2116 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=5cbd7e04707e97c222faa4f577ec1a7066ab887f * update for docs pmo-trunk-r3710 --- diff --git a/docs/reference/modest-docs.sgml b/docs/reference/modest-docs.sgml index 42a2f05..158c68f 100644 --- a/docs/reference/modest-docs.sgml +++ b/docs/reference/modest-docs.sgml @@ -2,29 +2,39 @@ + + + + - - + + - + - + + + + + + + + + + + + - - - - - - - + @@ -60,42 +70,59 @@ --> API Reference - - Modest - &ModestAccountMgr; - &ModestConf; - &ModestDefs; - &ModestError; - &ModestFormatter; - &ModestIconNames; - &ModestMailOperation; - &ModestMailOperationQueue; - &ModestMarshal; - &ModestPair; - &ModestProtocolInfo; - &ModestTextUtils; - &ModestTnyAccountStore; - &ModestTnyFolder; - &ModestTnyPlatformFactory; - &ModestWidgetMemory; + + + Core/Runtime + &ModestRuntime; + &ModestSingletons; + + + + + Mail + &ModestTnyMsg; + &ModestTnyFolder; + &ModestTnySendQueue; + &ModestTnyAccountStore; + + &ModestMailOperationQueue; + + + Widgets - &widgets-ModestAccountView; - &widgets-ModestComboBox; - &widgets-ModestFolderView; - &widgets-ModestHeaderView; - &widgets-ModestMainWindow; - &widgets-ModestMsgView; + &ModestAccountView; + &ModestAccountViewWindow; + &ModestComboBox; + &ModestFolderView; + &ModestHeaderView; + &ModestMainWindow; + &ModestMsgView; + &ModestMsgViewWindow; + &ModestMsgEditWindow; + &ModestWindow; - - Gtk - >k-ModestAccountViewWindow; - >k-ModestAccountAssistant; - >k-ModestMsgEditWindow; - >k-ModestStoreWidget; - >k-modestTransportWidget; + + + Account Management and Settings + &ModestAccountMgr; + &ModestAccountMgrHelpers; + &ModestConf; + &ModestWidgetMemory; + + + + Other + &ModestCacheMgr; + &ModestError; + &ModestIconNames; + &ModestPair; + &ModestProtocolInfo; + &ModestLocalFolderInfo; + &ModestTextUtils; + diff --git a/src/modest-account-mgr-helpers.h b/src/modest-account-mgr-helpers.h index a7f120c..d0a7f58 100644 --- a/src/modest-account-mgr-helpers.h +++ b/src/modest-account-mgr-helpers.h @@ -391,7 +391,7 @@ void modest_account_mgr_free_server_account_data (ModestAccountMgr *self, * @self: a #ModestAccountMgr instance * @name: the account name * - * get the From: string for some account; ie. "Foo Bar" " + * get the From: string for some account; ie. "Foo Bar" <foo.bar@cuux.yy>" * * Returns: the newly allocated from-string, or NULL in case of error */ diff --git a/src/modest-cache-mgr.h b/src/modest-cache-mgr.h index b656337..3577140 100644 --- a/src/modest-cache-mgr.h +++ b/src/modest-cache-mgr.h @@ -93,8 +93,7 @@ ModestCacheMgr* modest_cache_mgr_new (void); * * get the cache (GHashTable) of the requested type * - * Returns: the requested cache (GHashTable) - * + * Returns: the requested cache (GHashTable) * the returned hashtable should NOT be destroyed or unref'd. */ GHashTable* modest_cache_mgr_get_cache (ModestCacheMgr* self, ModestCacheMgrCacheType type); @@ -124,7 +123,7 @@ void modest_cache_mgr_flush_all (ModestCacheMgr *self); * @self: a valid cache mgr obj * @type: a valid cache mgr cache type * - * get the size (number of -pairs) in the cache + * get the size (number of [key,value]-pairs) in the cache * * Returns: the size of the give cache type */