Dennis Morgan wrote:
> Hi,
> i am just wondering if there is a way to halt a call back till  another one 
> has finished using a function?

there is a g_signal_handler_block() function which does this

store the return value of g_signal_connect() in your data structures,
and use it to block or unblock the signal handler.

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