:right-sidebar: True DBusArgInfo =================================================================== .. currentmodule:: gi.repository.Gio .. versionadded:: 2.26 .. class:: DBusArgInfo(*args, **kwargs) :no-contents-entry: Information about an argument for a method or a signal. Fields ------ .. rst-class:: interim-class .. class:: DBusArgInfo :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:: name Name of the argument, e.g. ``unix_user_id``\. .. attribute:: ref_count The reference count or -1 if statically allocated. .. attribute:: signature D-Bus signature of the argument (a single complete type).