WidgetClass.setConnectFunc

For use in language bindings, this will override the default GtkBuilderConnectFunc to be used when parsing GtkBuilder XML from this class’s template data.

Note that this must be called from a composite widget classes class initializer after calling Widget.classSetTemplate.

Parameters

connectFunc GtkBuilderConnectFunc

The GtkBuilderConnectFunc to use when connecting signals in the class template

connectData void*

The data to pass to connect_func

connectDataDestroy GDestroyNotify

The GDestroyNotify to free connect_data, this will only be used at class finalization time, when no classes of type widget_type are in use anymore.

Meta

Since

3.10