Compare commits

...

1 Commits

Author SHA1 Message Date
  Maciek Borzecki 21db97020b device-proxy: WIP 8 years ago
1 changed files with 15 additions and 0 deletions
Split View
  1. +15
    -0
      src/mconnect/device-proxy.vala

+ 15
- 0
src/mconnect/device-proxy.vala View File

@ -164,4 +164,19 @@ class DeviceDBusProxy : Object {
}
this.register_id = 0;
}
[DBus (visible = false)]
public void bus_register_handler(DBusConnection conn,
PacketHandlerInterfaceProxy handler) {
// handler.bus_register(conn, this.path);
}
[DBus (visible = false)]
public void bus_unregister_handler(DBusConnection conn,
PacketHandlerInterfaceProxy handler) {
// handler.bus_unregister();
}
}

Loading…
Cancel
Save