Re: [Nautilus-list] Changing signals from guint to gulong
- From: Jorgen Viksell <jorgen viksell telia com>
- To: Owen Taylor <otaylor redhat com>
- Cc: nautilus-list lists eazel com
- Subject: Re: [Nautilus-list] Changing signals from guint to gulong
- Date: 29 Dec 2001 22:24:33 +0100
lör 2001-12-29 klockan 20.22 skrev Owen Taylor:
>
> Jorgen Viksell <jorgen viksell telia com> writes:
>
> > Hi,
> >
> > I noticed that the gtk_signal functions have changed to return and
> > operate on gulong instead of guint.
> > So I've made patches for eel and nautilus available at these locations:
> >
> > http://w1.211.telia.com/~u21114235/eel-guint_to_gulong
> > http://w1.211.telia.com/~u21114235/nautilus-guint_to_gulong
>
> I'm confused:
Well, You should be... ;-)
I see now that I looked at gtk_signal_connect_full and friends. Sorry
for the confusion.
> guint gtk_signal_new (const gchar *name,
> GtkSignalRunType signal_flags,
> GtkType object_type,
> guint function_offset,
> GtkSignalMarshaller marshaller,
> GtkType return_val,
> guint n_args,
> ...);
> guint g_signal_new (const gchar *signal_name,
> GType itype,
> GSignalFlags signal_flags,
> guint class_offset,
> GSignalAccumulator accumulator,
> gpointer accu_data,
> GSignalCMarshaller c_marshaller,
> GType return_type,
> guint n_params,
> ...);
>
> Regards,
> Owen
Jörgen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]