[Pkg-telepathy-commits] [telepathy-mission-control-6] 257/280: update documentation for McpAcccountStorageIface members

Simon McVittie smcv at debian.org
Thu Mar 27 20:07:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-mission-control-6.

commit 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.
  */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-mission-control-6.git



More information about the Pkg-telepathy-commits mailing list