NAME
XrmGetDatabase — retrieve the resource database associated with a display.
SYNOPSIS
XrmDatabase XrmGetDatabase(display)
Display ∗display;
ARGUMENTS
displaySpecifies 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 XrmSetDatabase().
SEE ALSO
XrmSetDatabase().
Xlib Reference Manual