gobj_build_authzs_doc()

gobj_build_authzs_doc()#

Build documentation for all available authorizations in a GObj.

Prototype

PUBLIC json_t *gobj_build_authzs_doc(
    hgobj       gobj,
    const char *topic
);
        

Parameters

Key

Type

Description

gobj

hgobj

The GObj to retrieve authorization documentation from.

topic

const char *

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


Return Value

Returns a json_t * object containing the documentation for the authorizations, or NULL on failure.

Prototype

// Not applicable in JS

Prototype

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