summaryrefslogtreecommitdiff
path: root/telepathy-glib/automatic-client-factory.c
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-16 13:15:12 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-23 10:00:38 +0200
commit947b96fd587d13f657077f7e3479fb135bf38858 (patch)
treea06d71f95f98288ed716a97fcdd05abeb5274c53 /telepathy-glib/automatic-client-factory.c
parente54e1dd4fd5a09fd02d1cbf278eb615c1edeed36 (diff)
downloadtelepathy-glib-947b96fd587d13f657077f7e3479fb135bf38858.tar.gz
tp_simple/automatic_client_factory_new: allow NULL TpDBusDaemon
https://bugs.freedesktop.org/show_bug.cgi?id=49372
Diffstat (limited to 'telepathy-glib/automatic-client-factory.c')
-rw-r--r--telepathy-glib/automatic-client-factory.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/telepathy-glib/automatic-client-factory.c b/telepathy-glib/automatic-client-factory.c
index b2cc10ab3..6620138ca 100644
--- a/telepathy-glib/automatic-client-factory.c
+++ b/telepathy-glib/automatic-client-factory.c
@@ -288,9 +288,10 @@ tp_automatic_client_factory_class_init (TpAutomaticClientFactoryClass *cls)
/**
* tp_automatic_client_factory_new:
- * @dbus: a #TpDBusDaemon
+ * @dbus: (allow-none): a #TpDBusDaemon, or %NULL
*
- * Returns a new #TpAutomaticClientFactory instance.
+ * Returns a new #TpAutomaticClientFactory instance. If @dbus is %NULL,
+ * tp_dbus_daemon_dup() will be used.
*
* Returns: a new #TpAutomaticClientFactory
*