gobj_gclass_name()

gobj_gclass_name()#

Retrieves the gclass name associated with the given hgobj.

Prototype

gclass_name_t gobj_gclass_name(hgobj gobj);

Parameters

Key

Type

Description

gobj

hgobj

The hgobj instance whose gclass name is to be retrieved.


Return Value

Returns the gclass name of the given hgobj. If gobj is NULL, returns ???.

Notes

This function does not perform any validation beyond checking for NULL.

Prototype

// Not applicable in JS

Prototype

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