Blame SOURCES/0012-window-Fix-introspection-warnings.patch

776610
From 527f6e642a0ece477ae3a2c43421ad4101e34c57 Mon Sep 17 00:00:00 2001
776610
From: =?UTF-8?q?Jonas=20=C3=85dahl?= <jadahl@gmail.com>
776610
Date: Fri, 14 Dec 2018 15:55:36 +0100
776610
Subject: [PATCH 12/12] window: Fix introspection warnings
776610
776610
(transfer none) was added for fundamental types, which can't be
776610
transfered.
776610
776610
https://gitlab.gnome.org/GNOME/mutter/merge_requests/356
776610
(cherry picked from commit 781ec74fd2bb505de7abde6e0641a62ab6ef728a)
776610
---
776610
 src/core/window.c | 4 ++--
776610
 1 file changed, 2 insertions(+), 2 deletions(-)
776610
776610
diff --git a/src/core/window.c b/src/core/window.c
776610
index 4dd8bd6..c79d266 100644
776610
--- a/src/core/window.c
776610
+++ b/src/core/window.c
776610
@@ -8475,7 +8475,7 @@ meta_window_is_stackable (MetaWindow *window)
776610
  *
776610
  * Returns the window id associated with window.
776610
  *
776610
- * Returns: (transfer none): The window id
776610
+ * Returns: The window id
776610
  */
776610
 uint64_t
776610
 meta_window_get_id (MetaWindow *window)
776610
@@ -8489,7 +8489,7 @@ meta_window_get_id (MetaWindow *window)
776610
  *
776610
  * Returns the #MetaWindowClientType of the window.
776610
  *
776610
- * Returns: (transfer none): The root ancestor window
776610
+ * Returns: The root ancestor window
776610
  */
776610
 MetaWindowClientType
776610
 meta_window_get_client_type (MetaWindow *window)
776610
-- 
776610
2.19.2
776610