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 >
Wrap
Text File
|
2006-11-29
|
1KB
|
28 lines
package LibStorage::FsCapabilities;
BEGIN {
%TYPEINFO = (
ALL_METHODS => 0,
new => ["function", "any", "string"],
swig_isExtendable_get => ["function", "boolean", "any"],
swig_isExtendable_set => ["function", "void", "any", "boolean"],
swig_isExtendableWhileMounted_get => ["function", "boolean", "any"],
swig_isExtendableWhileMounted_set => ["function", "void", "any", "boolean"],
swig_isReduceable_get => ["function", "boolean", "any"],
swig_isReduceable_set => ["function", "void", "any", "boolean"],
swig_isReduceableWhileMounted_get => ["function", "boolean", "any"],
swig_isReduceableWhileMounted_set => ["function", "void", "any", "boolean"],
swig_supportsUuid_get => ["function", "boolean", "any"],
swig_supportsUuid_set => ["function", "void", "any", "boolean"],
swig_supportsLabel_get => ["function", "boolean", "any"],
swig_supportsLabel_set => ["function", "void", "any", "boolean"],
swig_labelWhileMounted_get => ["function", "boolean", "any"],
swig_labelWhileMounted_set => ["function", "void", "any", "boolean"],
swig_labelLength_get => ["function", "integer", "any"],
swig_labelLength_set => ["function", "void", "any", "integer"],
swig_minimalFsSizeK_get => ["function", "integer", "any"],
swig_minimalFsSizeK_set => ["function", "void", "any", "integer"],
);
}
1;