Table of Contents

Class VimIMContextHandle

Namespace
GtkSource.Internal
Assembly
GtkSource-5.dll
public class VimIMContextHandle : IMContextHandle, IDisposable
Inheritance
VimIMContextHandle
Implements
Inherited Members

Constructors

VimIMContextHandle(nint, bool)

public VimIMContextHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static VimIMContextHandle For<T>(ConstructArgument[] constructArguments) where T : VimIMContext, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

VimIMContextHandle

Type Parameters

T