Builder.connectSignalsFull

This function can be thought of the interpreted language binding version of gtk_builder_connect_signals(), except that it does not require GModule to function correctly. Since 2.12

class Builder
void
connectSignalsFull

Parameters

func GtkBuilderConnectFunc

the function used to connect the signals. [scope call]

userData void*

arbitrary data that will be passed to the connection function

Meta