Skip to content

Commit

Permalink
BluezInterface: add InterfacesAdded signal
Browse files Browse the repository at this point in the history
  • Loading branch information
ncopa committed Jan 22, 2015
1 parent 9100875 commit 424b66c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/BluezInterface.vala
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
interface DBusObjectManager : GLib.Object {
[DBus (name = "GetManagedObjects")]
public abstract HashTable<ObjectPath, HashTable<string, HashTable<string, Variant>>> get_managed_objects() throws DBusError, IOError;
[DBus (name = "InterfacesAdded")]
public signal void interfaces_added(ObjectPath path,
HashTable<string, HashTable<string, Variant>> interfaces);
}

[DBus (name = "org.freedesktop.DBus.Properties")]
Expand Down

0 comments on commit 424b66c

Please sign in to comment.