mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
stringsorter: Fix up a doc typo
gi-docgen links can be tricky to get right.
This commit is contained in:
parent
05323869d7
commit
c419b57754
@ -50,8 +50,8 @@ void gtk_string_sorter_set_ignore_case (GtkStringSorter
|
||||
/**
|
||||
* GtkCollation:
|
||||
* @GTK_COLLATION_NONE: Don't do any collation
|
||||
* @GTK_COLLATION_UNICODE: Use [func@GLib.g_utf8_collate_key]
|
||||
* @GTK_COLLATION_FILENAME: Use [func@GLib.g_utf8_collate_key_for_filename]
|
||||
* @GTK_COLLATION_UNICODE: Use [func@GLib.utf8_collate_key]
|
||||
* @GTK_COLLATION_FILENAME: Use [func@GLib.utf8_collate_key_for_filename]
|
||||
*
|
||||
* Describes how a [class@Gtk.StringSorter] turns strings into sort keys to
|
||||
* compare them.
|
||||
|
Loading…
Reference in New Issue
Block a user