Method

GcrParsedget_data

Declaration [src]

const guchar*
gcr_parsed_get_data (
  GcrParsed* parsed,
  gsize* n_data
)

Description [src]

Get the raw data block for the parsed item.

Parameters

n_data gsize*
 

Location to store size of returned data.

 The argument will be set by the function.
 The instance takes ownership of the data, and is responsible for freeing it.

Return value

Returns: An array of guchar
 

The raw data of the parsed item, or NULL.

 The length of the array is in the n_data argument.
 The data is owned by the instance.
 The return value can be NULL.