1
0
Fork 0

window: Fix introspection warnings

(transfer none) was added for fundamental types, which can't be
transfered.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/356
This commit is contained in:
Jonas Ådahl 2018-12-14 15:55:36 +01:00
parent 7a5e0c7824
commit 781ec74fd2

View file

@ -8524,7 +8524,7 @@ meta_window_is_stackable (MetaWindow *window)
*
* Returns the window id associated with window.
*
* Returns: (transfer none): The window id
* Returns: The window id
*/
uint64_t
meta_window_get_id (MetaWindow *window)
@ -8538,7 +8538,7 @@ meta_window_get_id (MetaWindow *window)
*
* Returns the #MetaWindowClientType of the window.
*
* Returns: (transfer none): The root ancestor window
* Returns: The root ancestor window
*/
MetaWindowClientType
meta_window_get_client_type (MetaWindow *window)