Method

IdeObjectinsert_after

Declaration

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

Description

Inserts child into selfs children, directly after 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.