diff options
author | kotontrion <[email protected]> | 2024-09-24 11:02:45 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-09-24 11:02:45 +0200 |
commit | 0922ff6a5bec16bea77923576e4ab241fcf23de0 (patch) | |
tree | bd5e33ff040b0e8181e3e919f973a3f7aeda7f13 /core/vapi | |
parent | 122112c320e62e52b3f0acc5d03c445c44bd8c4c (diff) |
core: inhibitor remove debug statement
Diffstat (limited to 'core/vapi')
-rw-r--r-- | core/vapi/AstalInhibitManager.vapi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vapi/AstalInhibitManager.vapi b/core/vapi/AstalInhibitManager.vapi index 33a6304..4902f94 100644 --- a/core/vapi/AstalInhibitManager.vapi +++ b/core/vapi/AstalInhibitManager.vapi @@ -5,7 +5,7 @@ namespace Astal { public static unowned InhibitManager? get_default(); public Inhibitor inhibit (Gtk.Window window); } - [CCode (cheader_filename = "idle-inhibit.h", free_function = "astal_inhibitor_free")] + [CCode (cheader_filename = "idle-inhibit.h", free_function = "zwp_idle_inhibitor_v1_destroy")] [Compact] public class Inhibitor { } |