DBusNodeInfo.path
string path() @property nothrowGet 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) @property nothrowSet 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. |