From 6584fcd286f781a11480b2b30c6d798c60caa4a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 31 Oct 2019 16:57:59 +0100 Subject: [PATCH] Fix org.gtk.GDBus.C.UnixFD annotations The annotation applies to the method as a whole, not to individual arguments, so the existing annotations don't have any effect. This was hidden by gdbus-codegen's automatic handling of arguments of type 'h', but that change was reverted, resulting in a broken build. --- src/org.gnome.Sysprof2.xml | 5 ++--- src/org.gnome.Sysprof3.Profiler.xml | 5 ++--- src/org.gnome.Sysprof3.Service.xml | 14 +++++--------- 3 files changed, 9 insertions(+), 15 deletions(-) diff --git a/src/org.gnome.Sysprof2.xml b/src/org.gnome.Sysprof2.xml index 442d32df..ede0326f 100644 --- a/src/org.gnome.Sysprof2.xml +++ b/src/org.gnome.Sysprof2.xml @@ -14,13 +14,12 @@ the resulting fd back to the calling process. --> + - - - + + - - - + + - - - + - - - + + - - - +