diff options
Diffstat (limited to 'src/bluetooth.vala')
| -rw-r--r-- | src/bluetooth.vala | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth.vala b/src/bluetooth.vala index da7c176..9b2f9d5 100644 --- a/src/bluetooth.vala +++ b/src/bluetooth.vala @@ -55,5 +55,7 @@ public interface Bluetooth: Object public abstract string get_device_name (ObjectPath path); + public signal void agent_manager_ready (); + public abstract void add_agent (string path); } |
