* Added the missing tmpl
[modest] / docs / reference / tmpl / modest-account-mgr.sgml
index daf8652..bb0cec6 100644 (file)
@@ -2,20 +2,20 @@
 ModestAccountMgr
 
 <!-- ##### SECTION Short_Description ##### -->
-Manage user and server accounts
+
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
-This module is used to add/remove modest mail accounts and the server accounts
-assigned to them. It is used to change account details and provides a complete 
-abstraction of the configuration backend used to store the account data.
+
 </para>
 
+
 <!-- ##### SECTION See_Also ##### -->
 <para>
 
 </para>
 
+
 <!-- ##### SECTION Stability_Level ##### -->
 
 
@@ -24,37 +24,67 @@ abstraction of the configuration backend used to store the account data.
 
 </para>
 
-@parent: 
 
-<!-- ##### FUNCTION modest_account_mgr_new ##### -->
+<!-- ##### SIGNAL ModestAccountMgr::account-changed ##### -->
 <para>
 
 </para>
 
-@modest_conf: 
-@Returns: 
+@: 
+@: 
+@: 
+@: 
 
+<!-- ##### SIGNAL ModestAccountMgr::account-removed ##### -->
+<para>
 
-<!-- ##### FUNCTION modest_account_mgr_add_account ##### -->
+</para>
+
+@: 
+@: 
+@: 
+
+<!-- ##### STRUCT ModestServerAccountData ##### -->
 <para>
 
 </para>
 
-@self: 
-@name: 
-@store_name: 
-@transport_name: 
-@err: 
+@account_name: 
+@hostname: 
+@username: 
+@proto: 
+@password: 
+
+<!-- ##### STRUCT ModestAccountData ##### -->
+<para>
+
+</para>
+
+@account_name: 
+@full_name: 
+@email: 
+@enabled: 
+@transport_account: 
+@store_account: 
+
+<!-- ##### FUNCTION modest_account_mgr_new ##### -->
+<para>
+
+</para>
+
+@modest_conf: 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_remove_account ##### -->
+<!-- ##### FUNCTION modest_account_mgr_add_account ##### -->
 <para>
 
 </para>
 
 @self: 
 @name: 
+@store_name: 
+@transport_name: 
 @err: 
 @Returns: 
 
@@ -73,13 +103,14 @@ abstraction of the configuration backend used to store the account data.
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_remove_server_account ##### -->
+<!-- ##### FUNCTION modest_account_mgr_remove_account ##### -->
 <para>
 
 </para>
 
 @self: 
 @name: 
+@server_account: 
 @err: 
 @Returns: 
 
@@ -94,7 +125,7 @@ abstraction of the configuration backend used to store the account data.
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_server_account_names ##### -->
+<!-- ##### FUNCTION modest_account_mgr_search_server_accounts ##### -->
 <para>
 
 </para>
@@ -103,7 +134,6 @@ abstraction of the configuration backend used to store the account data.
 @account_name: 
 @type: 
 @proto: 
-@only_enabled: 
 @Returns: 
 
 
@@ -114,58 +144,52 @@ abstraction of the configuration backend used to store the account data.
 
 @self: 
 @name: 
+@server_account: 
 @err: 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_server_account_exists ##### -->
+<!-- ##### FUNCTION modest_account_mgr_get_account_data ##### -->
 <para>
 
 </para>
 
 @self: 
 @name: 
-@err: 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_get_account_string ##### -->
+<!-- ##### FUNCTION modest_account_mgr_free_account_data ##### -->
 <para>
 
 </para>
 
 @self: 
-@name: 
-@key: 
-@err: 
-@Returns: 
+@data: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_get_server_account_string ##### -->
+<!-- ##### FUNCTION modest_account_mgr_account_set_enabled ##### -->
 <para>
 
 </para>
 
 @self: 
 @name: 
-@key: 
-@err: 
+@enabled: 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_get_account_int ##### -->
+<!-- ##### FUNCTION modest_account_mgr_account_get_enabled ##### -->
 <para>
 
 </para>
 
 @self: 
 @name: 
-@key: 
-@err: 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_get_server_account_int ##### -->
+<!-- ##### FUNCTION modest_account_mgr_get_string ##### -->
 <para>
 
 </para>
@@ -173,11 +197,12 @@ abstraction of the configuration backend used to store the account data.
 @self: 
 @name: 
 @key: 
+@server_account: 
 @err: 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_get_account_bool ##### -->
+<!-- ##### FUNCTION modest_account_mgr_get_int ##### -->
 <para>
 
 </para>
@@ -185,11 +210,12 @@ abstraction of the configuration backend used to store the account data.
 @self: 
 @name: 
 @key: 
+@server_account: 
 @err: 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_get_server_account_bool ##### -->
+<!-- ##### FUNCTION modest_account_mgr_get_bool ##### -->
 <para>
 
 </para>
@@ -197,11 +223,12 @@ abstraction of the configuration backend used to store the account data.
 @self: 
 @name: 
 @key: 
+@server_account: 
 @err: 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_set_account_string ##### -->
+<!-- ##### FUNCTION modest_account_mgr_get_list ##### -->
 <para>
 
 </para>
@@ -209,12 +236,13 @@ abstraction of the configuration backend used to store the account data.
 @self: 
 @name: 
 @key: 
-@val: 
+@list_type: 
+@server_account: 
 @err: 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_set_server_account_string ##### -->
+<!-- ##### FUNCTION modest_account_mgr_set_string ##### -->
 <para>
 
 </para>
@@ -223,11 +251,12 @@ abstraction of the configuration backend used to store the account data.
 @name: 
 @key: 
 @val: 
+@server_account: 
 @err: 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_set_account_int ##### -->
+<!-- ##### FUNCTION modest_account_mgr_set_int ##### -->
 <para>
 
 </para>
@@ -236,11 +265,12 @@ abstraction of the configuration backend used to store the account data.
 @name: 
 @key: 
 @val: 
+@server_account: 
 @err: 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_set_server_account_int ##### -->
+<!-- ##### FUNCTION modest_account_mgr_set_bool ##### -->
 <para>
 
 </para>
@@ -249,11 +279,12 @@ abstraction of the configuration backend used to store the account data.
 @name: 
 @key: 
 @val: 
+@server_account: 
 @err: 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_set_account_bool ##### -->
+<!-- ##### FUNCTION modest_account_mgr_set_list ##### -->
 <para>
 
 </para>
@@ -262,11 +293,12 @@ abstraction of the configuration backend used to store the account data.
 @name: 
 @key: 
 @val: 
+@list_type: 
+@server_account: 
 @err: 
-@Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_set_server_account_bool ##### -->
+<!-- ##### FUNCTION modest_account_mgr_unset ##### -->
 <para>
 
 </para>
@@ -274,6 +306,8 @@ abstraction of the configuration backend used to store the account data.
 @self: 
 @name: 
 @key: 
-@val: 
+@server_account: 
 @err: 
-@Returns:
+@Returns: 
+
+