summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-09-03 22:02:29 +0100
committerRobert Bragg <robert@linux.intel.com>2013-10-14 17:22:01 +0100
commitea20da2b385d7abc78c9649c76426a3b5dc31da6 (patch)
tree0b1265cbbef7d3f7125323add606c67577728035
parent41a81cc540092a97a571bf3557549deced419e74 (diff)
downloadcogl-ea20da2b385d7abc78c9649c76426a3b5dc31da6.tar.gz
fence: add scope annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com> (cherry picked from commit fbba3478a8be6b767fd13040bbfb1da19dadc842)
-rw-r--r--cogl/cogl-fence.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cogl/cogl-fence.h b/cogl/cogl-fence.h
index 23ac7bbc..47561b7e 100644
--- a/cogl/cogl-fence.h
+++ b/cogl/cogl-fence.h
@@ -96,9 +96,9 @@ cogl_fence_closure_get_user_data (CoglFenceClosure *closure);
/**
* cogl_framebuffer_add_fence_callback:
* @framebuffer: The #CoglFramebuffer the commands have been submitted to
- * @callback: A #CoglFenceCallback to be called when all commands submitted
- * to Cogl have been executed
- * @user_data: Private data that will be passed to the callback
+ * @callback: (scope notified): A #CoglFenceCallback to be called when
+ * all commands submitted to Cogl have been executed
+ * @user_data: (closure): Private data that will be passed to the callback
*
* Calls the provided callback when all previously-submitted commands have
* been executed by the GPU.