GDBusSignalInfo

Information about a signal on a D-Bus interface. volatile gint ref_count; The reference count or -1 if statically allocated. gchar *name; The name of the D-Bus signal, e.g. "NameOwnerChanged". GDBusArgInfo **args; A pointer to a NULL-terminated array of pointers to GDBusArgInfo structures or NULL if there are no arguments. 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.
args
GDBusArgInfo** args;
Undocumented in source.
name
char* name;
Undocumented in source.
refCount
int refCount;
Undocumented in source.

Meta