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
(cherry picked from commit 781ec74fd2)
This commit is contained in:
Jonas Ådahl 2018-12-14 15:55:36 +01:00 committed by Ray Strode
parent 0c9eb18b06
commit 68337774fc

View File

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