XDisplayName (3) Linux Manual Page
XSetErrorHandler, XGetErrorText, XDisplayName, XSetIOErrorHandler, XGetErrorDatabaseText – default error handlers Syntax int (*XSetErrorHandler(int (*handler)(Display *, XErrorEvent *)))(); int XGetErrorText(Display *display, int code, char *buffer_return, int length); char *XDisplayName(char *string); int (*XSetIOErrorHandler(int (*handler)(Display *)))(); int XGetErrorDatabaseText(Display *display, char *name, char *message, char *default_string, char *buffer_return, int length); Arguments buffer_return Returns the error description. code Specifies the error…
