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:
GErrorAn error in the
GtkSvgErrordomain.The data is owned by the caller of the function.
Return value
Type: GtkSvgLocation
The GtkSvgLocation.
| The data is owned by the called function. |
The return value can be NULL. |