XT FUNCTIONS XtSessionGetToken(3xt)
NAME
XtSessionGetToken, XtSessionReturnToken - token management
for checkpointing SYNTAXcc [ flag... ] file... -lXt [ library... ]
XtCheckpointToken XtSessionGetToken(Widget w, int type);
void XtSessionReturnToken(XtCheckpointToken token); ARGUMENTS w Specifies the session widget. type Specifies the value in the type field of the token. token Specifies the token to be returned.DESCRIPTION
The XtSessionGetToken function will return NULL if the
checkpoint operation 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
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:__________________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|___________________________________|
| Availability | x11/library/toolkit/libxt ||_____________________________|___________________________________|
| Interface Stability | Committed ||_____________________________|___________________________________|
| MT-Level | See XtToolkitThreadInitialize(3XT)|
|_____________________________|___________________________________|
X Version 11 Last change: libXt 1.0.8 1