Table of Contents

Class FreeFuncAsyncHandler

Namespace
GLib.Internal
Assembly
GLib-2.0.dll

Async Handler for FreeFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.

public class FreeFuncAsyncHandler
Inheritance
FreeFuncAsyncHandler
Inherited Members

Constructors

FreeFuncAsyncHandler(FreeFunc)

public FreeFuncAsyncHandler(FreeFunc managed)

Parameters

managed FreeFunc

Fields

NativeCallback

public FreeFunc NativeCallback

Field Value

FreeFunc