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
/
EvmsInfo.pm
< prev
next >
Wrap
Text File
|
2006-11-29
|
903b
|
22 lines
package LibStorage::EvmsInfo;
BEGIN {
%TYPEINFO = (
ALL_METHODS => 0,
new => ["function", "any", "string"],
swig_v_get => ["function", "any", "any"],
swig_v_set => ["function", "void", "any", "any"],
swig_stripe_get => ["function", "integer", "any"],
swig_stripe_set => ["function", "void", "any", "integer"],
swig_stripe_size_get => ["function", "integer", "any"],
swig_stripe_size_set => ["function", "void", "any", "integer"],
swig_compatible_get => ["function", "boolean", "any"],
swig_compatible_set => ["function", "void", "any", "boolean"],
swig_dm_table_get => ["function", "string", "any"],
swig_dm_table_set => ["function", "void", "any", "string"],
swig_dm_target_get => ["function", "string", "any"],
swig_dm_target_set => ["function", "void", "any", "string"],
);
}
1;