Class Filter
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
IntPtrTransfer ownership: None Nullable: False
change
FilterChangeTransfer 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
IntPtrTransfer 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
IntPtrTransfer ownership: None Nullable: False
item
IntPtrTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False