From bb1d28748e8cc1da54aae3bd69874a10b37699db Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Sat, 9 Feb 2013 21:50:04 +0100 Subject: [PATCH] Fix introspection annotations for GStrv types --- 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 3b4d44f..511b943 100644 --- a/telepathy-glib/account.c +++ b/telepathy-glib/account.c @@ -2967,7 +2967,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 8e94e39..d3067da 100644 --- a/telepathy-glib/file-transfer-channel.c +++ b/telepathy-glib/file-transfer-channel.c @@ -1675,7 +1675,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 -- 1.7.10.4