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
/
LoopInfo.pm
< prev
next >
Wrap
Text File
|
2006-11-29
|
619b
|
18 lines
package LibStorage::LoopInfo;
BEGIN {
%TYPEINFO = (
ALL_METHODS => 0,
new => ["function", "any", "string"],
swig_v_get => ["function", "any", "any"],
swig_v_set => ["function", "void", "any", "any"],
swig_reuseFile_get => ["function", "boolean", "any"],
swig_reuseFile_set => ["function", "void", "any", "boolean"],
swig_nr_get => ["function", "integer", "any"],
swig_nr_set => ["function", "void", "any", "integer"],
swig_file_get => ["function", "string", "any"],
swig_file_set => ["function", "void", "any", "string"],
);
}
1;