Table of Contents

Class ThreadFuncForeverHandler

Namespace
GLib.Internal
Assembly
GLib-2.0.dll

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

public class ThreadFuncForeverHandler
Inheritance
ThreadFuncForeverHandler
Inherited Members

Constructors

ThreadFuncForeverHandler(ThreadFunc)

public ThreadFuncForeverHandler(ThreadFunc managed)

Parameters

managed ThreadFunc

Fields

NativeCallback

public ThreadFunc NativeCallback

Field Value

ThreadFunc