Method

ValentObjectget_parent

unstable since: 1.0

Declaration [src]

ValentObject*
valent_object_get_parent (
  ValentObject* object
)

Description [src]

Get the parent ValentObject.

This method may only be called from the main thread.

Available since: 1.0

Gets propertyValent.Object:parent

Return value

Type: ValentObject

objects parent, or NULL if unset.

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