GDBusInterfaceInfo

Undocumented in source.

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.

Meta