1XtGetErrorDatabase(3) XT COMPATIBILITY FUNCTIONS XtGetErrorDatabase(3)
2
3
4
6 XtGetErrorDatabase, XtGetErrorDatabaseText - obtain error database
7
9 #include <X11/Intrinsic.h>
10
11 XrmDatabase *XtGetErrorDatabase(void);
12
13 void XtGetErrorDatabaseText(const char *name, const char *type, const
14 char *class, const char *defaultMsg, char *buffer_return, int
15 nbytes);
16
18 buffer_return
19 Specifies the buffer into which the error message is to be
20 returned.
21
22 class Specifies the resource class of the error message.
23
24 default Specifies the default message to use.
25
26 name
27 type Specifies the name and type that are concatenated to form the
28 resource name of the error message.
29
30 nbytes Specifies the size of the buffer in bytes.
31
33 The XtGetErrorDatabase function has been superceded by XtAppGetError‐
34 Database.
35
36 The XtGetErrorDatabaseText function has been superceded by XtAppGetEr‐
37 rorDatabaseText.
38
40 XtAppGetErrorDatabase(3) XtAppGetErrorDatabaseText(3)
41 X Toolkit Intrinsics - C Language Interface
42 Xlib - C Language X Interface
43
44
45
46X Version 11 libXt 1.1.5.1 XtGetErrorDatabase(3)