gobj_yuno_node_owner()
#
Returns the node owner of the Yuno instance as a string.
Prototype
const char *gobj_yuno_node_owner(void);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
This function does not take any parameters. |
Return Value
A pointer to a string containing the node owner of the Yuno instance. If the Yuno instance is not available, an empty string is returned.
Notes
This function retrieves the value of the node_owner
attribute from the Yuno instance.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples