Gio.DBusArgInfo¶
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. |
| name | str |
r/w | Name of the argument, e.g. unix_user_id. |
| ref_count | int |
r/w | The reference count or -1 if statically allocated. |
| signature | str |
r/w | D-Bus signature of the argument (a single complete type). |
Details¶
-
class
Gio.DBusArgInfo¶ Information about an argument for a method or a signal.
New in version 2.26.
-
ref()[source]¶ Returns: The same self. Return type: Gio.DBusArgInfoIf self is statically allocated does nothing. Otherwise increases the reference count.
New in version 2.26.
-