summaryrefslogtreecommitdiff
path: root/cogl/cogl-framebuffer.h
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-09-03 14:06:41 +0100
committerRobert Bragg <robert@linux.intel.com>2013-09-23 15:02:31 +0100
commit6e3e14bb504867d6f33d859e14bd19f2fcb60bd3 (patch)
tree9814f2d92fa33edaf79de29ca3deccb88f36bc54 /cogl/cogl-framebuffer.h
parent95b0c4c558ff6b845d99215c1c135aa23d47b906 (diff)
downloadcogl-6e3e14bb504867d6f33d859e14bd19f2fcb60bd3.tar.gz
framebuffer: add missing transfer annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com>
Diffstat (limited to 'cogl/cogl-framebuffer.h')
-rw-r--r--cogl/cogl-framebuffer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cogl/cogl-framebuffer.h b/cogl/cogl-framebuffer.h
index b9f3bebd..e3dad9fa 100644
--- a/cogl/cogl-framebuffer.h
+++ b/cogl/cogl-framebuffer.h
@@ -1015,8 +1015,8 @@ cogl_framebuffer_resolve_samples_region (CoglFramebuffer *framebuffer,
* instantiated within. This is the #CoglContext that was passed to
* cogl_onscreen_new() for example.
*
- * Return value: The #CoglContext that the given @framebuffer was
- * instantiated within.
+ * Return value: (transfer none): The #CoglContext that the given
+ * @framebuffer was instantiated within.
* Since: 1.8
* Stability: unstable
*/
@@ -1731,7 +1731,7 @@ cogl_framebuffer_read_pixels (CoglFramebuffer *framebuffer,
* Gets the current #CoglFramebuffer as set using
* cogl_push_framebuffer()
*
- * Return value: The current #CoglFramebuffer
+ * Return value: (transfer none): The current #CoglFramebuffer
* Stability: unstable
* Since: 1.8
*/