Table of Contents

Class FreeFuncForeverHandler

Namespace
GLib.Internal
Assembly
GLib-2.0.dll

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

public class FreeFuncForeverHandler
Inheritance
FreeFuncForeverHandler
Inherited Members

Constructors

FreeFuncForeverHandler(FreeFunc)

public FreeFuncForeverHandler(FreeFunc managed)

Parameters

managed FreeFunc

Fields

NativeCallback

public FreeFunc NativeCallback

Field Value

FreeFunc