Table of Contents

Class EntryCompletionHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class EntryCompletionHandle : ObjectHandle, IDisposable
Inheritance
EntryCompletionHandle
Implements
Inherited Members

Constructors

EntryCompletionHandle(nint, bool)

public EntryCompletionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

EntryCompletionHandle

Type Parameters

T