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

/inkscape/src/libcroco/
H A Dcr-parser.h102 enum CRStatus cr_parser_parse_prio (CRParser *a_this, CRString **a_prio) ;
H A Dcr-parser.c3109 *@a_prio: a string representing the priority.
3120 cr_parser_parse_prio (CRParser * a_this, CRString ** a_prio) argument
3127 && a_prio
3128 && *a_prio == NULL, CR_BAD_PARAM_ERROR);
3140 *a_prio = cr_string_new_from_string ("!important");

Completed in 22 milliseconds