GDBusInterfaceInfo

Information about a D-Bus interface. volatile gint ref_count; The reference count or -1 if statically allocated. gchar *name; The name of the D-Bus interface, e.g. "org.freedesktop.DBus.Properties". GDBusMethodInfo **methods; A pointer to a NULL-terminated array of pointers to GDBusMethodInfo structures or NULL if there are no methods. [array zero-terminated=1] GDBusSignalInfo **signals; A pointer to a NULL-terminated array of pointers to GDBusSignalInfo structures or NULL if there are no signals. [array zero-terminated=1] GDBusPropertyInfo **properties; A pointer to a NULL-terminated array of pointers to GDBusPropertyInfo structures or NULL if there are no properties. [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

Members

Variables

annotations
GDBusAnnotationInfo** annotations;
Undocumented in source.
methods
GDBusMethodInfo** methods;
Undocumented in source.
name
char* name;
Undocumented in source.
properties
GDBusPropertyInfo** properties;
Undocumented in source.
refCount
int refCount;
Undocumented in source.
signals
GDBusSignalInfo** signals;
Undocumented in source.

Meta