mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 19:40:43 -05:00
Fix up "allow-none" annotation
This commit is contained in:
parent
bc664cc240
commit
fd9109e6d6
@ -4610,9 +4610,9 @@ clutter_stage_skip_sync_delay (ClutterStage *stage)
|
|||||||
/**
|
/**
|
||||||
* clutter_stage_set_paint_callback:
|
* clutter_stage_set_paint_callback:
|
||||||
* @stage: a #ClutterStage
|
* @stage: a #ClutterStage
|
||||||
* @callback: (allow none): a callback
|
* @callback: (allow-none): a callback
|
||||||
* @data: (allow none): data to be passed to @callback
|
* @data: (allow-none): data to be passed to @callback
|
||||||
* @notify: (allow none): function to be called when the callback is removed
|
* @notify: (allow-none): function to be called when the callback is removed
|
||||||
*
|
*
|
||||||
* Sets a callback function to be invoked after the @stage has been
|
* Sets a callback function to be invoked after the @stage has been
|
||||||
* painted.
|
* painted.
|
||||||
|
Loading…
Reference in New Issue
Block a user