mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
Fix introspection annotations for CoglPango
This commit is contained in:
parent
c3c0804819
commit
c56d5436d0
@ -53,7 +53,7 @@ static GQuark cogl_pango_font_map_get_renderer_key (void) G_GNUC_CONST;
|
|||||||
*
|
*
|
||||||
* Creates a new font map.
|
* Creates a new font map.
|
||||||
*
|
*
|
||||||
* Return value: the newly created #PangoFontMap
|
* Return value: (transfer full): the newly created #PangoFontMap
|
||||||
*
|
*
|
||||||
* Since: 1.0
|
* Since: 1.0
|
||||||
*/
|
*/
|
||||||
@ -69,7 +69,7 @@ cogl_pango_font_map_new (void)
|
|||||||
*
|
*
|
||||||
* Creates a new #PangoContext from the passed font map.
|
* Creates a new #PangoContext from the passed font map.
|
||||||
*
|
*
|
||||||
* Return value: the newly created #PangoContext
|
* Return value: (transfer full): the newly created #PangoContext
|
||||||
*
|
*
|
||||||
* Since: 1.0
|
* Since: 1.0
|
||||||
*/
|
*/
|
||||||
@ -89,7 +89,7 @@ cogl_pango_font_map_create_context (CoglPangoFontMap *fm)
|
|||||||
*
|
*
|
||||||
* Retrieves the #CoglPangoRenderer for the passed font map.
|
* Retrieves the #CoglPangoRenderer for the passed font map.
|
||||||
*
|
*
|
||||||
* Return value: a #PangoRenderer
|
* Return value: (transfer none): a #PangoRenderer
|
||||||
*
|
*
|
||||||
* Since: 1.0
|
* Since: 1.0
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user