Method

IdeTreeNodeget_last_child

Declaration

IdeTreeNode*
ide_tree_node_get_last_child (
  IdeTreeNode* self
)

Description

Gets the last child of self.

Return value

Type: IdeTreeNode

A IdeTreeNode or NULL.

The data is owned by the instance.
The return value can be NULL.