summaryrefslogtreecommitdiff
path: root/telepathy-glib/client-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib/client-factory.c')
-rw-r--r--telepathy-glib/client-factory.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/telepathy-glib/client-factory.c b/telepathy-glib/client-factory.c
index d1826244f..bde9f039e 100644
--- a/telepathy-glib/client-factory.c
+++ b/telepathy-glib/client-factory.c
@@ -766,7 +766,7 @@ tp_client_factory_dup_account_features (TpClientFactory *self,
/**
* tp_client_factory_add_account_features:
* @self: a #TpClientFactory object
- * @features: (transfer none) (array zero-terminated=1) (allow-none): an array
+ * @features: (array zero-terminated=1) (allow-none): an array
* of desired features, ending with 0; %NULL is equivalent to an array
* containing only 0
*
@@ -907,7 +907,7 @@ tp_client_factory_dup_connection_features (TpClientFactory *self,
/**
* tp_client_factory_add_connection_features:
* @self: a #TpClientFactory object
- * @features: (transfer none) (array zero-terminated=1) (allow-none): an array
+ * @features: (array zero-terminated=1) (allow-none): an array
* of desired features, ending with 0; %NULL is equivalent to an array
* containing only 0
*
@@ -1053,7 +1053,7 @@ tp_client_factory_dup_channel_features (TpClientFactory *self,
/**
* tp_client_factory_add_channel_features:
* @self: a #TpClientFactory object
- * @features: (transfer none) (array zero-terminated=1) (allow-none): an array
+ * @features: (array zero-terminated=1) (allow-none): an array
* of desired features, ending with 0; %NULL is equivalent to an array
* containing only 0
*
@@ -1358,7 +1358,7 @@ tp_client_factory_dup_contact_features (TpClientFactory *self,
/**
* tp_client_factory_add_contact_features:
* @self: a #TpClientFactory object
- * @features: (transfer none) (array zero-terminated=1) (allow-none):
+ * @features: (array zero-terminated=1) (allow-none):
* an array of desired features
*
* Add @features to the desired features to be prepared on #TpContact
@@ -1607,7 +1607,7 @@ tp_client_factory_dup_protocol_features (TpClientFactory *self,
/**
* tp_client_factory_add_protocol_features:
* @self: a #TpClientFactory object
- * @features: (transfer none) (array zero-terminated=1) (allow-none): an array
+ * @features: (array zero-terminated=1) (allow-none): an array
* of desired features, ending with 0; %NULL is equivalent to an array
* containing only 0
*
@@ -1736,7 +1736,7 @@ tp_client_factory_dup_tls_certificate_features (TpClientFactory *self,
/**
* tp_client_factory_add_tls_certificate_features:
* @self: a #TpClientFactory object
- * @features: (transfer none) (array zero-terminated=1) (allow-none): an array
+ * @features: (array zero-terminated=1) (allow-none): an array
* of desired features, ending with 0; %NULL is equivalent to an array
* containing only 0
*