diff options
Diffstat (limited to 'core/vapi/AstalInhibitManager.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 { } |