Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XtSessionGetToken(3)		  XT FUNCTIONS		    XtSessionGetToken(3)

NAME
     XtSessionGetToken,  XtSessionReturnToken - token management for checkpoint-
     ing

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

X Version 11			   libXt 1.3.1		    XtSessionGetToken(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XtSessionGetToken&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help