Searched refs:CRParserError (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-parser.c74 typedef struct _CRParserError CRParserError; typedef in typeref:struct:_CRParserError
124 *Contains instance of #CRParserError.
377 static CRParserError *cr_parser_error_new (const guchar * a_msg,
380 static void cr_parser_error_set_msg (CRParserError * a_this,
383 static void cr_parser_error_dump (CRParserError * a_this);
385 static void cr_parser_error_set_status (CRParserError * a_this,
388 static void cr_parser_error_set_pos (CRParserError * a_this,
392 cr_parser_error_destroy (CRParserError * a_this);
408 *Constructor of #CRParserError class.
411 *@return the newly built instance of #CRParserError
[all...]

Completed in 17 milliseconds