DBusSignalInfo.this

Create a dbus_signal_info.DBusSignalInfo boxed type.

  1. this(int refCount, string name)
    class DBusSignalInfo
    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 signal, e.g. "NameOwnerChanged".