fork_set_enabled

function fork_set_enabled(enabled:Boolean):void {
    // Gjs wrapper for gst_registry_fork_set_enabled()
}

Applications might want to disable/enable spawning of a child helper process when rebuilding the registry. See fork_is_enabled for more information.

enabled

whether rebuilding the registry can use a temporary child helper process.