DBusSignalInfo#
Added in version 2.26.
- class DBusSignalInfo(*args, **kwargs)#
Information about a signal on a D-Bus interface.
Fields#
- class DBusSignalInfo
- annotations#
A pointer to a
None
-terminated array of pointers toDBusAnnotationInfo
structures orNone
if there are no annotations.
- args#
A pointer to a
None
-terminated array of pointers toDBusArgInfo
structures orNone
if there are no arguments.
- name#
The name of the D-Bus signal, e.g. “NameOwnerChanged”.
- ref_count#
The reference count or -1 if statically allocated.