summaryrefslogtreecommitdiff
path: root/telepathy-glib/simple-client-factory.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-09-09 16:10:34 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-09-09 16:10:34 +0100
commit9ad43307fd7757feec5abfb4d12fcdecfade896a (patch)
treeb69c3b89a0d158bde5a424a6249656ed9b720eaa /telepathy-glib/simple-client-factory.c
parent55979632725dcce40bf5b6b29cfe4a5e1ed4b7f7 (diff)
downloadtelepathy-glib-9ad43307fd7757feec5abfb4d12fcdecfade896a.tar.gz
simple-client-factory: point out NULL is allowed for an account's properties
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/simple-client-factory.c')
-rw-r--r--telepathy-glib/simple-client-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/simple-client-factory.c b/telepathy-glib/simple-client-factory.c
index 73d690ced..1f46ac11e 100644
--- a/telepathy-glib/simple-client-factory.c
+++ b/telepathy-glib/simple-client-factory.c
@@ -446,7 +446,7 @@ tp_simple_client_factory_get_dbus_daemon (TpSimpleClientFactory *self)
* @self: a #TpSimpleClientFactory object
* @object_path: the object path of an account
* @immutable_properties: (transfer none) (element-type utf8 GObject.Value):
- * the immutable properties of the account.
+ * the immutable properties of the account, or %NULL.
* @error: Used to raise an error if @object_path is not valid
*
* Returns a #TpAccount proxy for the account at @object_path. The returned