gclass_unregister()
#
Unregisters a previously registered GClass, removing it from the system.
Prototype
PUBLIC void gclass_unregister(
hgclass gclass
);
Parameters
Key |
Type |
Description |
---|---|---|
|
The handle to the GClass to be unregistered. |
Return Value
This function does not return a value.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples