Table of Contents

Class FuncForeverHandler

Namespace
GLib.Internal
Assembly
GLib-2.0.dll

Forever Handler for Func. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.

public class FuncForeverHandler
Inheritance
FuncForeverHandler
Inherited Members

Constructors

FuncForeverHandler(Func)

public FuncForeverHandler(Func managed)

Parameters

managed Func

Fields

NativeCallback

public Func NativeCallback

Field Value

Func