gobj_hsdata()

gobj_hsdata()#

Returns the attribute storage (hsdata) of the given hgobj.

Prototype

json_t *gobj_hsdata(hgobj gobj);

Parameters

Key

Type

Description

gobj

hgobj

The hgobj whose attribute storage is to be retrieved.


Return Value

A pointer to the JSON object containing the attribute storage of the given hgobj, or NULL if the object is invalid.

Notes

The returned JSON object is not owned by the caller and should not be modified or freed.

Prototype

// Not applicable in JS

Prototype

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