Function
GLibquark_to_string
Declaration [src]
constgchar*
g_quark_to_string(
GQuarkquark
)
Description [src]
Gets the string associated with the given GQuark.
Parameters
quark-
Type:
GQuarkA
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.