[pango] Annotate pango_layout_get_context().



commit 4da05d60a8c9e7f22329c58264e0ca6c683dbf0c
Author: Paolo Borelli <pborelli gnome org>
Date:   Sat Dec 11 14:52:53 2010 +0100

    Annotate pango_layout_get_context().

 pango/pango-layout.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index ee0e09c..b088f86 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]