Function

IdeTreeNodeCompare

Declaration

int
(* IdeTreeNodeCompare) (
  IdeTreeNode* node,
  IdeTreeNode* child
)

Description

This callback function is a convenience wrapper around GCompareFunc.

Parameters

node

Type: IdeTreeNode

An IdeTreeNode that iterate over children.

The data is owned by the caller of the function.
child

Type: IdeTreeNode

An IdeTreeNode to be inserted.

The data is owned by the caller of the function.

Return value

Type: int

Int.