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
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