XtAppSetExitFlag - Man Page
thread support functions
Syntax
#include <X11/Intrinsic.h>
void XtAppSetExitFlag(XtAppContext app_context);
Boolean XtAppGetExitFlag(XtAppContext app_context);
Arguments
- app_context
Specifies the application context.
Description
To indicate that an application context should exit, use XtAppSetExitFlag.
To test the exit status of an application context, use XtAppGetExitFlag.
See Also
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
Referenced By
The man page XtAppGetExitFlag(3) is an alias of XtAppSetExitFlag(3).
libXt 1.3.0 X Version 11 XT FUNCTIONS