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 / DiskInfo.pm < prev    next >
Text File  |  2006-11-29  |  2KB  |  32 lines

  1. package LibStorage::DiskInfo;
  2. BEGIN {
  3.     %TYPEINFO = (
  4.         ALL_METHODS => 0,
  5.         new => ["function", "any", "string"],
  6.         swig_sizeK_get => ["function", "integer", "any"],
  7.         swig_sizeK_set => ["function", "void", "any", "integer"],
  8.         swig_cylSizeB_get => ["function", "integer", "any"],
  9.         swig_cylSizeB_set => ["function", "void", "any", "integer"],
  10.         swig_cyl_get => ["function", "integer", "any"],
  11.         swig_cyl_set => ["function", "void", "any", "integer"],
  12.         swig_heads_get => ["function", "integer", "any"],
  13.         swig_heads_set => ["function", "void", "any", "integer"],
  14.         swig_sectors_get => ["function", "integer", "any"],
  15.         swig_sectors_set => ["function", "void", "any", "integer"],
  16.         swig_disklabel_get => ["function", "string", "any"],
  17.         swig_disklabel_set => ["function", "void", "any", "string"],
  18.         swig_udevPath_get => ["function", "string", "any"],
  19.         swig_udevPath_set => ["function", "void", "any", "string"],
  20.         swig_udevId_get => ["function", "string", "any"],
  21.         swig_udevId_set => ["function", "void", "any", "string"],
  22.         swig_maxLogical_get => ["function", "integer", "any"],
  23.         swig_maxLogical_set => ["function", "void", "any", "integer"],
  24.         swig_maxPrimary_get => ["function", "integer", "any"],
  25.         swig_maxPrimary_set => ["function", "void", "any", "integer"],
  26.         swig_initDisk_get => ["function", "boolean", "any"],
  27.         swig_initDisk_set => ["function", "void", "any", "boolean"],
  28.     );
  29. }
  30.  
  31. 1;
  32.