gobj_build_cmds_doc()#
Build documentation for all available commands in a GObj.
Prototype
PUBLIC json_t *gobj_build_cmds_doc(
hgobj gobj,
const char *topic
);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
The GObj to retrieve command documentation from. |
|
|
The topic to filter commands by, or |
Return Value
Returns a json_t * object containing the documentation for the commands, or NULL on failure.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples