Mirage.ParserInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
description |
[ |
r/w |
zero-terminated array of file type description strings |
id |
r/w |
parser ID |
|
mime_type |
[ |
r/w |
zero-terminated array of file type MIME strings |
name |
r/w |
parser name |
Methods¶
|
|
|
Details¶
- class Mirage.ParserInfo¶
A structure containing parser information. It can be obtained with call to
Mirage.Parser.get_info
().- copy(dest)¶
- Parameters:
dest (
Mirage.ParserInfo
) – aMirage.ParserInfo
to copy data to
Copies parser information from self to dest.
- free()¶
Frees the allocated fields in self (but not the structure itself!).