DBusMethodInfo#

Added in version 2.26.

class DBusMethodInfo(*args, **kwargs)#

Information about a method on a D-Bus interface.

Fields#

class DBusMethodInfo
annotations#

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

in_args#

A pointer to a None-terminated array of pointers to DBusArgInfo structures or None if there are no in arguments.

name#

The name of the D-Bus method, e.g. RequestName.

out_args#

A pointer to a None-terminated array of pointers to DBusArgInfo structures or None if there are no out arguments.

ref_count#

The reference count or -1 if statically allocated.