[goocanvas] introspection fix. #790629



commit 7a36092247e82ff9ff266090719e6242b3783c0d
Author: Damon Chaplin <Damon A Chaplin gmail com>
Date:   Thu Nov 23 10:40:20 2017 +0000

    introspection fix. #790629

 ChangeLog                |    6 ++++++
 src/goocanvasitem.c      |    2 +-
 src/goocanvasitemmodel.c |    4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c98cc40..ec61f45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-11-23  Damon Chaplin  <damon gnome org>
+
+       * src/goocanvasitemmodel.c (goo_canvas_item_model_class_list_child_properties):
+       * src/goocanvasitem.c (goo_canvas_item_class_list_child_properties):
+       introspection fix. #790629
+
 2017-10-09  Damon Chaplin  <damon gnome org>
 
        * docs/goocanvas2-docs.sgml:
diff --git a/src/goocanvasitem.c b/src/goocanvasitem.c
index 3d09735..63009ee 100644
--- a/src/goocanvasitem.c
+++ b/src/goocanvasitem.c
@@ -2374,7 +2374,7 @@ goo_canvas_item_class_find_child_property (GObjectClass *iclass,
  *
  * It returns all child properties of a canvas item class.
  *
- * Returns: (array length=n_properties) (transfer full): a newly allocated
+ * Returns: (array length=n_properties) (transfer container): a newly allocated
  *  array of #GParamSpec*. The array must be freed with g_free().
  */
 GParamSpec**
diff --git a/src/goocanvasitemmodel.c b/src/goocanvasitemmodel.c
index 8b9aada..7f76438 100644
--- a/src/goocanvasitemmodel.c
+++ b/src/goocanvasitemmodel.c
@@ -1152,8 +1152,8 @@ goo_canvas_item_model_class_find_child_property (GObjectClass *mclass,
  *
  * It returns all child properties of a canvas item class.
  *
- * Returns: (array length=n_properties) (element-type GObject.ParamSpec) (transfer container):
- *  a newly allocated array of #GParamSpec*. The array must be freed with g_free(). 
+ * Returns: (array length=n_properties) (transfer container):
+ *  a newly allocated array of #GParamSpec*. The array must be freed with g_free().
  */
 GParamSpec**
 goo_canvas_item_model_class_list_child_properties (GObjectClass *mclass,


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