mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 21:34:09 +00:00
actor: Correct documentation formatting for clutter_actor_event()
TRUE and FALSE need to be symbolified here.
This commit is contained in:
parent
0caba876e6
commit
578e81dc2e
@ -13456,7 +13456,7 @@ clutter_actor_lower_bottom (ClutterActor *self)
|
||||
* clutter_actor_event:
|
||||
* @actor: a #ClutterActor
|
||||
* @event: a #ClutterEvent
|
||||
* @capture: TRUE if event in in capture phase, FALSE otherwise.
|
||||
* @capture: %TRUE if event in in capture phase, %FALSE otherwise.
|
||||
*
|
||||
* This function is used to emit an event on the main stage.
|
||||
* You should rarely need to use this function, except for
|
||||
|
Loading…
x
Reference in New Issue
Block a user