After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 159528 - [garray.c] g_ptr_array_remove_range()
[garray.c] g_ptr_array_remove_range()
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
2.5.x
Other Linux
: Normal enhancement
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2004-11-26 08:50 UTC by Philippe Blain
Modified: 2013-11-24 02:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philippe Blain 2004-11-26 08:50:40 UTC
File: glib-2.4.6/glib/garray.c
Function : g_ptr_array_remove_range ()

Think the return value of that function should be `GPtrArray *'
exactly as `g_array_remove_range()' or `g_byte_array_remove_range()'.