Table of Contents

Class InstanceCache

Namespace
GObject.Internal
Assembly
GObject-2.0.dll
public static class InstanceCache
Inheritance
InstanceCache
Inherited Members

Methods

AddToggleRef(Object)

public static void AddToggleRef(Object obj)

Parameters

obj Object

Remove(nint)

public static void Remove(nint handle)

Parameters

handle nint

TryGetObject(nint, out Object?)

public static bool TryGetObject(nint handle, out Object? obj)

Parameters

handle nint
obj Object

Returns

bool