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

/inkscape/src/libcroco/
H A Dcr-input.h152 cr_input_set_column_num (CRInput *a_this, glong a_col) ;
155 cr_input_get_column_num (CRInput const *a_this, glong *a_col) ;
H A Dcr-input.c528 *@a_col: the new column number.
535 cr_input_set_column_num (CRInput * a_this, glong a_col) argument
539 PRIVATE (a_this)->col = a_col;
547 *@a_col: out parameter
554 cr_input_get_column_num (CRInput const * a_this, glong * a_col) argument
556 g_return_val_if_fail (a_this && PRIVATE (a_this) && a_col,
559 *a_col = PRIVATE (a_this)->col;

Completed in 12 milliseconds