XtSessionGetToken - Man Page
token management for checkpointing
Syntax
#include <X11/Intrinsic.h>
XtCheckpointToken XtSessionGetToken(Widget w);
void XtSessionReturnToken(XtCheckpointToken token);
Arguments
- w
Specifies the session widget.
- 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
Referenced By
The man page XtSessionReturnToken(3) is an alias of XtSessionGetToken(3).
libXt 1.3.0 X Version 11 XT FUNCTIONS