Method

GcrParserget_filename

Declaration [src]

const gchar*
gcr_parser_get_filename (
  GcrParser* self
)

Description [src]

Get the filename of the parser item.

Return value

Type: const gchar*

The filename set on the parser, or NULL.

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