Function
GskParseErrorFunc
Declaration
void
(* GskParseErrorFunc) (
  const GskParseLocation* start,
  const GskParseLocation* end,
  const GError* error,
  gpointer user_data
)
Parameters
- start
- 
            Type: GskParseLocationStart of the error location. The data is owned by the caller of the function. 
- end
- 
            Type: GskParseLocationEnd of the error location. The data is owned by the caller of the function. 
- error
- 
            Type: GErrorThe error. The data is owned by the caller of the function. 
- user_data
- 
            Type: gpointerUser data. The argument can be NULL.The data is owned by the caller of the function.