framebuffer: add missing transfer annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
95b0c4c558
commit
6e3e14bb50
@ -1015,8 +1015,8 @@ cogl_framebuffer_resolve_samples_region (CoglFramebuffer *framebuffer,
|
|||||||
* instantiated within. This is the #CoglContext that was passed to
|
* instantiated within. This is the #CoglContext that was passed to
|
||||||
* cogl_onscreen_new() for example.
|
* cogl_onscreen_new() for example.
|
||||||
*
|
*
|
||||||
* Return value: The #CoglContext that the given @framebuffer was
|
* Return value: (transfer none): The #CoglContext that the given
|
||||||
* instantiated within.
|
* @framebuffer was instantiated within.
|
||||||
* Since: 1.8
|
* Since: 1.8
|
||||||
* Stability: unstable
|
* Stability: unstable
|
||||||
*/
|
*/
|
||||||
@ -1731,7 +1731,7 @@ cogl_framebuffer_read_pixels (CoglFramebuffer *framebuffer,
|
|||||||
* Gets the current #CoglFramebuffer as set using
|
* Gets the current #CoglFramebuffer as set using
|
||||||
* cogl_push_framebuffer()
|
* cogl_push_framebuffer()
|
||||||
*
|
*
|
||||||
* Return value: The current #CoglFramebuffer
|
* Return value: (transfer none): The current #CoglFramebuffer
|
||||||
* Stability: unstable
|
* Stability: unstable
|
||||||
* Since: 1.8
|
* Since: 1.8
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user