Function

GLibquark_to_string

since: 2.0

Declaration

const gchar*
g_quark_to_string (
  GQuark quark
)

Description

Gets the string associated with the given GQuark.

Available since: 2.0

Parameters

quark

Type: GQuark

A GQuark.

Return value

Type: const gchar*

The string associated with the GQuark.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.