Table of Contents

Class FileFilterHandle

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

Constructors

FileFilterHandle(nint, bool)

public FileFilterHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

FileFilterHandle

Type Parameters

T