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

/inkscape/src/libcroco/
H A Dcr-statement.h271 CRString *a_charset) ;
376 CRString *a_charset) ;
380 CRString **a_charset) ;
H A Dcr-doc-handler.h80 *@param a_charset the declared charset.
83 CRString *a_charset,
H A Dcr-om-parser.c78 CRString * a_charset,
304 charset (CRDocHandler * a_this, CRString * a_charset, argument
323 charset = cr_string_dup (a_charset) ;
H A Dcr-statement.c1575 *@a_charset: the string representing the charset.
1577 *the owner of a_charset. The caller must not free a_charset !!!.
1587 CRString * a_charset)
1591 g_return_val_if_fail (a_charset, NULL);
1611 result->kind.charset_rule->charset = a_charset;
2355 *@a_charset: the charset to set.
2363 CRString * a_charset)
2373 a_this->kind.charset_rule->charset = a_charset;
2380 *@a_charset
1586 cr_statement_new_at_charset_rule(CRStyleSheet * a_sheet, CRString * a_charset) argument
2362 cr_statement_at_charset_rule_set_charset(CRStatement * a_this, CRString * a_charset) argument
2389 cr_statement_at_charset_rule_get_charset(CRStatement const * a_this, CRString ** a_charset) argument
[all...]

Completed in 24 milliseconds