DzlTreeFindFunc

Callback to check @child, a child of @node, matches a lookup request. Returns %TRUE if @child matches, %FALSE if not.

alias DzlTreeFindFunc = int function(DzlTree* tree, DzlTreeNode* node, DzlTreeNode* child, void* userData)

Return Value

%TRUE if @child matched

Meta