Function
GLibtrace_define_int64_counter
since: 2.0
Declaration
guint
g_trace_define_int64_counter (
const char* group,
const char* name,
const char* description
)
Parameters
group-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. name-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. description-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.