Glade.XML.SignalAutoconnectFull Method
This function is similar to XML.SignalConnectFull(string, XMLConnectFunc) except that it will try to connect all signals in the interface, not just a single named handler. It can be thought of the interpeted language binding version of XML.SignalAutoconnect, except that it does not require gmodule to function correctly.

Syntax

public void SignalAutoconnectFull (XMLConnectFunc func)

Parameters

func
the function used to connect the signals.

Remarks

Requirements

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