Re: call back problems



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



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