[cogl/cogl-1.14] cogl-pango: Fix some doc/introspection comments



commit 1ea8ee59329a33a04b1604f5a91ddf1736c38aae
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Feb 6 04:32:29 2013 -0500

    cogl-pango: Fix some doc/introspection comments
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693360

 cogl-pango/cogl-pango.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/cogl-pango/cogl-pango.h b/cogl-pango/cogl-pango.h
index 227a0c4..8116ce2 100644
--- a/cogl-pango/cogl-pango.h
+++ b/cogl-pango/cogl-pango.h
@@ -48,7 +48,6 @@ typedef PangoCairoFontMap CoglPangoFontMap;
 
 /**
  * cogl_pango_font_map_new:
- * @context: A #CoglContext
  *
  * Creates a new font map.
  *
@@ -65,7 +64,7 @@ cogl_pango_font_map_new (void);
  *
  * Create a #PangoContext for the given @font_map.
  *
- * Returns: the newly created context: free with g_object_unref().
+ * Returns: (transfer full): the newly created context: free with g_object_unref().
  */
 PangoContext *
 cogl_pango_font_map_create_context (CoglPangoFontMap *font_map);
@@ -176,7 +175,7 @@ cogl_pango_show_layout (CoglFramebuffer *framebuffer,
                         const CoglColor *color);
 
 /**
- * cogl_pango_render_layout_line:
+ * cogl_pango_show_layout_line:
  * @framebuffer: A #CoglFramebuffer to draw too.
  * @line: a #PangoLayoutLine
  * @x: X coordinate to render the line at


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