Function
GskParseErrorFunc
Declaration
void
(* GskParseErrorFunc) (
  const GskParseLocation* start,
  const GskParseLocation* end,
  const GError* error,
  gpointer user_data
)
Parameters
| start | GskParseLocation | 
| Start of the error location. | |
| The data is owned by the caller of the function. | |
| end | GskParseLocation | 
| End of the error location. | |
| The data is owned by the caller of the function. | |
| error | GError | 
| The error. | |
| The data is owned by the caller of the function. | |
| user_data | gpointer | 
| User data. | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. |