DBusPropertyInfo
Allocate a new DBusPropertyInfo.
This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.
Allocate a new DBusPropertyInfo using the provided AutofreeScope.
The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped
.
Parameters
The AutofreeScope to allocate this structure in.
Allocate a new DBusPropertyInfo.
This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.
Parameters
The reference count or -1 if statically allocated.
The name of the D-Bus property, e.g. "SupportedFilesystems".
The D-Bus signature of the property (a single complete type).
Access control flags for the property.
Allocate a new DBusPropertyInfo using the provided AutofreeScope.
The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped
.
Parameters
The reference count or -1 if statically allocated.
The name of the D-Bus property, e.g. "SupportedFilesystems".
The D-Bus signature of the property (a single complete type).
Access control flags for the property.
The AutofreeScope to allocate this structure in.