summaryrefslogtreecommitdiff
path: root/telepathy-glib/handle-set.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2007-09-20 10:14:35 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2007-09-20 10:14:35 +0000
commitea68244d6d359cc53975a938eb641dc0c91f1875 (patch)
treefd50585e95f66c13c2bbde255800112abafc09c1 /telepathy-glib/handle-set.c
parent48a26cd225a07e8816f543f90f011bdf3cc5c9a1 (diff)
downloadtelepathy-glib-ea68244d6d359cc53975a938eb641dc0c91f1875.tar.gz
say the GArray is newly-allocated in tp_handle_set_to_array documentation
20070920101435-7fe3f-fee78aecc821d1c8535ce9dd6e55e3ef7ca4cbd2.gz
Diffstat (limited to 'telepathy-glib/handle-set.c')
-rw-r--r--telepathy-glib/handle-set.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/handle-set.c b/telepathy-glib/handle-set.c
index c9c457596..b10db1b08 100644
--- a/telepathy-glib/handle-set.c
+++ b/telepathy-glib/handle-set.c
@@ -209,7 +209,8 @@ tp_handle_set_size (TpHandleSet *set)
*
* <!--Returns: says it all, this comment is just to keep gtkdoc happy-->
*
- * Returns: a GArray of guint representing the handles in the set
+ * Returns: a newly-allocated GArray of guint representing the handles
+ * in the set
*/
GArray *
tp_handle_set_to_array (TpHandleSet *set)