Gets the GQuark associated with the given string, or 0 if string is NULL or it has no associated GQuark. If you want the GQuark to be created if it doesn't already exist, use g_quark_from_string() or g_quark_from_static_string().
a string. [allow-none]
the GQuark associated with the string, or 0 if string is NULL or there is no GQuark associated with it.
See Implementation
Gets the GQuark associated with the given string, or 0 if string is NULL or it has no associated GQuark. If you want the GQuark to be created if it doesn't already exist, use g_quark_from_string() or g_quark_from_static_string().