mirror of
https://github.com/brl/mutter.git
synced 2025-01-11 04:02:36 +00:00
fence: add scope annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
84bdd679df
commit
fbba3478a8
@ -96,9 +96,9 @@ cogl_fence_closure_get_user_data (CoglFenceClosure *closure);
|
|||||||
/**
|
/**
|
||||||
* cogl_framebuffer_add_fence_callback:
|
* cogl_framebuffer_add_fence_callback:
|
||||||
* @framebuffer: The #CoglFramebuffer the commands have been submitted to
|
* @framebuffer: The #CoglFramebuffer the commands have been submitted to
|
||||||
* @callback: A #CoglFenceCallback to be called when all commands submitted
|
* @callback: (scope notified): A #CoglFenceCallback to be called when
|
||||||
* to Cogl have been executed
|
* all commands submitted to Cogl have been executed
|
||||||
* @user_data: Private data that will be passed to the callback
|
* @user_data: (closure): Private data that will be passed to the callback
|
||||||
*
|
*
|
||||||
* Calls the provided callback when all previously-submitted commands have
|
* Calls the provided callback when all previously-submitted commands have
|
||||||
* been executed by the GPU.
|
* been executed by the GPU.
|
||||||
|
Loading…
Reference in New Issue
Block a user