DBusArgInfo

Added in version 2.26.

class DBusArgInfo(*args, **kwargs)

Information about an argument for a method or a signal.

Fields

class DBusArgInfo
annotations

A pointer to a None-terminated array of pointers to DBusAnnotationInfo structures or None if there are no annotations.

name

Name of the argument, e.g. unix_user_id.

ref_count

The reference count or -1 if statically allocated.

signature

D-Bus signature of the argument (a single complete type).