Gio.DBusSignalInfo¶
Fields¶
| Name | Type | Access | Description |
|---|---|---|---|
| annotations | [Gio.DBusAnnotationInfo] |
r/w | A pointer to a None-terminated array of pointers to Gio.DBusAnnotationInfo structures or None if there are no annotations. |
| args | [Gio.DBusArgInfo] |
r/w | A pointer to a None-terminated array of pointers to Gio.DBusArgInfo structures or None if there are no arguments. |
| name | str |
r/w | The name of the D-Bus signal, e.g. “NameOwnerChanged”. |
| ref_count | int |
r/w | The reference count or -1 if statically allocated. |
Details¶
-
class
Gio.DBusSignalInfo¶ Information about a signal on a D-Bus interface.
New in version 2.26.
-
ref()[source]¶ Returns: The same self. Return type: Gio.DBusSignalInfoIf self is statically allocated does nothing. Otherwise increases the reference count.
New in version 2.26.
-