G_BEGIN_DECLS typedef guint32 | GQuark |
g_intern_string: : a string
Returns a canonical representation for . Interned strings can be compared for equality by comparing the pointers, instead of using strcmp().
Returns: a canonical representation for the string
Since: 2.10
g_intern_static_string: : a static string
Returns a canonical representation for . 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 must not be freed or modified.
Returns: a canonical representation for the string
Since: 2.10