diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2014-03-14 21:57:16 -0400 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.com> | 2014-03-14 21:57:16 -0400 |
commit | cb10abf202c26c73ef6a5cf174901f436d0a616b (patch) | |
tree | c791deb1ea0dfdf258f65581e27d5155305cc338 | |
parent | 7f1c862760f371f66b0483f2dae11cd23be2de39 (diff) |
Fix introspection warnings
-rw-r--r-- | telepathy-glib/client-factory.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-glib/client-factory.c b/telepathy-glib/client-factory.c index 10b6b88b1..041cbcfe5 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 * |