|  | 
              
                database
              
                The resource-database to merge.
              
                pathname
              
                A pathname for the resource file to read.
              
                :key
              
                A function used to convert a value from the resource file 
                into a resource binding value.
              
                :test, :test-not
              
                Functions used to select which resource bindings from the 
                resource file are merged with the database.
             
              Reads resource bindings from a resource file in standard X11 
              format and merges them with the given resource database. 
              The :key function is called to convert a file resource 
              value into the value stored in the database. By default, 
              :key is #'identity. The :test and 
              :test-not functions are predicates that select resource 
              bindings to merge, based on the result of the :key 
              function. For each file resource binding consisting of a 
              resource-name and a resource-value, the :test 
              (or :test-not) function is called with the arguments 
              resource-name and (funcall key resource-value
              ).
             
              
                database
              
                Type resource-database.
             |