Function Macro
GLibDEFINE_QUARK
since: 2.34
Declaration [src]
#define G_DEFINE_QUARK (
QN,
q_n
)
Description [src]
A convenience macro which defines a function returning the
GQuark
for the name QN
. The function will be named
q_n_quark
().
Note that the quark name will be stringified automatically in the macro, so you shouldn’t use double quotes.
Available since: 2.34
This function is not directly available to language bindings.