gclass_gclass_name()

gclass_gclass_name()#

Returns the name of the given hgclass as a string.

Prototype

gclass_name_t gclass_gclass_name(hgclass gclass);

Parameters

Key

Type

Description

gclass

hgclass

Handle to the gclass whose name is to be retrieved.


Return Value

Returns a gclass_name_t (const char *) representing the name of the given gclass. If gclass is NULL, the behavior is undefined.

Notes

This function does not allocate memory; the returned string is managed internally.

Prototype

// Not applicable in JS

Prototype

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