Package: gobject

Function g-signal-handler-is-connected

Lambda List

g-signal-handler-is-connected (instance handler-id)

Arguments

instance -- a g-object instance where a signal handler is sought
handler-id -- an unsigned long integer with the handler ID

Return Value

A boolean whether handler-id identifies a handler connected to instance.

Details

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

See also

2021-12-14