telepathy-mission-control: McpAccountStorage: override neither or both of delete_async, delete_finish

Simon McVittie smcv at kemper.freedesktop.org
Thu Jan 30 04:34:41 PST 2014


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

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Fri Nov 15 13:02:13 2013 +0000

McpAccountStorage: override neither or both of delete_async, delete_finish

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=27727

---

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

diff --git a/mission-control-plugins/account-storage.c b/mission-control-plugins/account-storage.c
index 625801d..678891a 100644
--- a/mission-control-plugins/account-storage.c
+++ b/mission-control-plugins/account-storage.c
@@ -678,6 +678,9 @@ mcp_account_storage_create (const McpAccountStorage *storage,
  *
  * The default implementation just returns failure (asynchronously),
  * and is appropriate for read-only storage.
+ *
+ * Implementations that override delete_async must also override
+ * delete_finish.
  */
 void
 mcp_account_storage_delete_async (McpAccountStorage *storage,



More information about the telepathy-commits mailing list