From 1ea8ee59329a33a04b1604f5a91ddf1736c38aae Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 6 Feb 2013 04:32:29 -0500 Subject: [PATCH] cogl-pango: Fix some doc/introspection comments https://bugzilla.gnome.org/show_bug.cgi?id=693360 --- cogl-pango/cogl-pango.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cogl-pango/cogl-pango.h b/cogl-pango/cogl-pango.h index 227a0c41c..8116ce240 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