Method

GcrParserformat_enable

Declaration [src]

void
gcr_parser_format_enable (
  GcrParser* self,
  GcrDataFormat format
)

Description [src]

Enable parsing of the given format. Use GCR_FORMAT_ALL to enable all the formats.

Parameters

format GcrDataFormat
 

The format identifier.