gobj_services()
#
Returns a JSON array containing the names of all registered services in the system.
Prototype
json_t *gobj_services(void);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
This function does not take any parameters. |
Return Value
A JSON array of strings, where each string represents the name of a registered service. The caller is responsible for freeing the returned JSON object.
Notes
This function provides a list of services that have been registered using gobj_create_service()
or similar functions.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples