GDBusArgInfo

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. Since 2.26

Members

Variables

annotations
GDBusAnnotationInfo** annotations;
Undocumented in source.
name
char* name;
Undocumented in source.
refCount
int refCount;
Undocumented in source.
signature
char* signature;
Undocumented in source.

Meta