Method

IdeObjectprepend

Declaration

void
ide_object_prepend (
  IdeObject* self,
  IdeObject* child
)

Description

Inserts child as the first child of self.

Available since:3.32

Parameters

child IdeObject
 

An IdeObject.

 The data is owned by the caller of the function.