DBusNodeInfo.path

string path() @property

Get 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

Set path field.

Parameters

propvalThe path of the node or null if omitted. Note that this may be a relative path. See the D-Bus specification for more details.