Method

GcrParserget_filename

Declaration [src]

const gchar*
gcr_parser_get_filename (
  GcrParser* self
)

Description [src]

Get the filename of the parser item.

Return value

Returns: const gchar*
 

The filename set on the parser, or NULL.

 The data is owned by the instance.
 The value is a NUL terminated UTF-8 string.