DBusMethodInfo.this

Create a dbus_method_info.DBusMethodInfo boxed type.

  1. this(int refCount, string name)
    class DBusMethodInfo
    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 method, e.g. @RequestName.