Information about a method on an D-Bus interface.
volatile gint ref_count;
The reference count or -1 if statically allocated.
gchar *name;
The name of the D-Bus method, e.g. RequestName.
GDBusArgInfo **in_args;
A pointer to a NULL-terminated array of pointers to GDBusArgInfo structures or NULL if there are no in arguments. [array zero-terminated=1]
GDBusArgInfo **out_args;
A pointer to a NULL-terminated array of pointers to GDBusArgInfo structures or NULL if there are no out arguments. [array zero-terminated=1]
GDBusAnnotationInfo **annotations;
A pointer to a NULL-terminated array of pointers to GDBusAnnotationInfo structures or NULL if there are no annotations. [array zero-terminated=1]
Since 2.26
Information about a method on an D-Bus interface. volatile gint ref_count; The reference count or -1 if statically allocated. gchar *name; The name of the D-Bus method, e.g. RequestName. GDBusArgInfo **in_args; A pointer to a NULL-terminated array of pointers to GDBusArgInfo structures or NULL if there are no in arguments. [array zero-terminated=1] GDBusArgInfo **out_args; A pointer to a NULL-terminated array of pointers to GDBusArgInfo structures or NULL if there are no out arguments. [array zero-terminated=1] GDBusAnnotationInfo **annotations; A pointer to a NULL-terminated array of pointers to GDBusAnnotationInfo structures or NULL if there are no annotations. [array zero-terminated=1] Since 2.26