![]() |
![]() |
![]() |
Seed Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <seed/seed.h> GClosure * seed_closure_new (SeedContext ctx, SeedObject function, SeedObject user_data, const gchar *description); SeedObject seed_closure_get_callable (GClosure *c); SeedValue seed_closure_invoke (GClosure *closure, SeedValue *args, guint argc, SeedException *exception); SeedValue seed_closure_invoke_with_context (SeedContext ctx, GClosure *closure, SeedValue *args, guint argc, SeedException *exception); void seed_closure_warn_exception (GClosure *c, SeedContext ctx, SeedException exception);
GClosure * seed_closure_new (SeedContext ctx, SeedObject function, SeedObject user_data, const gchar *description);
|
|
|
|
|
|
|
|
Returns : |
SeedValue seed_closure_invoke (GClosure *closure, SeedValue *args, guint argc, SeedException *exception);
|
|
|
|
|
|
|
|
Returns : |
SeedValue seed_closure_invoke_with_context (SeedContext ctx, GClosure *closure, SeedValue *args, guint argc, SeedException *exception);
|
|
|
|
|
|
|
|
|
|
Returns : |
void seed_closure_warn_exception (GClosure *c, SeedContext ctx, SeedException exception);
|
|
|
|
|