Information about a D-Bus property on a D-Bus interface.
volatile gint ref_count;
The reference count or -1 if statically allocated.
gchar *name;
The name of the D-Bus property, e.g. "SupportedFilesystems".
gchar *signature;
The D-Bus signature of the property (a single complete type).
GDBusPropertyInfoFlags flags;
Access control flags for the property.
GDBusAnnotationInfo **annotations;
A pointer to a NULL-terminated array of pointers to GDBusAnnotationInfo structures or NULL if there are no annotations.
Since 2.26
Information about a D-Bus property on a D-Bus interface. volatile gint ref_count; The reference count or -1 if statically allocated. gchar *name; The name of the D-Bus property, e.g. "SupportedFilesystems". gchar *signature; The D-Bus signature of the property (a single complete type). GDBusPropertyInfoFlags flags; Access control flags for the property. GDBusAnnotationInfo **annotations; A pointer to a NULL-terminated array of pointers to GDBusAnnotationInfo structures or NULL if there are no annotations. Since 2.26