[next] telepathy-glib: Fix introspection annotations for GStrv types

Simon McVittie smcv at kemper.freedesktop.org
Thu Sep 12 08:20:20 PDT 2013


Module: telepathy-glib
Branch: next
Commit: d1e5e755e6ca3cd56fadd223b4fddaeddffbfff5
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=d1e5e755e6ca3cd56fadd223b4fddaeddffbfff5

Author: Thomas Bechtold <thomasbechtold at jpberlin.de>
Date:   Sat Feb  9 21:50:04 2013 +0100

Fix introspection annotations for GStrv types

Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
(cherry picked from commit e61dd171562690e6ab0cc411e048f7f511856e6e)

---

 telepathy-glib/account.c               |    2 +-
 telepathy-glib/file-transfer-channel.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/telepathy-glib/account.c b/telepathy-glib/account.c
index ff33ab1..3182e79 100644
--- a/telepathy-glib/account.c
+++ b/telepathy-glib/account.c
@@ -2758,7 +2758,7 @@ tp_account_update_parameters_vardict_async (TpAccount *account,
  * tp_account_update_parameters_vardict_finish:
  * @account: a #TpAccount
  * @result: a #GAsyncResult
- * @reconnect_required: (out) (type GObject.Strv) (transfer full): a #GStrv to
+ * @reconnect_required: (out) (type GStrv) (transfer full): a #GStrv to
  *  fill with properties that need a reconnect to take effect
  * @error: a #GError to fill
  *
diff --git a/telepathy-glib/file-transfer-channel.c b/telepathy-glib/file-transfer-channel.c
index eef1578..dd6641d 100644
--- a/telepathy-glib/file-transfer-channel.c
+++ b/telepathy-glib/file-transfer-channel.c
@@ -1647,7 +1647,7 @@ tp_file_transfer_channel_get_service_name (TpFileTransferChannel *self)
  *
  * Return the #TpFileTransferChannel:metadata property
  *
- * Returns: (transfer none) (element-type utf8 GObject.Strv): the
+ * Returns: (transfer none) (element-type utf8 GStrv): the
  *   value of the #TpFileTransferChannel:metadata property
  *
  * Since: 0.17.1



More information about the telepathy-commits mailing list