XrmGetDatabase
Syntax
XrmDatabase XrmGetDatabase(display)
Display *display;
Arguments
display
| Specifies the connection to the X server.
|
Description
The
XrmGetDatabase()
function returns the database associated with the specified display.
It returns NULL if a database has not yet been set.
See also
XrmDestroyDatabase(),
XrmGetFileDatabase(),
XrmGetResource(),
XrmGetStringDatabase(),
XrmInitialize(),
XrmLocaleOfDatabase(),
XrmPutFileDatabase(),
XrmPutResource(),
XrmSetDataBase(),
"
Creating and Storing Databases"
Christophe Tronche, [email protected]