gobj_yuno_name()#
Returns the name of the Yuno instance by retrieving the name attribute from gobj_yuno().
Prototype
const char *gobj_yuno_name(void);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
This function does not take any parameters. |
Return Value
A string representing the name of the Yuno instance. Returns an empty string if the Yuno instance is not available.
Notes
[‘This function retrieves the name attribute from the Yuno instance returned by gobj_yuno().’, ‘If gobj_yuno() returns NULL, an empty string is returned.’]
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples