mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
new function for removing an entry from an array while preserving the
1998-11-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib.h: * garray.h: (g_array_remove_index): new function for removing an entry from an array while preserving the order (g_array_remove_index_fast): new function for removing an entry from an array. the order might be distorted (g_ptr_array_remove_index_fast, g_ptr_array_remove_fast): new functions; working similiar to the above. (they have the semantic of the old g_ptr_array_remove[_index] functions) (g_ptr_array_remove_index, g_ptr_array_remove): new semantic. now the order of the elements in the array is not changed (g_byte_array_remove_index, g_byte_array_remove_index_fast): new functions; byte_array wrapper for g_array_remove_index[_fast]
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
840114ac76
commit
4dbf739ea9
@@ -1,3 +1,19 @@
|
||||
1998-11-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib.h:
|
||||
* garray.h:
|
||||
(g_array_remove_index): new function for removing an entry from an
|
||||
array while preserving the order
|
||||
(g_array_remove_index_fast): new function for removing an entry
|
||||
from an array. the order might be distorted
|
||||
(g_ptr_array_remove_index_fast, g_ptr_array_remove_fast): new
|
||||
functions; working similiar to the above. (they have the semantic
|
||||
of the old g_ptr_array_remove[_index] functions)
|
||||
(g_ptr_array_remove_index, g_ptr_array_remove): new semantic. now
|
||||
the order of the elements in the array is not changed
|
||||
(g_byte_array_remove_index, g_byte_array_remove_index_fast): new
|
||||
functions; byte_array wrapper for g_array_remove_index[_fast]
|
||||
|
||||
Sun Nov 1 23:00:18 PST 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib.h
|
||||
|
Reference in New Issue
Block a user