summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-15 13:02:13 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-29 19:28:30 +0000
commit5aa409ec88b30dbadaba799cff44d3ddd978a94e (patch)
tree19294aece3d953eaec9237eb73cca86ded208c42
parentb95223939c82dbe7cd194a018e674c719f39de12 (diff)
McpAccountStorage: override neither or both of delete_async, delete_finish
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=27727
-rw-r--r--mission-control-plugins/account-storage.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mission-control-plugins/account-storage.c b/mission-control-plugins/account-storage.c
index 625801d8..678891ab 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,