Searched refs:g_array_prepend_vals (Results 1 – 5 of 5) sorted by relevance
66 #define g_array_prepend_val(a,v) g_array_prepend_vals (a, &(v), 1)82 GArray* g_array_prepend_vals (GArray *array,
145 g_array_prepend_vals (GArray *farray, in g_array_prepend_vals() function662 g_array_prepend_vals ((GArray*) array, (guint8*)data, len); in g_byte_array_prepend()
29 #undef g_array_prepend_vals 30 extern __typeof (g_array_prepend_vals) g_array_prepend_vals __attribute((alias("IA__g_array_prepend…
26 extern __typeof (g_array_prepend_vals) IA__g_array_prepend_vals __attribute((visibility("hidden")));27 #define g_array_prepend_vals IA__g_array_prepend_vals macro
2119 g_array_prepend_vals