Parsed
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "gcr_parsed_get_type ()" ) ]
[ Compact ]
public class Parsed
A parsed item parsed by a Parser.
Content:
Static methods:
- public static void unref (void* parsed)
Methods:
- public Parsed @ref ()
Add a reference to a parsed item.
- public unowned Attributes? get_attributes ()
Get the attributes which make up the parsed item.
- public unowned Bytes get_bytes ()
Get the raw data block for the parsed item.
- public unowned uint8[]? get_data ()
Get the raw data block for the parsed item.
- public unowned string? get_description ()
Get the descirption for a parsed item.
- public unowned string get_filename ()
Get the filename of the parsed item.
- public DataFormat get_format ()
Get the format of the parsed item.
- public unowned string? get_label ()
Get the label for the parsed item.