1XtSessionGetToken(3) XT FUNCTIONS XtSessionGetToken(3)
2
3
4
6 XtSessionGetToken, XtSessionReturnToken - token management for check‐
7 pointing
8
10 #include <X11/Intrinsic.h>
11
12 XtCheckpointToken XtSessionGetToken(Widget w);
13
14 void XtSessionReturnToken(XtCheckpointToken token);
15
17 w Specifies the session widget.
18
19 token Specifies the token to be returned.
20
22 The XtSessionGetToken function will return NULL if the checkpoint oper‐
23 ation instigated by the session manager is not currently under way.
24
25 To indicate the completion of a deferred save operation and to return
26 the checkpoint token use XtSessionReturnToken.
27
29 X Toolkit Intrinsics - C Language Interface
30 Xlib - C Language X Interface
31
32
33
34X Version 11 libXt 1.2.1 XtSessionGetToken(3)