GDBusSubtreeDispatchFunc

The type of the @dispatch 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).

alias GDBusSubtreeDispatchFunc = GDBusInterfaceVTable* function(GDBusConnection* connection, const(char)* sender, const(char)* objectPath, const(char)* interfaceName, const(char)* node, void** outUserData, void* userData)

Return Value

A #GDBusInterfaceVTable or %NULL if you don't want to handle the methods.

Meta

Since

2.26