[pango] adding allow-none introspection metadata to pango_attr_shape_new_with_data



commit 22dde4fcb56755435fd44890a40afee6d3e5ceba
Author: Alberto Ruiz <aruiz gnome org>
Date:   Mon Apr 25 18:00:02 2011 +0100

    adding allow-none introspection metadata to pango_attr_shape_new_with_data

 pango/pango-attributes.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c
index fbb65ff..0b6ccd4 100644
--- a/pango/pango-attributes.c
+++ b/pango/pango-attributes.c
@@ -960,11 +960,11 @@ pango_attr_shape_equal (const PangoAttribute *attr1,
  * @ink_rect:     ink rectangle to assign to each character
  * @logical_rect: logical rectangle to assign to each character
  * @data:         user data pointer
- * @copy_func:    function to copy @data when the attribute
- *                is copied. If %NULL, @data is simply copied
- *                as a pointer.
- * @destroy_func: function to free @data when the attribute
- *                is freed, or %NULL
+ * @copy_func: (allow-none): function to copy @data when the
+ *                attribute is copied. If %NULL, @data is simply
+ *                copied as a pointer.
+ * @destroy_func: (allow-none): function to free @data when the
+ *                attribute is freed, or %NULL
  *
  * Like pango_attr_shape_new(), but a user data pointer is also
  * provided; this pointer can be accessed when later



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