DBusInterfaceInfo.this

Create a dbus_interface_info.DBusInterfaceInfo boxed type.

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

Parameters

refCount int

The reference count or -1 if statically allocated.

name string

The name of the D-Bus interface, e.g. "org.freedesktop.DBus.Properties".