GQuark

typedef guint32 GQuark; A GQuark is a non-zero integer which uniquely identifies a particular string. A GQuark value of zero is associated to NULL.

alias GQuark = uint

Meta