|
NAMEXtSessionGetToken, XtSessionReturnToken - token management for checkpointingSYNTAX#include <X11/Intrinsic.h>XtCheckpointToken XtSessionGetToken(Widget w); void XtSessionReturnToken(XtCheckpointToken token); ARGUMENTS
DESCRIPTIONThe 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 ALSOX Toolkit Intrinsics - C Language InterfaceXlib - C Language X Interface
Visit the GSP FreeBSD Man Page Interface. |