Method

IdeObjectget_nth_child

Declaration

IdeObject*
ide_object_get_nth_child (
  IdeObject* self,
  guint nth
)

Description

Gets the nth child of self.

A full reference to the child is returned.

Parameters

nth

Type: guint

Position of child to fetch.

Return value

Type: IdeObject

An IdeObject or NULL.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.