mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +00:00
display: add missing transfer annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
2008493a46
commit
5516235921
@ -101,8 +101,8 @@ typedef struct _CoglDisplay CoglDisplay;
|
|||||||
* abort with a message. For simple applications with no fallback
|
* abort with a message. For simple applications with no fallback
|
||||||
* options then relying on the implicit setup can be fine.
|
* options then relying on the implicit setup can be fine.
|
||||||
*
|
*
|
||||||
* Return value: A newly allocated #CoglDisplay object in a mutable
|
* Return value: (transfer full): A newly allocated #CoglDisplay
|
||||||
* configuration mode.
|
* object in a mutable configuration mode.
|
||||||
* Since: 1.10
|
* Since: 1.10
|
||||||
* Stability: unstable
|
* Stability: unstable
|
||||||
*/
|
*/
|
||||||
@ -116,6 +116,8 @@ cogl_display_new (CoglRenderer *renderer,
|
|||||||
*
|
*
|
||||||
* Queries the #CoglRenderer associated with the given @display.
|
* Queries the #CoglRenderer associated with the given @display.
|
||||||
*
|
*
|
||||||
|
* Return value: (transfer none): The associated #CoglRenderer
|
||||||
|
*
|
||||||
* Since: 1.10
|
* Since: 1.10
|
||||||
* Stability: unstable
|
* Stability: unstable
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user