summaryrefslogtreecommitdiff
path: root/core/vapi
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-09-27 08:47:32 +0200
committerkotontrion <[email protected]>2024-09-27 08:47:32 +0200
commit6916d59373948c8bc23cbb198795fe4608a73ba3 (patch)
treeeff7616d4c13930ad5ad919fb96c9b915e184f84 /core/vapi
parent628f89453764bfab97d3507d351d0dfa4b50c964 (diff)
core: idle inhibitor fix code style
Diffstat (limited to 'core/vapi')
-rw-r--r--core/vapi/AstalInhibitManager.vapi20
1 files changed, 10 insertions, 10 deletions
diff --git a/core/vapi/AstalInhibitManager.vapi b/core/vapi/AstalInhibitManager.vapi
index 4902f94..6232a3c 100644
--- a/core/vapi/AstalInhibitManager.vapi
+++ b/core/vapi/AstalInhibitManager.vapi
@@ -1,13 +1,13 @@
[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 {
- }
-
+ [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 {
+ }
}