Top | ![]() |
![]() |
![]() |
![]() |
GClosure * | seed_closure_new () |
SeedObject | seed_closure_get_callable () |
SeedValue | seed_closure_invoke () |
SeedValue | seed_closure_invoke_with_context () |
void | seed_closure_warn_exception () |
GClosure * seed_closure_new (SeedContext ctx
,SeedObject function
,SeedObject user_data
,const gchar *description
);
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
);