Method
GtkBuilderconnect_signals_full
since: 2.12
Declaration [src]
void
gtk_builder_connect_signals_full (
GtkBuilder* builder,
GtkBuilderConnectFunc func,
gpointer user_data
)
Description [src]
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.
Available since: 2.12
Parameters
func
-
Type:
GtkBuilderConnectFunc
The function used to connect the signals.
user_data
-
Type:
gpointer
Arbitrary data that will be passed to the connection function.
The argument can be NULL
.The data is owned by the caller of the method.