Browse Source

devicemanager: device managed is not directly exported to DBus, cleanup DBus attributes

bboozzoo/dbus-support-interfaces
Maciek Borzecki 8 years ago
parent
commit
ca4c09cb28
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/mconnect/devicemanager.vala

+ 0
- 2
src/mconnect/devicemanager.vala View File

@ -51,7 +51,6 @@ class DeviceManager : GLib.Object
/** /**
* Load known devices from cache and attempt pairing. * Load known devices from cache and attempt pairing.
*/ */
[DBus (visible = false)]
public void load_cache() { public void load_cache() {
debug("try loading devices from device cache"); debug("try loading devices from device cache");
@ -100,7 +99,6 @@ class DeviceManager : GLib.Object
} }
} }
[DBus (visible = false)]
public void handle_new_device(Device new_dev) { public void handle_new_device(Device new_dev) {
debug("found device: %s", new_dev.to_string()); debug("found device: %s", new_dev.to_string());


Loading…
Cancel
Save