API Reference / @gtkx/native / CallbackScope
Type Alias: CallbackScope
CallbackScope =
"call"|"notified"|"async"|"forever"
Defined in: index.d.ts:45
Lifetime of a marshalled callback closure: call lasts only for the duration of the call, notified is freed by a destroy notify, async spans a single async use, forever is never freed.