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

/inkscape/src/libcroco/
H A Dcr-input.h134 cr_input_get_end_of_line (CRInput const *a_this, gboolean *a_eol) ;
137 cr_input_set_end_of_line (CRInput *a_this, gboolean a_eol) ;
H A Dcr-input.c1122 *@a_eol: the new end of line flag.
1130 cr_input_set_end_of_line (CRInput * a_this, gboolean a_eol) argument
1134 PRIVATE (a_this)->end_of_line = a_eol;
1142 *@a_eol: out parameter. The place to put
1151 cr_input_get_end_of_line (CRInput const * a_this, gboolean * a_eol) argument
1154 && a_eol, CR_BAD_PARAM_ERROR);
1156 *a_eol = PRIVATE (a_this)->end_of_line;

Completed in 16 milliseconds