* some fixes for the doc generation
[modest] / docs / reference / tmpl / modest-account-mgr.sgml
index 8ff8f04..3d68215 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 ##### -->
 
 
@@ -42,35 +42,52 @@ abstraction of the configuration backend used to store the account data.
 
 @self: 
 @name: 
+@display_name: 
+@user_fullname: 
+@user_email: 
+@retrieve_type: 
 @store_name: 
 @transport_name: 
-@err: 
+@enabled: 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_remove_account ##### -->
+<!-- ##### FUNCTION modest_account_mgr_add_server_account ##### -->
 <para>
 
 </para>
 
 @self: 
 @name: 
-@server_account: 
-@err: 
+@hostname: 
+@portnumber: 
+@username: 
+@password: 
+@proto: 
+@security: 
+@auth: 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_add_server_account ##### -->
+<!-- ##### FUNCTION modest_account_mgr_add_server_account_uri ##### -->
 <para>
 
 </para>
 
 @self: 
 @name: 
-@hostname: 
-@username: 
-@password: 
 @proto: 
+@uri: 
+@Returns: 
+
+
+<!-- ##### FUNCTION modest_account_mgr_remove_account ##### -->
+<para>
+
+</para>
+
+@self: 
+@name: 
 @Returns: 
 
 
@@ -80,7 +97,7 @@ abstraction of the configuration backend used to store the account data.
 </para>
 
 @self: 
-@err: 
+@only_enabled: 
 @Returns: 
 
 
@@ -92,7 +109,120 @@ abstraction of the configuration backend used to store the account data.
 @self: 
 @name: 
 @server_account: 
-@err: 
+@Returns: 
+
+
+<!-- ##### FUNCTION modest_account_mgr_get_string ##### -->
+<para>
+
+</para>
+
+@self: 
+@name: 
+@key: 
+@server_account: 
+@Returns: 
+
+
+<!-- ##### FUNCTION modest_account_mgr_get_int ##### -->
+<para>
+
+</para>
+
+@self: 
+@name: 
+@key: 
+@server_account: 
+@Returns: 
+
+
+<!-- ##### FUNCTION modest_account_mgr_get_bool ##### -->
+<para>
+
+</para>
+
+@self: 
+@name: 
+@key: 
+@server_account: 
+@Returns: 
+
+
+<!-- ##### FUNCTION modest_account_mgr_get_list ##### -->
+<para>
+
+</para>
+
+@self: 
+@name: 
+@key: 
+@list_type: 
+@server_account: 
+@Returns: 
+
+
+<!-- ##### FUNCTION modest_account_mgr_set_string ##### -->
+<para>
+
+</para>
+
+@self: 
+@name: 
+@key: 
+@val: 
+@server_account: 
+@Returns: 
+
+
+<!-- ##### FUNCTION modest_account_mgr_set_int ##### -->
+<para>
+
+</para>
+
+@self: 
+@name: 
+@key: 
+@val: 
+@server_account: 
+@Returns: 
+
+
+<!-- ##### FUNCTION modest_account_mgr_set_bool ##### -->
+<para>
+
+</para>
+
+@self: 
+@name: 
+@key: 
+@val: 
+@server_account: 
+@Returns: 
+
+
+<!-- ##### FUNCTION modest_account_mgr_set_list ##### -->
+<para>
+
+</para>
+
+@self: 
+@name: 
+@key: 
+@val: 
+@list_type: 
+@server_account: 
+@Returns: 
+
+
+<!-- ##### FUNCTION modest_account_mgr_unset ##### -->
+<para>
+
+</para>
+
+@self: 
+@name: 
+@key: 
+@server_account: 
 @Returns: