DBusNodeInfo.this

Create a dbus_node_info.DBusNodeInfo boxed type.

  1. this(int refCount, string path)
    class DBusNodeInfo
    this
    (
    int refCount = int.init
    ,
    string path = string.init
    )
  2. this(void* ptr, Flag!"Take" take)

Parameters

refCount int

The reference count or -1 if statically allocated.

path string

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.