XrmEnumerateDatabase(3) | Library Functions Manual | XrmEnumerateDatabase(3) |
#include <X11/Xresource.h>
#define | .el XrmEnumAllLevels | 0 |
#define | .el XrmEnumOneLevel | 1 |
Bool XrmEnumerateDatabase(XrmDatabase database, XrmNameList name_prefix, XrmClassList class_prefix, int mode, Bool (* proc)(), XPointer arg);
The procedure is called with the following arguments:
(*proc)(database, bindings, quarks, type, value, arg)
XrmDatabase *database;
XrmBindingList bindings;
XrmQuarkList quarks;
XrmRepresentation *type;
XrmValue *value;
XPointer arg;
The bindings and quarks lists are terminated by NULLQUARK. Note that pointers to the database and type are passed, but these values should not be modified.
The procedure must not modify the database. If Xlib has been initialized for threads, the procedure is called with the database locked and the result of a call by the procedure to any Xlib function using the same database is not defined.
X Version 11 | XLIB FUNCTIONS |