mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 09:00:42 -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
(cherry picked from commit 781ec74fd2
)
This commit is contained in:
parent
0c9eb18b06
commit
68337774fc
@ -8475,7 +8475,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)
|
||||
@ -8489,7 +8489,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