linux图形界面x liberary手册

源代码在线查看: xrmputfiledatabase.html

软件大小: 319 K
上传用户: dsdsads
关键词: liberary linux 图形
下载地址: 免注册下载 普通下载 VIP

相关代码

												Xlib Programming Manual: XrmPutFileDatabase																XrmPutFileDatabase								Syntax																				void XrmPutFileDatabase(database, stored_db)				     XrmDatabase database;				     char *stored_db;																Arguments																 database				 Specifies the database that is to be used.								 stored_db				 Specifies the file name for the stored database.																Description								The				XrmPutFileDatabase()				function stores a copy of the specified database in the specified file.				Text is written to the file as a sequence of entries in valid				ResourceLine format (see "Resource File Syntax").				The file is written in the locale of the database.				Entries containing resource names that are not in the Host Portable Character				Encoding or containing values that are not in the encoding of the database				locale, are written in an implementation dependent manner.				The order in which entries are written is implementation dependent.				Entries with representation types other than ``String'' are ignored.								See also								XrmDestroyDatabase(),				XrmGetDatabase(),				XrmGetFileDatabase(),				XrmGetResource(),				XrmGetStringDatabase(),				XrmInitialize(),				XrmLocaleOfDatabase(),				XrmPutFileDatabase(),				XrmPutResource(),				XrmSetDataBase(),				"Creating and Storing Databases"								Christophe Tronche, ch.tronche@computer.org															

相关资源