![]() |
![]() |
![]() |
Seed Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <seed/seed.h> void seed_signal_connect (SeedContext ctx, GObject *object, const gchar *signal, const gchar *script); void seed_signal_connect_value (SeedContext ctx, GObject *object, const gchar *signal, SeedValue function, SeedValue user_data);
void seed_signal_connect (SeedContext ctx, GObject *object, const gchar *signal, const gchar *script);
|
A valid SeedContext |
|
A GObject, to connect the signal on. |
|
A signal specification. |
|
The script to connect to the signal. Should be a function. |
void seed_signal_connect_value (SeedContext ctx, GObject *object, const gchar *signal, SeedValue function, SeedValue user_data);
|
|
|
|
|
|
|
|
|