1XtGetErrorDatabase(3x) XT COMPATIBILITY FUNCTIONS XtGetErrorDatabase(3x)
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, XrmDatabase data‐
13 base);
14
16 buffer_return
17 Specifies the buffer into which the error message is to be
18 returned.
19
20 class Specifies the resource class of the error message.
21
22 database Specifies the name of the alternative database that is to be
23 used or NULL if the application's database is to be used.
24
25 default Specifies the default message to use.
26
27 name
28 type Specifies the name and type that are concatenated to form the
29 resource name of the error message.
30
31 nbytes Specifies the size of the buffer in bytes.
32
34 The XtGetErrorDatabase function has been superceded by XtAppGetError‐
35 Database.
36
37 The XtGetErrorDatabaseText function has been superceded by XtAppGetEr‐
38 rorDatabaseText.
39
41 XtAppGetErrorDatabase(3Xt) XtAppGetErrorDatabaseText(3Xt)
42 X Toolkit Intrinsics - C Language Interface
43 Xlib - C Language X Interface
44
45
46
47X Version 11 libXt 1.0.4 XtGetErrorDatabase(3x)