mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
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:
parent
7a5e0c7824
commit
781ec74fd2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user