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

  1. package LibStorage::FsCapabilities;
  2. BEGIN {
  3.     %TYPEINFO = (
  4.         ALL_METHODS => 0,
  5.         new => ["function", "any", "string"],
  6.         swig_isExtendable_get => ["function", "boolean", "any"],
  7.         swig_isExtendable_set => ["function", "void", "any", "boolean"],
  8.         swig_isExtendableWhileMounted_get => ["function", "boolean", "any"],
  9.         swig_isExtendableWhileMounted_set => ["function", "void", "any", "boolean"],
  10.         swig_isReduceable_get => ["function", "boolean", "any"],
  11.         swig_isReduceable_set => ["function", "void", "any", "boolean"],
  12.         swig_isReduceableWhileMounted_get => ["function", "boolean", "any"],
  13.         swig_isReduceableWhileMounted_set => ["function", "void", "any", "boolean"],
  14.         swig_supportsUuid_get => ["function", "boolean", "any"],
  15.         swig_supportsUuid_set => ["function", "void", "any", "boolean"],
  16.         swig_supportsLabel_get => ["function", "boolean", "any"],
  17.         swig_supportsLabel_set => ["function", "void", "any", "boolean"],
  18.         swig_labelWhileMounted_get => ["function", "boolean", "any"],
  19.         swig_labelWhileMounted_set => ["function", "void", "any", "boolean"],
  20.         swig_labelLength_get => ["function", "integer", "any"],
  21.         swig_labelLength_set => ["function", "void", "any", "integer"],
  22.         swig_minimalFsSizeK_get => ["function", "integer", "any"],
  23.         swig_minimalFsSizeK_set => ["function", "void", "any", "integer"],
  24.     );
  25. }
  26.  
  27. 1;
  28.