Method

IdeObjectinsert_before

Declaration

void
ide_object_insert_before (
  IdeObject* self,
  IdeObject* sibling,
  IdeObject* child
)

Description

Inserts child into selfs children, directly before sibling.

sibling MUST BE a child of self.

Parameters

sibling

Type: IdeObject

An IdeObject.

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

Type: IdeObject

An IdeObject.

The data is owned by the caller of the method.