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 / ContainerInfo.pm < prev    next >
Text File  |  2006-11-29  |  1KB  |  24 lines

  1. package LibStorage::ContainerInfo;
  2. BEGIN {
  3.     %TYPEINFO = (
  4.         ALL_METHODS => 0,
  5.         new => ["function", "any", "string"],
  6.         swig_type_get => ["function", "integer", "any"],
  7.         swig_type_set => ["function", "void", "any", "integer"],
  8.         swig_volcnt_get => ["function", "integer", "any"],
  9.         swig_volcnt_set => ["function", "void", "any", "integer"],
  10.         swig_device_get => ["function", "string", "any"],
  11.         swig_device_set => ["function", "void", "any", "string"],
  12.         swig_name_get => ["function", "string", "any"],
  13.         swig_name_set => ["function", "void", "any", "string"],
  14.         swig_usedBy_get => ["function", "integer", "any"],
  15.         swig_usedBy_set => ["function", "void", "any", "integer"],
  16.         swig_usedByName_get => ["function", "string", "any"],
  17.         swig_usedByName_set => ["function", "void", "any", "string"],
  18.         swig_readonly_get => ["function", "boolean", "any"],
  19.         swig_readonly_set => ["function", "void", "any", "boolean"],
  20.     );
  21. }
  22.  
  23. 1;
  24.