Information about an argument for a method or a signal.
volatile gint ref_count;
The reference count or -1 if statically allocated.
gchar *name;
Name of the argument, e.g. unix_user_id.
gchar *signature;
D-Bus signature of the argument (a single complete type).
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 an argument for a method or a signal. volatile gint ref_count; The reference count or -1 if statically allocated. gchar *name; Name of the argument, e.g. unix_user_id. gchar *signature; D-Bus signature of the argument (a single complete type). 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