Function

GtkSvgErrorget_end

unstable since: 4.22

Declaration [src]

const GtkSvgLocation*
gtk_svg_error_get_end (
  const GError* error
)

Description [src]

Returns context information about the end position in the document where the parsing error occurred.

Available since: 4.22

Parameters

error

Type: GError

An error in the GtkSvgError domain.

The data is owned by the caller of the function.

Return value

The data is owned by the called function.
The return value can be NULL.