GDBusSubtreeFlags

Flags passed to g_dbus_connection_register_subtree(). G_DBUS_SUBTREE_FLAGS_NONE No flags set. G_DBUS_SUBTREE_FLAGS_DISPATCH_TO_UNENUMERATED_NODES Method calls to objects not in the enumerated range will still be dispatched. This is useful if you want to dynamically spawn objects in the subtree. Since 2.26

Values

ValueMeaning
NONE0
DISPATCH_TO_UNENUMERATED_NODES(1 << 0)

Meta