home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / YaST2 / modules / LibStorage / DmPartCoInfo.pm < prev    next >
Text File  |  2006-11-29  |  379b  |  14 lines

  1. package LibStorage::DmPartCoInfo;
  2. BEGIN {
  3.     %TYPEINFO = (
  4.         ALL_METHODS => 0,
  5.         new => ["function", "any", "string"],
  6.         swig_d_get => ["function", "any", "any"],
  7.         swig_d_set => ["function", "void", "any", "any"],
  8.         swig_devices_get => ["function", "string", "any"],
  9.         swig_devices_set => ["function", "void", "any", "string"],
  10.     );
  11. }
  12.  
  13. 1;
  14.