summaryrefslogtreecommitdiff
path: root/telepathy-glib/handle-set.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-22 15:14:05 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-22 15:14:05 +0100
commit2e4e452ac9d2fa91e180e0493b01ad2f6444fafc (patch)
tree44b3625735d1cbbf7d48dce756e27a73f755e468 /telepathy-glib/handle-set.c
parent3c5604730daf0c5798c54ed5d5297a0c34ef35a6 (diff)
downloadtelepathy-glib-2e4e452ac9d2fa91e180e0493b01ad2f6444fafc.tar.gz
Add g-i annotations to TpHandleSet constructors, and (skip) them all for now
Diffstat (limited to 'telepathy-glib/handle-set.c')
-rw-r--r--telepathy-glib/handle-set.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/telepathy-glib/handle-set.c b/telepathy-glib/handle-set.c
index 86554df18..05b97c478 100644
--- a/telepathy-glib/handle-set.c
+++ b/telepathy-glib/handle-set.c
@@ -71,7 +71,7 @@ tp_handle_set_get_type (void)
*
* Creates a new #TpHandleSet
*
- * Returns: A new #TpHandleSet
+ * Returns: (transfer full): A new #TpHandleSet
*/
TpHandleSet *
tp_handle_set_new (TpHandleRepoIface *repo)
@@ -93,7 +93,7 @@ tp_handle_set_new (TpHandleRepoIface *repo)
*
* Creates a new #TpHandleSet
*
- * Returns: A new #TpHandleSet
+ * Returns: (transfer full): A new #TpHandleSet
*
* Since: 0.11.7
*/
@@ -342,14 +342,14 @@ tp_handle_set_copy (const TpHandleSet *other)
}
/**
- * tp_handle_set_new_containing:
+ * tp_handle_set_new_containing: (skip)
* @repo: #TpHandleRepoIface that holds the handles to be reffed by this set
* @handle: a valid handle
*
* Creates a new #TpHandleSet from a specified handle repository and single
* handle.
*
- * Returns: A new #TpHandleSet
+ * Returns: (transfer full): A new #TpHandleSet
*
* Since: 0.13.UNRELEASED
*/
@@ -364,14 +364,14 @@ tp_handle_set_new_containing (TpHandleRepoIface *repo,
}
/**
- * tp_handle_set_new_from_intset:
+ * tp_handle_set_new_from_intset: (skip)
* @repo: #TpHandleRepoIface that holds the handles to be reffed by this set
* @intset: a set of handles, which must all be valid
*
* Creates a new #TpHandleSet from a specified handle repository and
* set of handles.
*
- * Returns: A new #TpHandleSet
+ * Returns: (transfer full): A new #TpHandleSet
*
* Since: 0.13.UNRELEASED
*/