summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2022-04-05 17:14:18 +0200
committerJörg Frings-Fürst <debian@jff.email>2022-04-05 17:14:18 +0200
commit4c548cd33f0614e666d9049e41b4f129629cf182 (patch)
treebaa900ff37979f45c28841af16b79aa7f2a69a3b /vapi
parent2ed34746222ea505631ae8ef8ca50552af999ad2 (diff)
New upstream version 0.30.15upstream/0.30.15
Diffstat (limited to 'vapi')
-rw-r--r--vapi/gdk-wayland-3.0.vapi10
-rw-r--r--vapi/version.vapi14
2 files changed, 24 insertions, 0 deletions
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);
+}
diff --git a/vapi/version.vapi b/vapi/version.vapi
new file mode 100644
index 0000000..e191f2f
--- /dev/null
+++ b/vapi/version.vapi
@@ -0,0 +1,14 @@
+[CCode (cheader_filename = "version.h")]
+public const string? _GIT_VERSION;
+[CCode (cheader_filename = "config.h")]
+public const string _PREFIX;
+[CCode (cheader_filename = "config.h")]
+public const string _VERSION;
+[CCode (cheader_filename = "config.h")]
+public const string GETTEXT_PACKAGE;
+[CCode (cheader_filename = "config.h")]
+public const string _LIB;
+[CCode (cheader_filename = "config.h")]
+public const string _LIBEXECDIR;
+[CCode (cheader_filename = "config.h")]
+public const string _LANG_SUPPORT_DIR;