From 1a92c375a65964197f96f5df51831921b9c7f293 Mon Sep 17 00:00:00 2001 From: lenemter Date: Sun, 30 Aug 2026 01:44:10 +0300 Subject: [PATCH] Fix compile error --- src/Services/ShellKeyGrabber.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/ShellKeyGrabber.vala b/src/Services/ShellKeyGrabber.vala index ca2c708c..95aaaeeb 100644 --- a/src/Services/ShellKeyGrabber.vala +++ b/src/Services/ShellKeyGrabber.vala @@ -41,7 +41,7 @@ public struct Sound.Accelerator { [DBus (name = "org.gnome.Shell")] public interface Sound.ShellKeyGrabber : GLib.Object { - public abstract signal void accelerator_activated (uint action, GLib.HashTable parameters_dict); + public signal void accelerator_activated (uint action, GLib.HashTable parameters_dict); public abstract uint grab_accelerator (string accelerator, ActionMode mode_flags, Meta.KeyBindingFlags grab_flags) throws GLib.DBusError, GLib.IOError; public abstract uint[] grab_accelerators (Accelerator[] accelerators) throws GLib.DBusError, GLib.IOError;