DBusPropertyInfo#
Added in version 2.26.
- class DBusPropertyInfo(*args, **kwargs)#
Information about a D-Bus property on a D-Bus interface.
Fields#
- class DBusPropertyInfo
- annotations#
A pointer to a
None
-terminated array of pointers toDBusAnnotationInfo
structures orNone
if there are no annotations.
- flags#
Access control flags for the property.
- name#
The name of the D-Bus property, e.g. “SupportedFilesystems”.
- ref_count#
The reference count or -1 if statically allocated.
- signature#
The D-Bus signature of the property (a single complete type).