telepathy-mission-control: McpAccountStorage: update documentation for delete_async
Simon McVittie
smcv at kemper.freedesktop.org
Thu Jan 30 04:34:41 PST 2014
Module: telepathy-mission-control
Branch: master
Commit: 812378a1064b35a54adb9dc992fe55ef7c5ddae5
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=812378a1064b35a54adb9dc992fe55ef7c5ddae5
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Fri Nov 15 13:12:53 2013 +0000
McpAccountStorage: update documentation for delete_async
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=27727
---
mission-control-plugins/account-storage.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/mission-control-plugins/account-storage.c b/mission-control-plugins/account-storage.c
index 678891a..a50b1bb 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;
More information about the telepathy-commits
mailing list