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
/
LvmVgInfo.pm
< prev
next >
Wrap
Text File
|
2006-11-29
|
1KB
|
30 lines
package LibStorage::LvmVgInfo;
BEGIN {
%TYPEINFO = (
ALL_METHODS => 0,
new => ["function", "any", "string"],
swig_sizeK_get => ["function", "integer", "any"],
swig_sizeK_set => ["function", "void", "any", "integer"],
swig_peSize_get => ["function", "integer", "any"],
swig_peSize_set => ["function", "void", "any", "integer"],
swig_peCount_get => ["function", "integer", "any"],
swig_peCount_set => ["function", "void", "any", "integer"],
swig_peFree_get => ["function", "integer", "any"],
swig_peFree_set => ["function", "void", "any", "integer"],
swig_uuid_get => ["function", "string", "any"],
swig_uuid_set => ["function", "void", "any", "string"],
swig_lvm2_get => ["function", "boolean", "any"],
swig_lvm2_set => ["function", "void", "any", "boolean"],
swig_create_get => ["function", "boolean", "any"],
swig_create_set => ["function", "void", "any", "boolean"],
swig_devices_get => ["function", "string", "any"],
swig_devices_set => ["function", "void", "any", "string"],
swig_devices_add_get => ["function", "string", "any"],
swig_devices_add_set => ["function", "void", "any", "string"],
swig_devices_rem_get => ["function", "string", "any"],
swig_devices_rem_set => ["function", "void", "any", "string"],
);
}
1;