gclass_gclass_name()
#
Retrieves the name of a specified GClass.
Prototype
PUBLIC gclass_name_t gclass_gclass_name(
hgclass gclass
);
Parameters
Key |
Type |
Description |
---|---|---|
|
The handle to the GClass whose name is being retrieved. |
Return Value
Returns the name of the GClass as
gclass_name_t
.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples