[hippo-canvas] Add annotation for hippo_canvas_box_get_children



commit 335c934ef9202f41de79e3c26886ccbb82451d79
Author: Tomeu Vizoso <tomeu sugarlabs org>
Date:   Thu May 14 14:57:12 2009 +0200

    Add annotation for hippo_canvas_box_get_children
---
 Makefile-introspection.am       |    3 ++-
 common/hippo/hippo-canvas-box.c |    6 ++++++
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/Makefile-introspection.am b/Makefile-introspection.am
index c3f243d..d7e6d12 100644
--- a/Makefile-introspection.am
+++ b/Makefile-introspection.am
@@ -7,7 +7,8 @@ Hippo-1.0.gir: $(libhippocanvas_1_la_SOURCES) $(nodist_libhippocanvas_1_la_SOURC
             --pkg hippo-canvas-1 \
             $(libhippocanvas_1_la_CPPFLAGS) \
             $(nodist_libhippocanvas_1_la_SOURCES) \
-            $(libhippocanvasinclude_HEADERS)
+            $(libhippocanvasinclude_HEADERS) \
+            $(libhippocanvas_1_la_SOURCES)
 
 girdir = $(datadir)/gir
 gir_DATA = Hippo-1.0.gir
diff --git a/common/hippo/hippo-canvas-box.c b/common/hippo/hippo-canvas-box.c
index 431d680..63036e3 100644
--- a/common/hippo/hippo-canvas-box.c
+++ b/common/hippo/hippo-canvas-box.c
@@ -4489,6 +4489,12 @@ children_list_callback(HippoCanvasItem *item,
     *children = g_list_prepend (*children, item);
 }
 
+/**
+ * hippo_canvas_box_get_children:
+ *
+ * Return value: (element-type CanvasBoxChild*) (transfer container):
+ */
+
 GList*
 hippo_canvas_box_get_children(HippoCanvasBox *box)
 {



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