gobj_gclass()#
Returns the gclass associated with the given hgobj.
Prototype
hgclass gobj_gclass(hgobj gobj);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
The |
Return Value
Returns the hgclass associated with the given hgobj, or NULL if the input is invalid.
Notes
This function does not perform extensive validation on the input hgobj. Ensure that the object is properly initialized before calling this function.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples