GDBusSubtreeVTable

Virtual table for handling subtrees registered with g_dbus_connection_register_subtree(). GDBusSubtreeEnumerateFunc enumerate; Function for enumerating child nodes. GDBusSubtreeIntrospectFunc introspect; Function for introspecting a child node. GDBusSubtreeDispatchFunc dispatch; Function for dispatching a remote call on a child node. Since 2.26

Members

Variables

dispatch
GDBusSubtreeDispatchFunc dispatch;
Undocumented in source.
enumerate
GDBusSubtreeEnumerateFunc enumerate;
Undocumented in source.
introspect
GDBusSubtreeIntrospectFunc introspect;
Undocumented in source.

Meta