Method

IdeObjectremove

Declaration

void
ide_object_remove (
  IdeObject* self,
  IdeObject* child
)

Description

Removes child from self.

If child is a borrowed reference, it may be finalized before this function returns.

Parameters

child

Type: IdeObject

An IdeObject.

The data is owned by the caller of the method.