gobj_build_cmds_doc()

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

gobj

hgobj

The GObj to retrieve command documentation from.

topic

const char *

The topic to filter commands by, or NULL for all commands.


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