gclass_gclass_register()
#
Retrieves a list of all registered GClasses in the system.
Prototype
PUBLIC json_t *gclass_gclass_register(void);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
This function does not take any parameters. |
Return Value
Returns a JSON object (
json_t
) containing the list of registered GClasses.
Each entry in the list includes:gclass_name
: The name of the GClass.Additional metadata, if available.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples