GDBusInterfaceInfo

Information about a D-Bus interface.

Members

Variables

annotations
GDBusAnnotationInfo** annotations;

A pointer to a null-terminated array of pointers to #GDBusAnnotationInfo structures or null if there are no annotations.

methods
GDBusMethodInfo** methods;

A pointer to a null-terminated array of pointers to #GDBusMethodInfo structures or null if there are no methods.

name
char* name;

The name of the D-Bus interface, e.g. "org.freedesktop.DBus.Properties".

properties
GDBusPropertyInfo** properties;

A pointer to a null-terminated array of pointers to #GDBusPropertyInfo structures or null if there are no properties.

refCount
int refCount;

The reference count or -1 if statically allocated.

signals
GDBusSignalInfo** signals;

A pointer to a null-terminated array of pointers to #GDBusSignalInfo structures or null if there are no signals.