[hippo-canvas] Add annotation to common/hippo/hippo-canvas-box.c



commit 0daa25977c60b001a53fa605453124b00cec1b64
Author: Tomeu Vizoso <tomeu vizoso collabora co uk>
Date:   Thu May 27 13:24:38 2010 +0200

    Add annotation to common/hippo/hippo-canvas-box.c

 common/hippo/hippo-canvas-box.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/common/hippo/hippo-canvas-box.c b/common/hippo/hippo-canvas-box.c
index 63036e3..3c39e79 100644
--- a/common/hippo/hippo-canvas-box.c
+++ b/common/hippo/hippo-canvas-box.c
@@ -4820,7 +4820,7 @@ hippo_canvas_box_find_box_child(HippoCanvasBox  *box,
 }
 
 /**
- * hippo_canvas_box_get_layout_children()
+ * hippo_canvas_box_get_layout_children:
  * @box: a #HippoCanvasBox
  * 
  * Return the list of children that a layout manager should manage. As compared
@@ -4833,7 +4833,8 @@ hippo_canvas_box_find_box_child(HippoCanvasBox  *box,
  * directly (to save creating the list, say), you should check the 'in_layout'
  * property of each child before laying it out.
  *
- * Return value: a list of HippoCanvasBoxChild. The list should be freed with
+ * Return value: (element-type CanvasBoxChild*) (transfer container):
+ *   a list of HippoCanvasBoxChild. The list should be freed with
  *   g_list_free(), but the members don't have to be freed. (No reference count
  *   is added to them.)
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]