Class SignalConnection<T>

java.lang.Object
io.github.jwharm.javagi.gobject.SignalConnection<T>
Type Parameters:
T - the type of the signal

public class SignalConnection<T> extends Object
Represents a signal connection. With a SignalConnection object, a signal connection can be blocked, unblocked, and disconnected. It is also possible to check if the signal is still connected.