Re: Problem with ObjC
- From: Cedric Marcone <marcone mdeo fr>
- To: gnome-2-0-list <gnome-2-0-list gnome org>
- Subject: Re: Problem with ObjC
- Date: 28 Nov 2001 15:34:01 +0100
On Wed, 2001-11-28 at 15:01, Owen Taylor wrote:
> Please file a bug report on http://bugzilla.gnome.org, product
> glib, component general. (See glib/README). This use of 'id'
> should be easy enough to fix, since it's just a parameter
> name.
To make things go as fast as possible, here is the patch.
As I don't have rights on the CVS, could you commit, please.
Thank you,
--
Cedric Marcone
MDEO Z:P France
Departement R&D
(+33) 4 72 07 44 68
--- /home/cedric/spirit/glib-1.3.11/glib/gmain.h Tue Sep 4 00:12:51 2001
+++ /usr/local/include/glib-2.0/glib/gmain.h Wed Nov 28 15:21:35 2001
@@ -143,7 +143,7 @@
/* For implementation of legacy interfaces
*/
GSource *g_main_context_find_source_by_id (GMainContext *context,
- guint id);
+ guint aId);
GSource *g_main_context_find_source_by_user_data (GMainContext *context,
gpointer user_data);
GSource *g_main_context_find_source_by_funcs_user_data (GMainContext *context,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]