summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@gnome.org>2010-12-11 14:52:53 +0100
committerBehdad Esfahbod <behdad@behdad.org>2011-04-04 16:23:13 -0400
commit1da2d10bc392bf78ba0b9d8114d4dd9679f6c1b1 (patch)
treea87b854f4714a4835d8e59334d97a3cc66efb031
parentd2acb446c573f54234f72bab5de9452b89fcd1c4 (diff)
downloadpango-1da2d10bc392bf78ba0b9d8114d4dd9679f6c1b1.tar.gz
Annotate pango_layout_get_context().
-rw-r--r--pango/pango-layout.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index 9bdaa1ce..3beacfa1 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -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)