Searched refs:g_array_prepend_val (Results 1 – 4 of 4) sorted by relevance
66 #define g_array_prepend_val(a,v) g_array_prepend_vals (a, &(v), 1) macro
2118 g_array_prepend_val
1021 g_array_prepend_val (garray, i); in test_arrays()
4007 * garray.h (g_array_append_val, g_array_prepend_val,