ScriptConnectFunc


Description:

[ CCode ( instance_pos = 6.9 ) ]
[ Version ( since = "0.6" ) ]
public delegate void ScriptConnectFunc (Script script, 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_full function. It is mainly intended for interpreted language bindings, but could be useful where the programmer wants more control over the signal connection process.

Parameters:

script

a Script

object

the object to connect

signal_name

the name of the signal

handler_name

the name of the signal handler

connect_object

the object to connect the signal to, or null

flags

signal connection flags

user_data

user data to pass to the signal handler


Namespace: Clutter
Package: clutter-1.0