Gcr.Parsed – gcr-3 Reference Manual
Packages
gcr-3
Gcr
Parsed
unref
@ref
get_attributes
get_bytes
get_data
get_description
get_filename
get_format
get_label
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
.
Namespace:
Gcr
Package:
gcr-3
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.