Re: glib-patch, where do I send it?
- From: Derek Simkowiak <dereks kd-dev com>
- To: gtk-devel-list redhat com
- Subject: Re: glib-patch, where do I send it?
- Date: Mon, 10 Jan 2000 01:42:43 -0800 (PST)
> * g_array_copy() - I think it speaks for itself
> * g_ptr_array_copy()
> * g_ptr_array_copy_deep() - Deep copying!
> * g_byte_array_copy()
> * g_list_copy_deep()
> * g_slist_copy_deep()
Are the g_ptr_* and g_byte_array_copy functions for use with a
Glib's Array? Because if they are, they should probably be named
g_array_ptr_copy()
g_array_ptr_deep_copy()
g_array_byte_copy()
...in order to follow the current naming convention.
Also, I assume the g_array_copy() function is a deep copy...?
--Derek
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]