mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
docs: Fix syntax errors in annotations
This commit is contained in:
parent
1d7f3260a6
commit
3fdee4efe9
@ -455,7 +455,7 @@ clutter_actor_box_clamp_to_pixel (ClutterActorBox *box)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* clutter_actor_box_union:
|
* clutter_actor_box_union:
|
||||||
* @a: (in) the first #ClutterActorBox
|
* @a: (in): the first #ClutterActorBox
|
||||||
* @b: (in): the second #ClutterActorBox
|
* @b: (in): the second #ClutterActorBox
|
||||||
* @result: (out): the #ClutterActorBox representing a union
|
* @result: (out): the #ClutterActorBox representing a union
|
||||||
* of @a and @b
|
* of @a and @b
|
||||||
|
@ -15521,7 +15521,7 @@ clutter_actor_create_pango_context (ClutterActor *self)
|
|||||||
/**
|
/**
|
||||||
* clutter_actor_create_pango_layout:
|
* clutter_actor_create_pango_layout:
|
||||||
* @self: a #ClutterActor
|
* @self: a #ClutterActor
|
||||||
* @text: (allow-none) the text to set on the #PangoLayout, or %NULL
|
* @text: (allow-none): the text to set on the #PangoLayout, or %NULL
|
||||||
*
|
*
|
||||||
* Creates a new #PangoLayout from the same #PangoContext used
|
* Creates a new #PangoLayout from the same #PangoContext used
|
||||||
* by the #ClutterActor. The #PangoLayout is already configured
|
* by the #ClutterActor. The #PangoLayout is already configured
|
||||||
|
Loading…
Reference in New Issue
Block a user