gobj_get_trace_filter()

gobj_get_trace_filter()#

Retrieves the trace filter configuration for a given hgclass.

Prototype

PUBLIC json_t *gobj_get_trace_filter(hgclass gclass);

Parameters

Key

Type

Description

gclass

hgclass

The hgclass whose trace filter configuration is to be retrieved.


Return Value

A JSON object containing the trace filter configuration. The returned object is not owned by the caller.

Notes

The function returns the trace filter settings applied to the specified hgclass. The caller should not modify or free the returned JSON object.

Prototype

// Not applicable in JS

Prototype

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