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
/
DmraidInfo.pm
< prev
next >
Wrap
Text File
|
2006-11-29
|
251b
|
12 lines
package LibStorage::DmraidInfo;
BEGIN {
%TYPEINFO = (
ALL_METHODS => 0,
new => ["function", "any", "string"],
swig_p_get => ["function", "any", "any"],
swig_p_set => ["function", "void", "any", "any"],
);
}
1;