DBusSubtreeIntrospectFunc

The type of the introspect function in #GDBusSubtreeVTable.

Subtrees are flat. node, if non-null, is always exactly one segment of the object path (ie: it never contains a slash).

This function should return null to indicate that there is no object at this node.

If this function returns non-null, the return value is expected to be a null-terminated array of pointers to #GDBusInterfaceInfo structures describing the interfaces implemented by node. This array will have gio.dbus_interface_info.DBusInterfaceInfo.unref called on each item before being freed with glib.global.gfree.

The difference between returning null and an array containing zero items is that the standard DBus interfaces will returned to the remote introspector in the empty array case, but not in the null case.

alias DBusSubtreeIntrospectFunc = gio.dbus_interface_info.DBusInterfaceInfo[] delegate

Return Value

A null-terminated array of pointers to #GDBusInterfaceInfo, or null.