XtSessionGetToken(3Xt)XtSessionGetToken(3Xt)NAME
XtSessionGetToken, XtSessionReturnToken - token management for check‐
pointing
SYNOPSIS
XtCheckpointToken XtSessionGetToken(w, type)
Widget w;
int type;
void XtSessionReturntoken(token)
XtCheckpointToken token;
ARGUMENTS
Specifies the session widget. Specifies the value in the type field of
the token. Specifies the token to be returned.
DESCRIPTION
The XtSessionGetToken function will return NULL if the checkpoint oper‐
ation instigated by the session manager is not currently under way.
To indicate the completion of a deferred save operation and to return
the checkpoint token use XtSessionReturnToken.
SEE ALSO
X Toolkit Intrinsics -- C Language Interface
Xlib -- C Language X Interface
XtSessionGetToken(3Xt)