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 to- DBusAnnotationInfostructures or- Noneif there are no annotations.
 - args#
- A pointer to a - None-terminated array of pointers to- DBusArgInfostructures or- Noneif 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.