Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

XtSessionGetToken(3x)


XtSessionGetToken

XtSessionGetToken

NAME
SYNTAX
ARGUMENTS
DESCRIPTION
SEE ALSO

NAME

XtSessionGetToken, XtSessionReturnToken − token management for checkpointing

SYNTAX

XtCheckpointToken XtSessionGetToken(Widget w, int type);

void XtSessionReturnToken(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.

SEE ALSO

X Toolkit Intrinsics − C Language Interface
Xlib − C Language X Interface



XtSessionGetToken(3x)