summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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