gclass_gclass_register()

gclass_gclass_register()#

Returns a JSON array containing the registered GClasses with their instance counts.

Prototype

json_t *gclass_gclass_register(void);

Parameters

Key

Type

Description

-

-

This function does not take any parameters.


Return Value

A JSON array where each element is an object containing the GClass name and the number of instances.

Notes

This function is useful for debugging and monitoring the registered GClasses in the system.

Prototype

// Not applicable in JS

Prototype

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