GDBusPropertyInfo

Information about a D-Bus property on a D-Bus interface.

Members

Variables

annotations
GDBusAnnotationInfo** annotations;

A pointer to a null-terminated array of pointers to #GDBusAnnotationInfo structures or null if there are no annotations.

flags
GDBusPropertyInfoFlags flags;

Access control flags for the property.

name
char* name;

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

refCount
int refCount;

The reference count or -1 if statically allocated.

signature
char* signature;

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