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 toDBusAnnotationInfo
structures orNone
if there are no annotations.
- in_args#
A pointer to a
None
-terminated array of pointers toDBusArgInfo
structures orNone
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 toDBusArgInfo
structures orNone
if there are no out arguments.
- ref_count#
The reference count or -1 if statically allocated.