aboutsummaryrefslogtreecommitdiff
path: root/src/bluetooth.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth.vala')
-rw-r--r--src/bluetooth.vala4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bluetooth.vala b/src/bluetooth.vala
index 0cc5432..da7c176 100644
--- a/src/bluetooth.vala
+++ b/src/bluetooth.vala
@@ -52,4 +52,8 @@ public interface Bluetooth: Object
/* Try to connect/disconnect a particular device.
The device_key argument comes from the Device struct */
public abstract void set_device_connected (uint device_key, bool connected);
+
+ public abstract string get_device_name (ObjectPath path);
+
+ public abstract void add_agent (string path);
}