gobj_yuno()#
Returns the root gobj instance representing the Yuno, which is the top-level object in the hierarchy.
Prototype
hgobj gobj_yuno(void);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
This function does not take any parameters. |
Return Value
A handle to the Yuno gobj instance, or NULL if the Yuno has not been initialized or has been destroyed.
Notes
The Yuno is the top-most gobj in the hierarchy and serves as the root of the object tree.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples