DBusAnnotationInfo#
Added in version 2.26.
- class DBusAnnotationInfo(*args, **kwargs)#
Information about an annotation.
Methods#
Fields#
- class DBusAnnotationInfo
- annotations#
A pointer to a
None
-terminated array of pointers toDBusAnnotationInfo
structures orNone
if there are no annotations.
- key#
The name of the annotation, e.g. “org.freedesktop.DBus.Deprecated”.
- ref_count#
The reference count or -1 if statically allocated.
- value#
The value of the annotation.