DBusNodeInfo.path
string path() @propertyGet path field.
Returns
The path of the node or null if omitted. Note that this may be a relative path. See the D-Bus specification for more details.
void path(string propval) @propertySet path field.
Parameters
propval | The path of the node or null if omitted. Note that this may be a relative path. See the D-Bus specification for more details. |