home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Topware / winamp / wa3install-mad.exe / Lib / config.mi < prev    next >
Text File  |  2002-05-30  |  646b  |  16 lines

  1. extern class @{593DBA22-D077-4976-B952-F4713655400B}@ Object _predecl Config;
  2. extern class @{D4030282-3AAB-4d87-878D-12326FADFCD5}@ Object ConfigItem;
  3. extern class @{24DEC283-B76E-4a36-8CCC-9E24C46B6C73}@ Object ConfigAttribute;
  4.  
  5. extern ConfigItem Config.getItem(String item_guid);
  6.  
  7. extern ConfigAttribute ConfigItem.getAttribute(String attr_name);
  8. extern String ConfigItem.getGuid(String attr_name);
  9.  
  10. extern ConfigAttribute.setData(String value);
  11. extern String ConfigAttribute.getData();
  12. extern ConfigAttribute.onDataChanged();
  13. extern ConfigItem ConfigAttribute.getParentItem();
  14. extern String ConfigAttribute.getAttributeName();
  15.  
  16.