Dennis Morgan wrote:

> Hi Olivier,
> Can you explain something. the g_signal_handler_block function, am i right in 
> thinking
> it goes inside the call back function itself? 

no, you when you call _block(), from that moment on the signal handler
will not be called anymore for that signal, until you call _unblock()

regards,
        Olivier
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to