cogl-pango: Fix some doc/introspection comments
https://bugzilla.gnome.org/show_bug.cgi?id=693360
This commit is contained in:
parent
8122368c6a
commit
1ea8ee5932
@ -48,7 +48,6 @@ typedef PangoCairoFontMap CoglPangoFontMap;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* cogl_pango_font_map_new:
|
* cogl_pango_font_map_new:
|
||||||
* @context: A #CoglContext
|
|
||||||
*
|
*
|
||||||
* Creates a new font map.
|
* Creates a new font map.
|
||||||
*
|
*
|
||||||
@ -65,7 +64,7 @@ cogl_pango_font_map_new (void);
|
|||||||
*
|
*
|
||||||
* Create a #PangoContext for the given @font_map.
|
* 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 *
|
PangoContext *
|
||||||
cogl_pango_font_map_create_context (CoglPangoFontMap *font_map);
|
cogl_pango_font_map_create_context (CoglPangoFontMap *font_map);
|
||||||
@ -176,7 +175,7 @@ cogl_pango_show_layout (CoglFramebuffer *framebuffer,
|
|||||||
const CoglColor *color);
|
const CoglColor *color);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cogl_pango_render_layout_line:
|
* cogl_pango_show_layout_line:
|
||||||
* @framebuffer: A #CoglFramebuffer to draw too.
|
* @framebuffer: A #CoglFramebuffer to draw too.
|
||||||
* @line: a #PangoLayoutLine
|
* @line: a #PangoLayoutLine
|
||||||
* @x: X coordinate to render the line at
|
* @x: X coordinate to render the line at
|
||||||
|
Loading…
Reference in New Issue
Block a user