Table of Contents

Class StringSorter

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

Methods

GetCollation(IntPtr)

Calls native method gtk_string_sorter_get_collation. Version: 4.10

[Version("4.10")]
public static extern Collation GetCollation(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

Collation

Transfer ownership: None Nullable: False

GetExpression(IntPtr)

Calls native method gtk_string_sorter_get_expression.

public static extern IntPtr GetExpression(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: True

GetGType()

Calls native function gtk_string_sorter_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetIgnoreCase(IntPtr)

Calls native method gtk_string_sorter_get_ignore_case.

public static extern bool GetIgnoreCase(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

New(IntPtr)

Calls native constructor gtk_string_sorter_new.

public static extern IntPtr New(IntPtr expression)

Parameters

expression IntPtr

Transfer ownership: Full Nullable: True

Returns

IntPtr

Transfer ownership: Full Nullable: False

SetCollation(IntPtr, Collation)

Calls native method gtk_string_sorter_set_collation. Version: 4.10

[Version("4.10")]
public static extern void SetCollation(IntPtr self, Collation collation)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

collation Collation

Transfer ownership: None Nullable: False

SetExpression(IntPtr, IntPtr)

Calls native method gtk_string_sorter_set_expression.

public static extern void SetExpression(IntPtr self, IntPtr expression)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

expression IntPtr

Transfer ownership: None Nullable: True

SetIgnoreCase(IntPtr, bool)

Calls native method gtk_string_sorter_set_ignore_case.

public static extern void SetIgnoreCase(IntPtr self, bool ignoreCase)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

ignoreCase bool

Transfer ownership: None Nullable: False