logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XtSessionGetToken, XtSessionReturnToken - token management for checkpointing

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.

Name

       XtSessionGetToken, XtSessionReturnToken - token management for checkpointing

See Also

XToolkitIntrinsics-CLanguageInterfaceXlib-CLanguageXInterface

X Version 11                                       libXt 1.2.1                              XtSessionGetToken(3)

Syntax

       #include <X11/Intrinsic.h>

       XtCheckpointToken XtSessionGetToken(Widget w);

       void XtSessionReturnToken(XtCheckpointToken token);

See Also