Method

IdeObjectprepend

Declaration

void
ide_object_prepend (
  IdeObject* self,
  IdeObject* child
)

Description

Inserts child as the first child of self.

Parameters

child

Type: IdeObject

An IdeObject.

The data is owned by the caller of the method.