Method

IdeObjectref_parent

since: 3.32

Declaration

IdeObject*
ide_object_ref_parent (
  IdeObject* self
)

Description

Gets the parent IdeObject, if any.

Available since: 3.32

Return value

Type: IdeObject

An IdeObject or NULL.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.