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 / DmraidCoInfo.pm < prev    next >
Text File  |  2006-11-29  |  253b  |  12 lines

  1. package LibStorage::DmraidCoInfo;
  2. BEGIN {
  3.     %TYPEINFO = (
  4.         ALL_METHODS => 0,
  5.         new => ["function", "any", "string"],
  6.         swig_p_get => ["function", "any", "any"],
  7.         swig_p_set => ["function", "void", "any", "any"],
  8.     );
  9. }
  10.  
  11. 1;
  12.