signalHandlerIsConnected

fnbool signalHandlerIsConnected(gobject.object.ObjectWrap instance, gulong handlerId)

Returns whether handler_id is the ID of a handler connected to instance.

Parameters

instanceThe instance where a signal handler is sought.
handlerIdthe handler ID.

Returns

whether handler_id identifies a handler connected to instance.