Returns a canonical representation for @string. Interned strings can be compared for equality by comparing the pointers, instead of using strcmp(). g_intern_static_string() does not copy the string, therefore @string must not be freed or modified.
Returns a canonical representation for @string. Interned strings can be compared for equality by comparing the pointers, instead of using strcmp().
Gets the #GQuark identifying the given (static) string. If the string does not currently have an associated #GQuark, a new #GQuark is created, linked to the given string.
Gets the #GQuark identifying the given string. If the string does not currently have an associated #GQuark, a new #GQuark is created, using a copy of the string.
Gets the string associated with the given #GQuark.
Gets the #GQuark associated with the given string, or 0 if string is %NULL or it has no associated #GQuark.