gobj_destroy()

gobj_destroy()#

Destroys a specified GObj, releasing its resources and unlinking it from its parent and children.
This function ensures the proper cleanup of the GObj’s memory and any associated resources.

Prototype

PUBLIC void gobj_destroy(
    hgobj gobj
);

Key

Type

Description

gobj

hgobj

Handle to the GObj to be destroyed.

Return Value

This function does not return a value.

Prototype

// Not applicable in JS

Prototype

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