linux图形界面x liberary手册

源代码在线查看: xrmqgetsearchresource.html

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

相关代码

												Xlib Programming Manual: XrmQGetSearchResource																XrmQGetSearchResource								Syntax																				Bool XrmQGetSearchResource(list, name, class, type_return, value_return)				     XrmSearchList list;				     XrmName name;				     XrmClass class;				     XrmRepresentation *type_return;				     XrmValue *value_return;																Arguments																 list				 Specifies the search list returned by				XrmQGetSearchList().								 name				 Specifies the resource name.								 class				 Specifies the resource class.								 type_return				 Returns data representation type.								 value_return				 Returns the value in the database.																Description								The				XrmQGetSearchResource()				function searches the specified database levels for the resource 				that is fully identified by the specified name and class.				The search stops with the first match.				XrmQGetSearchResource()				returns 				True 				if the resource was found;				otherwise, it returns				False.																A call to 				XrmQGetSearchList()				with a name and class list containing all but the last component 				of a resource name followed by a call to 				XrmQGetSearchResource()				with the last component name and class returns the same database entry as 				XrmGetResource()				and 				XrmQGetResource()				with the fully qualified name and class.								See also								XrmGetResource(),				XrmInitialize(),				XrmMergeDatabases(),				XrmPutResource(),				XrmQGetResource(),				XrmQGetSearchList(),				XrmUniqueQuark(),				"Looking Up Resources".								Christophe Tronche, ch.tronche@computer.org															

相关资源