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