summaryrefslogtreecommitdiff
path: root/core/src/vapi/AstalInhibitManager.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/vapi/AstalInhibitManager.vapi')
-rw-r--r--core/src/vapi/AstalInhibitManager.vapi13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/src/vapi/AstalInhibitManager.vapi b/core/src/vapi/AstalInhibitManager.vapi
deleted file mode 100644
index 6232a3c..0000000
--- a/core/src/vapi/AstalInhibitManager.vapi
+++ /dev/null
@@ -1,13 +0,0 @@
-[CCode (cprefix = "Astal", gir_namespace = "Astal", lower_case_cprefix = "astal_")]
-namespace Astal {
- [CCode (cheader_filename = "idle-inhibit.h", type_id = "astal_idle_inhibit_manager_get_type()")]
- public class InhibitManager : GLib.Object {
- public static unowned InhibitManager? get_default();
- public Inhibitor inhibit (Gtk.Window window);
- }
-
- [CCode (cheader_filename = "idle-inhibit.h", free_function = "zwp_idle_inhibitor_v1_destroy")]
- [Compact]
- public class Inhibitor {
- }
-}