From 4c548cd33f0614e666d9049e41b4f129629cf182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 5 Apr 2022 17:14:18 +0200 Subject: New upstream version 0.30.15 --- vapi/gdk-wayland-3.0.vapi | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vapi/gdk-wayland-3.0.vapi (limited to 'vapi/gdk-wayland-3.0.vapi') diff --git a/vapi/gdk-wayland-3.0.vapi b/vapi/gdk-wayland-3.0.vapi new file mode 100644 index 0000000..81e0a25 --- /dev/null +++ b/vapi/gdk-wayland-3.0.vapi @@ -0,0 +1,10 @@ +[CCode (cheader_filename = "gdk/gdkwayland.h")] +namespace Gdk.Wayland { + [CCode (type_id = "GDK_TYPE_WAYLAND_WINDOW", type_check_function = "GDK_IS_WAYLAND_WINDOW")] + public class Window : Gdk.Window { + public bool export_handle (owned WindowExported callback); + } + + [CCode (instance_pos = 2.9)] + public delegate void WindowExported (Gdk.Window window, string handle); +} -- cgit v1.2.3