New functions to remove a range of elements from an array. (#94879, Nalin

2003-07-26  Matthias Clasen  <maclas@gmx.de>

	* glib/garray.h:
	* glib/garray.c (g_{,byte,pointer}_remove_range): New functions to remove a range of elements
	from an array.  (#94879, Nalin Dahyabhai)
This commit is contained in:
Matthias Clasen
2003-07-26 08:03:16 +00:00
committed by Matthias Clasen
parent ffa186dfc9
commit 971af34af9
13 changed files with 143 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
2003-07-26 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/arrays.sgml:
* glib/tmpl/arrays_byte.sgml:
* glib/tmpl/arrays_pointer.sgml:
* glib/glib-sections.txt: Add g_{,byte,pointer}_array_remove_range. (#94879, Nalin Dahyabhai)
* glib/tmpl/messages.sgml: Remove the note about the message length restriction.
2003-07-24 Matthias Clasen <maclas@gmx.de>