[goocanvas] introspection fix #771317



commit ad42caa52b9d18e88974e4e1ddff5060a1b4ccb6
Author: Damon Chaplin <Damon A Chaplin gmail com>
Date:   Thu Dec 15 11:18:06 2016 +0000

    introspection fix #771317

 ChangeLog           |    5 +++++
 src/goocanvastext.c |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index dfb2666..c97f728 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2016-12-15  Damon Chaplin  <damon gnome org>
 
+       * src/goocanvastext.c (goo_canvas_text_get_natural_extents): patch from
+       Cédric Krier to add "(out)" annotations for introspection. #771317
+
+2016-12-15  Damon Chaplin  <damon gnome org>
+
        * src/goocanvasitem.c (goo_canvas_item_base_init): patch from
        Cédric Krier to specify the correct event types for the signals,
        in the introspection annotations. #771316
diff --git a/src/goocanvastext.c b/src/goocanvastext.c
index 2acf253..b2a79e9 100644
--- a/src/goocanvastext.c
+++ b/src/goocanvastext.c
@@ -837,8 +837,8 @@ goo_canvas_text_get_requested_area_for_width (GooCanvasItem *item,
 /**
  * goo_canvas_text_get_natural_extents:
  * @text: a #GooCanvasText.
- * @ink_rect: the location to return the ink rect, or %NULL.
- * @logical_rect: the location to return the logical rect, or %NULL.
+ * @ink_rect: (out): the location to return the ink rect, or %NULL.
+ * @logical_rect: (out): the location to return the logical rect, or %NULL.
  * 
  * Gets the natural extents of the text, in the text item's coordinate space.
  *


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