DBusAnnotationInfo.this

Create a dbus_annotation_info.DBusAnnotationInfo boxed type.

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

Parameters

refCount int

The reference count or -1 if statically allocated.

key string

The name of the annotation, e.g. "org.freedesktop.DBus.Deprecated".

value string

The value of the annotation.