summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-15 13:12:53 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-29 19:28:31 +0000
commit812378a1064b35a54adb9dc992fe55ef7c5ddae5 (patch)
treed961072e875dc23f77cbfe41dc3850fcc7957f9c
parent5aa409ec88b30dbadaba799cff44d3ddd978a94e (diff)
McpAccountStorage: update documentation for delete_async
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=27727
-rw-r--r--mission-control-plugins/account-storage.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mission-control-plugins/account-storage.c b/mission-control-plugins/account-storage.c
index 678891ab..a50b1bb2 100644
--- a/mission-control-plugins/account-storage.c
+++ b/mission-control-plugins/account-storage.c
@@ -56,7 +56,8 @@
* iface->desc = "The FOO storage backend";
* iface->provider = "org.freedesktop.Telepathy.MissionControl5.FooStorage";
*
- * iface->delete = foo_plugin_delete;
+ * iface->delete_async = foo_plugin_delete_async;
+ * iface->delete_finish = foo_plugin_delete_finish;
* iface->commit = foo_plugin_commit;
* iface->list = foo_plugin_list;
* iface->ready = foo_plugin_ready;