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

/inkscape/src/libcroco/
H A Dcr-fonts.c245 * @a_family_to_append: the font family to append to the list
251 CRFontFamily * a_family_to_append)
255 g_return_val_if_fail (a_family_to_append, NULL);
258 return a_family_to_append;
262 cur_ff->next = a_family_to_append;
263 a_family_to_append->prev = cur_ff;
250 cr_font_family_append(CRFontFamily * a_this, CRFontFamily * a_family_to_append) argument

Completed in 30 milliseconds