gobj_service_register()
#
Retrieves a list of all registered services in the system.
Prototype
PUBLIC json_t *gobj_service_register(void);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
This function does not take any parameters. |
Return Value
Returns a JSON array (
json_t
) containing details of registered services.
Each entry in the array includes:gclass
: The name of the GClass the service belongs to.service
: The name of the service.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples