[next] telepathy-glib: Fix introspection warnings
Xavier Claessens
xclaesse at kemper.freedesktop.org
Fri Mar 14 18:57:52 PDT 2014
Module: telepathy-glib
Branch: next
Commit: cb10abf202c26c73ef6a5cf174901f436d0a616b
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=cb10abf202c26c73ef6a5cf174901f436d0a616b
Author: Xavier Claessens <xavier.claessens at collabora.com>
Date: Fri Mar 14 21:57:16 2014 -0400
Fix introspection warnings
---
telepathy-glib/client-factory.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/telepathy-glib/client-factory.c b/telepathy-glib/client-factory.c
index 10b6b88..041cbcf 100644
--- a/telepathy-glib/client-factory.c
+++ b/telepathy-glib/client-factory.c
@@ -443,7 +443,7 @@ tp_client_factory_get_dbus_daemon (TpClientFactory *self)
* tp_client_factory_ensure_account:
* @self: a #TpClientFactory object
* @object_path: the object path of an account
- * @immutable_properties: (allow-none) a #G_VARIANT_TYPE_VARDICT containing
+ * @immutable_properties: (allow-none): a #G_VARIANT_TYPE_VARDICT containing
* the immutable properties of the account, or %NULL.
* @error: Used to raise an error if @object_path is not valid
*
@@ -584,7 +584,7 @@ tp_client_factory_add_account_features_varargs (
* tp_client_factory_ensure_connection:
* @self: a #TpClientFactory object
* @object_path: the object path of a connection
- * @immutable_properties: (allow-none) a #G_VARIANT_TYPE_VARDICT containing
+ * @immutable_properties: (allow-none): a #G_VARIANT_TYPE_VARDICT containing
* the immutable properties of the connection, or %NULL.
* @error: Used to raise an error if @object_path is not valid
*
@@ -726,7 +726,7 @@ tp_client_factory_add_connection_features_varargs (
* @self: a #TpClientFactory
* @connection: a #TpConnection whose #TpProxy:factory is this object
* @object_path: the object path of a channel on @connection
- * @immutable_properties: (allow-none) a #G_VARIANT_TYPE_VARDICT containing
+ * @immutable_properties: (allow-none): a #G_VARIANT_TYPE_VARDICT containing
* the immutable properties of the account, or %NULL.
* @error: Used to raise an error if @object_path is not valid
*
More information about the telepathy-commits
mailing list