GdkX11.X11Display.prototype.error_trap_push

function error_trap_push(): void {
    // Gjs wrapper for gdk_x11_display_error_trap_push()
}
  

Begins a range of X requests on display for which X error events will be ignored. Unignored errors (when no trap is pushed) will abort the application. Use GdkX11.X11Display.prototype.error_trap_pop or GdkX11.X11Display.prototype.error_trap_pop_ignoredto lift a trap pushed with this function.

See also gdk_error_trap_push() to push a trap on all displays.

Since 3.0