Searched defs:a_statement (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-declaration.c61 * @a_statement: the statement this declaration belongs to. can be NULL.
74 cr_declaration_new (CRStatement * a_statement, argument
81 if (a_statement)
82 g_return_val_if_fail (a_statement
83 && ((a_statement->type == RULESET_STMT)
84 || (a_statement->type
86 || (a_statement->type
101 result->parent_statement = a_statement;
107 *@a_statement: the parent css2 statement of this
118 cr_declaration_parse_from_buf (CRStatement * a_statement, argument
[all...]

Completed in 545 milliseconds