Hi, Joao Rainha <[EMAIL PROTECTED]> writes:
> I want to change a callback, on a button "clicked" signal for > example, to another function during program running. > > Can i simply do a g_signal_connect() to the new callback function, > or do i have do "unreference" the old callback? You need to disconnect the old callback or both callback will be called (in the order they were connected). Sven _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
