actor: Correct documentation formatting for clutter_actor_event()

TRUE and FALSE need to be symbolified here.
This commit is contained in:
Jasper St. Pierre 2013-01-14 12:51:54 -05:00
parent 0caba876e6
commit 578e81dc2e

View File

@ -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