Method

IdeObjectget_parent

Declaration

IdeObject*
ide_object_get_parent (
  IdeObject* self
)

Description

Gets the parent IdeObject, if any.

This function may only be called from the main thread.

Gets propertyIde.Object:parent

Return value

Type: IdeObject

An IdeObject or NULL.

The data is owned by the instance.
The return value can be NULL.