Method
GdkX11X11Displayerror_trap_push
since: 3.0
Declaration [src]
void
gdk_x11_display_error_trap_push (
GdkDisplay* display
)
Description [src]
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 gdk_x11_display_error_trap_pop()
or
gdk_x11_display_error_trap_pop_ignored()to lift a trap pushed
with this function.
See also gdk_error_trap_push()
to push a trap on all displays.
Available since: 3.0