gobj_yuno_tag()

gobj_yuno_tag()#

Returns the tag of the current yuno instance as a string.

Prototype

const char *gobj_yuno_tag(void);

Parameters

Key

Type

Description

-

-

This function does not take any parameters.


Return Value

A pointer to a string containing the yuno tag. If the yuno instance is not available, an empty string is returned.

Notes

The returned string is managed internally and should not be modified or freed by the caller.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples