Table of Contents

Class Filter

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class Filter
Inheritance
Filter
Inherited Members

Methods

Changed(IntPtr, FilterChange)

Calls native method gtk_filter_changed.

public static extern void Changed(IntPtr self, FilterChange change)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

change FilterChange

Transfer ownership: None Nullable: False

GetGType()

Calls native function gtk_filter_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetStrictness(IntPtr)

Calls native method gtk_filter_get_strictness.

public static extern FilterMatch GetStrictness(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

FilterMatch

Transfer ownership: None Nullable: False

Match(IntPtr, IntPtr)

Calls native method gtk_filter_match.

public static extern bool Match(IntPtr self, IntPtr item)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

item IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False