gobj_full_name()#
Returns the full hierarchical name of the given hgobj, constructed from its ancestors using the ‘`’ separator.
Prototype
const char *gobj_full_name(hgobj gobj);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
The |
Return Value
A pointer to a statically allocated string containing the full hierarchical name of the hgobj. Returns ‘???’ if the object is NULL or destroyed.
Notes
The returned string is managed internally and should not be modified or freed by the caller.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples