Class StringFilter
public class StringFilter
- Inheritance
-
StringFilter
- Inherited Members
Methods
GetExpression(IntPtr)
Calls native method gtk_string_filter_get_expression.
public static extern IntPtr GetExpression(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- IntPtr
Transfer ownership: None Nullable: True
GetGType()
Calls native function gtk_string_filter_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
GetIgnoreCase(IntPtr)
Calls native method gtk_string_filter_get_ignore_case.
public static extern bool GetIgnoreCase(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
GetMatchMode(IntPtr)
Calls native method gtk_string_filter_get_match_mode.
public static extern StringFilterMatchMode GetMatchMode(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- StringFilterMatchMode
Transfer ownership: None Nullable: False
GetSearch(IntPtr)
Calls native method gtk_string_filter_get_search.
public static extern NullableUtf8StringUnownedHandle GetSearch(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- NullableUtf8StringUnownedHandle
Transfer ownership: None Nullable: True
New(IntPtr)
Calls native constructor gtk_string_filter_new.
public static extern IntPtr New(IntPtr expression)
Parameters
expression
IntPtrTransfer ownership: Full Nullable: True
Returns
- IntPtr
Transfer ownership: Full Nullable: False
SetExpression(IntPtr, IntPtr)
Calls native method gtk_string_filter_set_expression.
public static extern void SetExpression(IntPtr self, IntPtr expression)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
expression
IntPtrTransfer ownership: None Nullable: True
SetIgnoreCase(IntPtr, bool)
Calls native method gtk_string_filter_set_ignore_case.
public static extern void SetIgnoreCase(IntPtr self, bool ignoreCase)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
ignoreCase
boolTransfer ownership: None Nullable: False
SetMatchMode(IntPtr, StringFilterMatchMode)
Calls native method gtk_string_filter_set_match_mode.
public static extern void SetMatchMode(IntPtr self, StringFilterMatchMode mode)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
mode
StringFilterMatchModeTransfer ownership: None Nullable: False
SetSearch(IntPtr, NullableUtf8StringHandle)
Calls native method gtk_string_filter_set_search.
public static extern void SetSearch(IntPtr self, NullableUtf8StringHandle search)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
search
NullableUtf8StringHandleTransfer ownership: None Nullable: True