summaryrefslogtreecommitdiff
path: root/libwnck/class-group.c
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-07-29 12:00:46 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-07-29 12:00:46 +0200
commitac52bb7ccefed32699d80570cc83d40736635985 (patch)
tree23544558027502a199239032756784e3f4f0783e /libwnck/class-group.c
parentea10769e72dba719cfaec67bc8331e7a428cbabe (diff)
downloadlibwnck-ac52bb7ccefed32699d80570cc83d40736635985.tar.gz
Add introspection annotations
Diffstat (limited to 'libwnck/class-group.c')
-rw-r--r--libwnck/class-group.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/libwnck/class-group.c b/libwnck/class-group.c
index 50a9ef8..14a0205 100644
--- a/libwnck/class-group.c
+++ b/libwnck/class-group.c
@@ -165,10 +165,10 @@ wnck_class_group_finalize (GObject *object)
*
* Gets the #WnckClassGroup corresponding to @res_class.
*
- * Return value: the #WnckClassGroup corresponding to @res_class, or %NULL if
- * there is no #WnckClassGroup with the specified @res_class. The returned
- * #WnckClassGroup is owned by libwnck and must not be referenced or
- * unreferenced.
+ * Return value: (transfer none): the #WnckClassGroup corresponding to
+ * @res_class, or %NULL if there is no #WnckClassGroup with the specified
+ * @res_class. The returned #WnckClassGroup is owned by libwnck and must not be
+ * referenced or unreferenced.
*
* Since: 2.2
**/
@@ -500,9 +500,10 @@ _wnck_class_group_remove_window (WnckClassGroup *class_group,
*
* Gets the list of #WnckWindow that are grouped in @class_group.
*
- * Return value: the list of #WnckWindow grouped in @class_group, or %NULL if
- * the group contains no window. The list should not be modified nor freed, as
- * it is owned by @class_group.
+ * Return value: (element-type WnckWindow) (transfer none): the list of
+ * #WnckWindow grouped in @class_group, or %NULL if the group contains no
+ * window. The list should not be modified nor freed, as it is owned by
+ * @class_group.
*
* Since: 2.2
**/