Function
GLibtrace_define_int64_counter
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.