summaryrefslogtreecommitdiff
path: root/telepathy-glib/account.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-22 18:39:32 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-12 11:39:33 +0100
commit6d546be194d9752e883bb86b70cb1641709413f5 (patch)
treef5019c44bc911724e178864529a1e4495c423560 /telepathy-glib/account.c
parent286ffd0da22fbe51a0cb31e4b7198c961da972e2 (diff)
downloadtelepathy-glib-6d546be194d9752e883bb86b70cb1641709413f5.tar.gz
Annotate GStrv as (array zero-terminated=1) for introspectability
(type GObject.Strv) isn't understood. This affects tp_account_update_parameters_finish, tp_connection_manager_dup_protocol_names, tp_connection_manager_protocol_dup_param_names and tp_protocol_dup_param_names.
Diffstat (limited to 'telepathy-glib/account.c')
-rw-r--r--telepathy-glib/account.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/account.c b/telepathy-glib/account.c
index 964bd40e4..29768a795 100644
--- a/telepathy-glib/account.c
+++ b/telepathy-glib/account.c
@@ -2730,7 +2730,7 @@ tp_account_update_parameters_async (TpAccount *account,
* tp_account_update_parameters_finish:
* @account: a #TpAccount
* @result: a #GAsyncResult
- * @reconnect_required: (out) (type GObject.Strv) (transfer full): a #GStrv to
+ * @reconnect_required: (out) (array zero-terminated=1) (transfer full): a #GStrv to
* fill with properties that need a reconnect to take effect
* @error: a #GError to fill
*