segtrap_set_enabled
function segtrap_set_enabled(enabled:Boolean):void {
// Gjs wrapper for gst_segtrap_set_enabled()
}Applications might want to disable/enable the SIGSEGV handling of the GStreamer core. See segtrap_is_enabled for more information.
- enabled
whether a custom SIGSEGV handler should be installed.