XrmGetDatabase() XrmGetDatabase()
Name
XrmGetDatabase - retrieve the resource database associated with a display.
Synopsis
XrmDatabase XrmGetDatabase(display)
Display *display;
Arguments
display Specifies the connection to the X server.
Returns
The database.
Availability
Release 5 and later.
Description
XrmGetDatabase() returns the database associated with the specified display. It returns NULL if a database has not yet been set with Xrm-
SetDatabase().
See Also
XrmSetDatabase().
Xlib - Resource Manager XrmGetDatabase()