adding allow-none and transfer full introspection metadata to pango_layout_set_attributes
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 14:34:46 +0000 (15:34 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 14:34:46 +0000 (15:34 +0100)
pango/pango-layout.c

index 3abab55..ff84683 100644 (file)
@@ -591,7 +591,7 @@ pango_layout_get_spacing (PangoLayout *layout)
 /**
  * pango_layout_set_attributes:
  * @layout: a #PangoLayout
- * @attrs: a #PangoAttrList, can be %NULL
+ * @attrs: (allow-none) (transfer full): a #PangoAttrList, can be %NULL
  *
  * Sets the text attributes for a layout object.
  * References @attrs, so the caller can unref its reference.