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 property | Valent.Object:parent |
Return value
Type: ValentObject
object‘s parent,
or NULL if unset.
| The returned data is owned by the instance. |
The return value can be NULL. |