Skip to content

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.

Released under the MPL-2.0 License.