X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-account-mgr-helpers.h;h=037859717e67072a4e10513fbe08e00bb08118c5;hp=8df2c76a1b13000326533891cddb4f0f50e4068d;hb=092fe34f03c3165f87be7e09877bb614c468590f;hpb=7929406e046ed92142ff337bd9161e6a16e1d04e diff --git a/src/modest-account-mgr-helpers.h b/src/modest-account-mgr-helpers.h index 8df2c76..0378597 100644 --- a/src/modest-account-mgr-helpers.h +++ b/src/modest-account-mgr-helpers.h @@ -140,7 +140,7 @@ ModestTransportStoreProtocol modest_account_mgr_get_store_protocol (ModestAccoun /** * modest_account_mgr_set_connection_specific_smtp * @self: a ModestAccountMgr instance - * @connection_name: A libconic IAP connection name + * @connection_id: A libconic IAP connection name * @server_account_name: a server account name to use for this connection. * * Specify a server account to use with the specific connection for this account. @@ -148,19 +148,19 @@ ModestTransportStoreProtocol modest_account_mgr_get_store_protocol (ModestAccoun * Returns: TRUE if it worked, FALSE otherwise */ gboolean modest_account_mgr_set_connection_specific_smtp (ModestAccountMgr *self, - const gchar* connection_name, const gchar* server_account_name); + const gchar* connection_id, const gchar* server_account_name); /** * modest_account_mgr_remove_connection_specific_smtp * @self: a ModestAccountMgr instance - * @connection_name: A libconic IAP connection name + * @connection_id: A libconic IAP connection name * * Disassociate a server account to use with the specific connection for this account. * * Returns: TRUE if it worked, FALSE otherwise */ gboolean modest_account_mgr_remove_connection_specific_smtp (ModestAccountMgr *self, - const gchar* connection_name); + const gchar* connection_id); /** * modest_account_mgr_get_use_connection_specific_smtp @@ -184,14 +184,14 @@ gboolean modest_account_mgr_set_use_connection_specific_smtp (ModestAccountMgr * /** * modest_account_mgr_get_connection_specific_smtp * @self: a ModestAccountMgr instance - * @connection_name: A libconic IAP connection name + * @connection_id: A libconic IAP connection id * * Retrieve a server account to use with this specific connection for this account. * * Returns: a server account name to use for this connection, or NULL if none is specified. */ gchar* modest_account_mgr_get_connection_specific_smtp (ModestAccountMgr *self, - const gchar* connection_name); + const gchar* connection_id); /**