Class | DBus::Service |
In: |
lib/dbus/bus.rb
|
Parent: | Object |
This represents a remote service. It should not be instantiated directly Use Bus::service()
bus | [R] | The bus the service is running on. |
name | [R] | The service name. |
root | [R] | The service root (FIXME). |
Get the object node corresponding to the given path. if create is true, the the nodes in the path are created if they do not already exist.
Undo exporting an object obj. Raises ArgumentError if it is not a DBus::Object. Returns the object, or false if obj was not exported.