home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 June / PCWorld_2002-06_cd.bin / Software / Topware / winamp / wa3install_beta3.exe / Lib / config.mi < prev    next >
Text File  |  2002-02-04  |  490b  |  13 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.  
  9. extern ConfigAttribute.setData(String value);
  10. extern String ConfigAttribute.getData();
  11. extern ConfigAttribute.onDataChanged();
  12.  
  13.