Re: gtksignal.c: g_return_if_fail (GTK_IS_OBJECT (object));



> From: Michael Natterer <mitch gimp org>
>
> Yeah, this was my first thought too any we'll probably do it that
> way. With all the new macros it can even be done by simply saying
>
> find . -name \*\.c | xargs perl -pi -e "s/gtk_signal_foo/g_signal_foo/g;"

Watch out for the difference between gtk_signal_connect_object()
and g_signal_connect_object() if you do this.

Ron




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