get_parent
Description:
public Object?
get_parent ()
Returns the parent of this.
This function increases the refcount of the parent object so you should unref
it after usage.
Parameters:
Returns:
parent of this, this can be null if this
has no parent. unref after usage.
MT safe. Grabs and releases this's LOCK.
|