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

/inkscape/src/libcroco/
H A Dcr-fonts.c272 * @a_family_to_prepend: the font family to prepend to the list.
278 CRFontFamily * a_family_to_prepend)
280 g_return_val_if_fail (a_this && a_family_to_prepend, NULL);
283 return a_family_to_prepend;
285 a_family_to_prepend->next = a_this;
286 a_this->prev = a_family_to_prepend;
288 return a_family_to_prepend;
277 cr_font_family_prepend(CRFontFamily * a_this, CRFontFamily * a_family_to_prepend) argument

Completed in 23 milliseconds