Function Macro
GLibDEFINE_QUARK
Description
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 |