gobj_yuno_realm_name()

gobj_yuno_realm_name()#

Returns the realm name of the Yuno instance.

Prototype

const char *gobj_yuno_realm_name(void);

Parameters

Key

Type

Description

-

-

This function does not take any parameters.


Return Value

A string representing the realm name of the Yuno instance. Returns an empty string if the Yuno instance is not available.

Notes

The function retrieves the value of the realm_name 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