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
/
DiskInfo.pm
< prev
next >
Wrap
Text File
|
2006-11-29
|
2KB
|
32 lines
package LibStorage::DiskInfo;
BEGIN {
%TYPEINFO = (
ALL_METHODS => 0,
new => ["function", "any", "string"],
swig_sizeK_get => ["function", "integer", "any"],
swig_sizeK_set => ["function", "void", "any", "integer"],
swig_cylSizeB_get => ["function", "integer", "any"],
swig_cylSizeB_set => ["function", "void", "any", "integer"],
swig_cyl_get => ["function", "integer", "any"],
swig_cyl_set => ["function", "void", "any", "integer"],
swig_heads_get => ["function", "integer", "any"],
swig_heads_set => ["function", "void", "any", "integer"],
swig_sectors_get => ["function", "integer", "any"],
swig_sectors_set => ["function", "void", "any", "integer"],
swig_disklabel_get => ["function", "string", "any"],
swig_disklabel_set => ["function", "void", "any", "string"],
swig_udevPath_get => ["function", "string", "any"],
swig_udevPath_set => ["function", "void", "any", "string"],
swig_udevId_get => ["function", "string", "any"],
swig_udevId_set => ["function", "void", "any", "string"],
swig_maxLogical_get => ["function", "integer", "any"],
swig_maxLogical_set => ["function", "void", "any", "integer"],
swig_maxPrimary_get => ["function", "integer", "any"],
swig_maxPrimary_set => ["function", "void", "any", "integer"],
swig_initDisk_get => ["function", "boolean", "any"],
swig_initDisk_set => ["function", "void", "any", "boolean"],
);
}
1;