summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bechtold <thomasbechtold@jpberlin.de>2013-02-09 21:50:04 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-03-12 10:40:29 +0100
commit348e79afabca8a1f292ccf69e932d48553103a80 (patch)
tree736ae077f5329bf986b9370a75e8ae0d6b34560f
parentbb3d4a427f8bd28a83896e499b64755534de02c5 (diff)
downloadtelepathy-glib-348e79afabca8a1f292ccf69e932d48553103a80.tar.gz
Fix introspection annotations for GStrv types
-rw-r--r--telepathy-glib/account.c2
-rw-r--r--telepathy-glib/file-transfer-channel.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/account.c b/telepathy-glib/account.c
index 026ad4657..2a8aa389a 100644
--- a/telepathy-glib/account.c
+++ b/telepathy-glib/account.c
@@ -2898,7 +2898,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 8e94e39b4..d3067da90 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