DBusPropertyInfo.this

Create a dbus_property_info.DBusPropertyInfo boxed type.

  1. this(int refCount, string name, string signature, gio.types.DBusPropertyInfoFlags flags)
    class DBusPropertyInfo
    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

The name of the D-Bus property, e.g. "SupportedFilesystems".

signature string

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

flags gio.types.DBusPropertyInfoFlags

Access control flags for the property.