Glade.XML.SignalConnectFull Method
This function is similar to XML.SignalAutoConnect, except that it allows you to give an arbitrary function that will be used for actually connecting the signals. This is mainly useful for writers of interpreted language bindings, or applications where you need more control over the signal connection process.

Syntax

public void SignalConnectFull (string handler_name, XMLConnectFunc func)

Parameters

handler_name
the name of the signal handler that we want to connect.
func
the function to use to connect the signals.

Remarks

Requirements

Namespace: Glade
Assembly: glade-sharp (in glade-sharp.dll)