diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-02-05 17:23:08 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-02-06 13:06:34 +0000 |
commit | 6964c54760f54ccad52f17ed739ea40c3665c96a (patch) | |
tree | 293d64b026dc6d8f1293df6d14bda6f32c827283 | |
parent | e3748958037ac74bd6b89e6ea2439378e91b3b89 (diff) |
update documentation for McpAcccountStorageIface members
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=74581
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r-- | mission-control-plugins/account-storage.c | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/mission-control-plugins/account-storage.c b/mission-control-plugins/account-storage.c index 51d3e6de..081597c8 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. */ |