GQuark _iface_quark_ (void) { static GQuark quark = 0; if (G_UNLIKELY (quark == 0)) { quark = g_quark_from_static_string (" "); } return quark; }