Function
Gsk.ParseErrorFunc
Declaration
void
ParseErrorFunc (
  const GskParseLocation* start,
  const GskParseLocation* end,
  const GError* error,
  gpointer user_data
)
Parameters
| start | GskParseLocation | 
| start of the error location | |
| Ownership is not transferred to the callee | |
| end | GskParseLocation | 
| end of the error location | |
| Ownership is not transferred to the callee | |
| error | const GError* | 
| the error | |
| Ownership is not transferred to the callee | |
| user_data | gpointer | 
| user data |