|
NAMEXtAppGetErrorDatabase, XtAppGetErrorDatabaseText - obtain error databaseSYNTAX#include <X11/Intrinsic.h>XrmDatabase *XtAppGetErrorDatabase(XtAppContext app_context); void XtAppGetErrorDatabaseText(XtAppContext app_context, const char *name, const char *type, const char *class, const char *defaultMsg, char *buffer_return, int nbytes, XrmDatabase database); ARGUMENTS
DESCRIPTIONThe XtAppGetErrorDatabase function returns the address of the error database. The Intrinsics do a lazy binding of the error database and do not merge in the database file until the first call to XtAppGetErrorDatbaseText.The XtAppGetErrorDatabaseText returns the appropriate message from the error database or returns the specified default message if one is not found in the error database. SEE ALSOXtAppError(3), XtAppErrorMsg(3)X Toolkit Intrinsics - C Language Interface Xlib - C Language X Interface
Visit the GSP FreeBSD Man Page Interface. |