ThreadWrapper.disconnect

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).

class ThreadWrapper
void
disconnect
(
gulong id
)

Parameters

id gulong

a handler ID, as returned by gda.thread_wrapper.ThreadWrapper.connectRaw