Re: [Nautilus-list] Changing signals from guint to gulong



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:

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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]