telepathy-mission-control: mcp_account_manager_set_value: document
Simon McVittie
smcv at kemper.freedesktop.org
Thu Oct 4 08:19:47 PDT 2012
Module: telepathy-mission-control
Branch: master
Commit: 95ded438d50149b02e2ee36f39e92a19d9770de9
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=95ded438d50149b02e2ee36f39e92a19d9770de9
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Thu Sep 6 12:13:02 2012 +0100
mcp_account_manager_set_value: document
Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
---
mission-control-plugins/account.c | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/mission-control-plugins/account.c b/mission-control-plugins/account.c
index 5db6d60..26bdb34 100644
--- a/mission-control-plugins/account.c
+++ b/mission-control-plugins/account.c
@@ -73,6 +73,16 @@ mcp_account_manager_get_type (void)
return type;
}
+/**
+ * mcp_account_manager_set_value:
+ * @mcpa: an #McpAccountManager instance
+ * @account: the unique name of an account
+ * @key: the name of a setting, or "param-" plus the name of the parameter
+ * @value: the new value, escaped as if for a #GKeyFile, or %NULL to delete
+ * the setting/parameter
+ *
+ * Inform Mission Control that @key has changed its value to @value.
+ */
void
mcp_account_manager_set_value (const McpAccountManager *mcpa,
const gchar *account,
More information about the telepathy-commits
mailing list