:right-sidebar: True DBusSignalInfo =================================================================== .. currentmodule:: gi.repository.Gio .. versionadded:: 2.26 .. class:: DBusSignalInfo(*args, **kwargs) :no-contents-entry: Information about a signal on a D-Bus interface. Fields ------ .. rst-class:: interim-class .. class:: DBusSignalInfo :no-index: .. attribute:: annotations A pointer to a :const:`None`-terminated array of pointers to :obj:`~gi.repository.Gio.DBusAnnotationInfo` structures or :const:`None` if there are no annotations. .. attribute:: args A pointer to a :const:`None`-terminated array of pointers to :obj:`~gi.repository.Gio.DBusArgInfo` structures or :const:`None` if there are no arguments. .. attribute:: name The name of the D-Bus signal, e.g. "NameOwnerChanged". .. attribute:: ref_count The reference count or -1 if statically allocated.