XtSessionGetToken(X3xt) X Version 11 (Release 6.1)


XtSessionGetToken -- token management for checkpointing

Synopsis

XtCheckpointToken XtSessionGetToken(w, type) 
    Widget w; 
    int type; 

void XtSessionReturntoken(token) 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.

References

X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface


30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.