Annotate pango_layout_get_context().
authorPaolo Borelli <pborelli@gnome.org>
Sat, 11 Dec 2010 13:52:53 +0000 (14:52 +0100)
committerPaolo Borelli <pborelli@gnome.org>
Sat, 11 Dec 2010 14:00:51 +0000 (15:00 +0100)
pango/pango-layout.c

index ee0e09c..b088f86 100644 (file)
@@ -319,9 +319,9 @@ pango_layout_copy (PangoLayout *src)
  *
  * Retrieves the #PangoContext used for this layout.
  *
- * Return value: the #PangoContext for the layout. This does not
- * have an additional refcount added, so if you want to keep
- * a copy of this around, you must reference it yourself.
+ * Return value: (transfer none): the #PangoContext for the layout.
+ * This does not have an additional refcount added, so if you want to
+ * keep a copy of this around, you must reference it yourself.
  **/
 PangoContext *
 pango_layout_get_context (PangoLayout *layout)