Package: gtk

Callback gtk-builder-connect-func

Details

This is the signature of a callback function used to connect signals. It is used by the gtk-builder-connect-signals and gtk-builder-connect-signals-full functions. It is mainly intended for interpreted language bindings, but could be useful where the programmer wants more control over the signal connection process. Note that this function can only be called once, subsequent calls will do nothing.
 lambda (builder object signal-name handler-name connect-object flags)  
builder
a gtk-builder object
object
a g-object instance to connect a signal to
signal-name
a string with the name of the signal
handler-name
a string with the name of the handler
connect-object
a g-object instance, if non-nil, use the g-signal-connect-object function
flags
a value of the g-connect-flags flags to use
 

See also

2021-9-23