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

NAME

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

SYNTAX

10       XtCheckpointToken XtSessionGetToken(Widget w, int type);
11
12       void XtSessionReturnToken(XtCheckpointToken token);
13

ARGUMENTS

15       w         Specifies the session widget.
16
17       type      Specifies the value in the type field of the token.
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.1.5             XtSessionGetToken(3)
Impressum