1XtGetApplicationNameAndClass(3) XT FUNCTIONS XtGetApplicationNameAndClass(3)
2
3
4
6 XtGetApplicationNameAndClass - retrieve application name and class
7
9 #include <X11/Intrinsic.h>
10
11 void XtGetApplicationNameAndClass(Display* display, String* name_re‐
12 turn, String* class_return);
13
15 display Specifies an open display connection that has been initial‐
16 ized with XtDisplayInitialize.
17
18 name_return
19 Returns the application name.
20
21 class_return
22 Returns the application class.
23
25 XtGetApplicationNameAndClass returns the application name and class
26 passed to XtDisplayInitialize for the specified display. If the dis‐
27 play was never initialized or has been closed, the result is undefined.
28 The returned strings are owned by the Intrinsics and must not be modi‐
29 fied or freed by the caller.
30
32 XtDisplayInitialize(3)
33 X Toolkit Intrinsics - C Language Interface
34 Xlib - C Language X Interface
35
36
37
38X Version 11 libXt 1.2.1 XtGetApplicationNameAndClass(3)