Re: Signal memory leak.



Tim Janik <timj@gtk.org> writes: 
> you're completely right, in fact i alread have a rename
> of that function on my TODO list for 1.4. unfortunately
> we will have to stay backwards compatible, so it'll
> probably amount to
> 
> guint gtk_signal_connect_data (GtkObject    *object,
>                                const gchar  *signal,
>                                GtkSignalFunc func,
>                                gpointer      data);

connect_swapped() or something is a better name, after all the regular
_connect() also has data, data is simply not the distinguishing
feature of this function. :-)

Havoc



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