1XtSessionGetToken(3)             XT FUNCTIONS             XtSessionGetToken(3)
2
3
4

NAME

6       XtSessionGetToken, XtSessionReturnToken - token management for check‐
7       pointing
8

SYNTAX

10       #include <X11/Intrinsic.h>
11
12       XtCheckpointToken XtSessionGetToken(Widget w);
13
14       void XtSessionReturnToken(XtCheckpointToken token);
15

ARGUMENTS

17       w         Specifies the session widget.
18
19       token     Specifies the token to be returned.
20

DESCRIPTION

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

SEE ALSO

29       X Toolkit Intrinsics - C Language Interface
30       Xlib - C Language X Interface
31
32
33
34X Version 11                      libXt 1.2.0             XtSessionGetToken(3)
Impressum