GDBusMethodInfo

Information about a method on an D-Bus interface.

Members

Variables

annotations
GDBusAnnotationInfo** annotations;

A pointer to a null-terminated array of pointers to #GDBusAnnotationInfo structures or null if there are no annotations.

inArgs
GDBusArgInfo** inArgs;

A pointer to a null-terminated array of pointers to #GDBusArgInfo structures or null if there are no in arguments.

name
char* name;

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

outArgs
GDBusArgInfo** outArgs;

A pointer to a null-terminated array of pointers to #GDBusArgInfo structures or null if there are no out arguments.

refCount
int refCount;

The reference count or -1 if statically allocated.