telepathy-mission-control: update documentation for McpAcccountStorageIface members

Simon McVittie smcv at kemper.freedesktop.org
Thu Feb 6 05:06:51 PST 2014


Module: telepathy-mission-control
Branch: master
Commit: 6964c54760f54ccad52f17ed739ea40c3665c96a
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=6964c54760f54ccad52f17ed739ea40c3665c96a

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed Feb  5 17:23:08 2014 +0000

update documentation for McpAcccountStorageIface members

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=74581
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>

---

 mission-control-plugins/account-storage.c |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/mission-control-plugins/account-storage.c b/mission-control-plugins/account-storage.c
index 51d3e6d..081597c 100644
--- a/mission-control-plugins/account-storage.c
+++ b/mission-control-plugins/account-storage.c
@@ -380,9 +380,8 @@ mcp_account_storage_get_type (void)
  * @name: returned by mcp_account_storage_name()
  * @desc: returned by mcp_account_storage_description()
  * @provider: returned by mcp_account_storage_provider()
- * @set: implementation of mcp_account_storage_set()
- * @get: implementation of mcp_account_storage_get()
- * @delete: implementation of mcp_account_storage_delete()
+ * @delete_async: implementation of mcp_account_storage_delete_async()
+ * @delete_finish: implementation of mcp_account_storage_delete_finish()
  * @commit: implementation of mcp_account_storage_commit()
  * @list: implementation of mcp_account_storage_list()
  * @get_identifier: implementation of mcp_account_storage_get_identifier()
@@ -390,6 +389,15 @@ mcp_account_storage_get_type (void)
  *  mcp_account_storage_get_additional_info()
  * @get_restrictions: implementation of mcp_account_storage_get_restrictions()
  * @create: implementation of mcp_account_storage_create()
+ * @get_attribute: implementation of mcp_account_storage_get_attribute()
+ * @get_parameter: implementation of mcp_account_storage_get_parameter()
+ * @set_attribute: implementation of mcp_account_storage_set_attribute()
+ * @set_parameter: implementation of mcp_account_storage_set_parameter()
+ * @list_typed_parameters: implementation
+ *  of mcp_account_storage_list_typed_parameters()
+ * @list_untyped_parameters: implementation
+ *  of mcp_account_storage_list_untyped_parameters()
+ * @get_flags: implementation of mcp_account_storage_get_flags()
  *
  * The interface vtable for an account storage plugin.
  */



More information about the telepathy-commits mailing list