DBusArgInfo.this

Create a dbus_arg_info.DBusArgInfo boxed type.

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

Parameters

refCount int

The reference count or -1 if statically allocated.

name string

Name of the argument, e.g. @unix_user_id.

signature string

D-Bus signature of the argument (a single complete type).