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

/inkscape/src/libcroco/
H A Dcr-utils.c1285 *@param a_list_of_strings the list of strings to be duplicated.
1288 cr_utils_dup_glist_of_string (GList const * a_list_of_strings) argument
1293 g_return_val_if_fail (a_list_of_strings, NULL);
1295 for (cur = a_list_of_strings; cur; cur = cur->next) {
1309 *@param a_list_of_strings the list to duplicate
1314 cr_utils_dup_glist_of_cr_string (GList const * a_list_of_strings) argument
1319 g_return_val_if_fail (a_list_of_strings, NULL);
1321 for (cur = a_list_of_strings; cur; cur = cur->next) {
H A Dcr-utils.h245 cr_utils_dup_glist_of_cr_string (GList const * a_list_of_strings) ;

Completed in 16 milliseconds