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*
12 name_return, 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 display
27 was never initialized or has been closed, the result is undefined. The
28 returned strings are owned by the Intrinsics and must not be modified
29 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.1.5.1 XtGetApplicationNameAndClass(3)