Struct

GioDBusSubtreeVTable

since: 2.26

Description

struct GDBusSubtreeVTable {
  GDBusSubtreeEnumerateFunc enumerate;
  GDBusSubtreeIntrospectFunc introspect;
  GDBusSubtreeDispatchFunc dispatch;
}

Virtual table for handling subtrees registered with g_dbus_connection_register_subtree().

Structure members
enumerate

Function for enumerating child nodes.

introspect

Function for introspecting a child node.

dispatch

Function for dispatching a remote call on a child node.

Available since: 2.26