BuilderConnectFunc
Description:
[ CCode ( instance_pos = 6.9 ) ]
[ Version ( since = "2.12" ) ]
public delegate void BuilderConnectFunc (Builder builder, Object object, string signal_name, string handler_name, Object? connect_object, ConnectFlags flags)
[ Version ( since = "2.12" ) ]
public delegate void BuilderConnectFunc (Builder builder, Object object, string signal_name, string handler_name, Object? connect_object, ConnectFlags flags)
This is the signature of a function used to connect signals.
It is used by the connect_signals and connect_signals_full methods. It is mainly intended for interpreted language bindings, but could be useful where the programmer wants more control over the signal connection process. Note that this function can only be called once, subsequent calls will do nothing.
Parameters:
builder |
a Builder |
object |
object to connect a signal to |
signal_name |
name of the signal |
handler_name |
name of the handler |
connect_object |
a Object, if non-null, use connect_object |
flags |
ConnectFlags to use |
user_data |
user data |
Namespace: Gtk
Package: gtk+-3.0