Home | History | Annotate | Download | only in glib

Lines Matching full:garray

905 	* garray.c (g_ptr_array_remove_index): Fixed size in g_memmove,
989 garray.c:
1338 * glib.h garray.[ch]: added g_array_insert_vals() to
1430 * garray.c:
1998 * garray.c glib.h (g_array_[ap/pre]pend_vals): make
2013 * garray.c: I've worked on the GArray interface, mostly. It was
2018 both the GArray and GPtrArray classes to _set_size, since this
2019 function can also be used to extend the arrays. GArray now
2256 * garray.c (g_ptr_array_remove_index): bugfix: index check for
2403 * garray.c: new functions implementing a simplified GArray. This
2407 * garray.c: new functions for the single-byte special case of
2408 GArray. The functions g_byte_array* operate on arrays of bytes.
2409 Internally, a GArray is used.
2690 * garray.c: g_rarray_truncate length done correctly