GdkX11.X11Display.prototype.error_trap_pop_ignored

function error_trap_pop_ignored(): void {
    // Gjs wrapper for gdk_x11_display_error_trap_pop_ignored()
}
  

Pops the error trap pushed by GdkX11.X11Display.prototype.error_trap_push. Does not block to see if an error occurred; merely records the range of requests to ignore errors for, and ignores those errors if they arrive asynchronously.

See gdk_error_trap_pop_ignored() for the all-displays-at-once equivalent.

Since 3.0