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 781ec74fd2bb505de7abde6e0641a62ab6ef728a)
This commit is contained in:
parent
01c763470e
commit
baf11d2471
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user