gobj_find_gobj()

gobj_find_gobj()#

Finds a gobj by its path within the hierarchical structure of gobj instances.

Prototype

PUBLIC hgobj gobj_find_gobj(
    const char *path
);

Parameters

Key

Type

Description

path

const char *

The hierarchical path of the gobj to find, using ‘`’ as a separator.


Return Value

Returns a handle to the gobj if found, otherwise returns NULL.

Notes

If path is __default_service__, it returns the default service gobj. If path is __yuno__ or __root__, it returns the root gobj.

Prototype

// Not applicable in JS

Prototype

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