XtSessionGetToken(3) | Library Functions Manual | XtSessionGetToken(3) |
XtSessionGetToken, XtSessionReturnToken - token management for checkpointing
#include <X11/Intrinsic.h>
XtCheckpointToken XtSessionGetToken(Widget w);
void XtSessionReturnToken(XtCheckpointToken token);
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.
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
X Version 11 | XT FUNCTIONS |