Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XrmGetStrin(3x) — HP-UX 9.10

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XrmGetStringDatabase − create a database from a string. 

Synopsis

XrmDatabase XrmGetStringDatabase(data)
     char *data;

Arguments

dataSpecifies the database contents using a string. 

Description

XrmGetStringDatabase() creates a new database and stores in it the resources specified in data.  The return value is subsequently used to refer to the created database.  XrmGetStringDatabase() is similar to XrmGetFileDatabase(), except that it reads the information out of a string instead of a file.  Each line in the string is separated by a new line character in the format accepted by XrmPutLineResource().  The string is parsed in the current locale and the database is created in the current locale.  For more information, see Volume One, Chapter 11, Managing User Preferences. 

Structures

XrmDatabase is a pointer to an opaque data type. 

See Also

XrmDestroyDatabase(), XrmGetFileDatabase(), XrmGetResource(), XrmInitialize(), XrmMergeDatabases(), XrmParseCommand(), XrmPutFileDatabase(), XrmPutLineResource(), XrmPutResource(), XrmPutStringResource(), XrmQGetResource(), XrmQGetSearchList(), XrmQGetSearchResource(), XrmQPutResource(), XrmQPutStringResource(), XrmQuarkToString(), XrmStringToBindingQuarkList(), XrmStringToQuarkList(), XrmStringToQuark(), XrmUniqueQuark(). 

Copyright O’Reilly & Assoc.  —  

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026