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 |
---|---|---|
|
|
The GObj to retrieve authorization documentation from. |
|
|
The topic to filter authorizations by, or |
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