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

  1. package LibStorage::EvmsCoInfo;
  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_peSize_get => ["function", "integer", "any"],
  9.         swig_peSize_set => ["function", "void", "any", "integer"],
  10.         swig_peCount_get => ["function", "integer", "any"],
  11.         swig_peCount_set => ["function", "void", "any", "integer"],
  12.         swig_peFree_get => ["function", "integer", "any"],
  13.         swig_peFree_set => ["function", "void", "any", "integer"],
  14.         swig_uuid_get => ["function", "string", "any"],
  15.         swig_uuid_set => ["function", "void", "any", "string"],
  16.         swig_lvm2_get => ["function", "boolean", "any"],
  17.         swig_lvm2_set => ["function", "void", "any", "boolean"],
  18.         swig_create_get => ["function", "boolean", "any"],
  19.         swig_create_set => ["function", "void", "any", "boolean"],
  20.         swig_realContainer_get => ["function", "boolean", "any"],
  21.         swig_realContainer_set => ["function", "void", "any", "boolean"],
  22.         swig_devices_get => ["function", "string", "any"],
  23.         swig_devices_set => ["function", "void", "any", "string"],
  24.         swig_devices_add_get => ["function", "string", "any"],
  25.         swig_devices_add_set => ["function", "void", "any", "string"],
  26.         swig_devices_rem_get => ["function", "string", "any"],
  27.         swig_devices_rem_set => ["function", "void", "any", "string"],
  28.     );
  29. }
  30.  
  31. 1;
  32.