Table of Contents

Class VoidFuncForeverHandler

Namespace
GLib.Internal
Assembly
GLib-2.0.dll

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

public class VoidFuncForeverHandler
Inheritance
VoidFuncForeverHandler
Inherited Members

Constructors

VoidFuncForeverHandler(VoidFunc)

public VoidFuncForeverHandler(VoidFunc managed)

Parameters

managed VoidFunc

Fields

NativeCallback

public VoidFunc NativeCallback

Field Value

VoidFunc