ThreadWrapper.disconnect

void disconnect(gulong id)

Disconnects the emission of a signal, does the opposite of [gda.thread_wrapper.ThreadWrapper.connectRaw].

As soon as this method returns, the callback function set when [gda.thread_wrapper.ThreadWrapper.connectRaw] was called will not be called anymore (even if the object has emitted the signal in the worker thread and this signal has not been handled in the user thread).

Parameters

ida handler ID, as returned by [gda.thread_wrapper.ThreadWrapper.connectRaw]