Function

GLibtrace_define_int64_counter

since: 2.0

Declaration

guint
g_trace_define_int64_counter (
  const char* group,
  const char* name,
  const char* description
)

Description

No description available.

Available since: 2.0

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.

Return value

Type: guint

No description available.