Ejemplo n.º 1
0
 ~FTCustomGlyph()
 {
     destroyCallback(baseGlyph, data);
 }
Ejemplo n.º 2
0
void GMainLoopSource::Context::destroySource()
{
    g_source_destroy(source.get());
    if (destroyCallback)
        destroyCallback();
}