summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 18:00:02 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 18:00:02 +0100
commit22dde4fcb56755435fd44890a40afee6d3e5ceba (patch)
treeb997b768066b806eeb83d0e7902a8e8460253d4b
parentc07ff4f3755f7d00f44f94b5731d1abe47f35cb6 (diff)
downloadpango-22dde4fcb56755435fd44890a40afee6d3e5ceba.tar.gz
adding allow-none introspection metadata to pango_attr_shape_new_with_data
-rw-r--r--pango/pango-attributes.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c
index fbb65ff8..0b6ccd48 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