get_sort_name


Description:

public unowned string? get_sort_name ()

Gets the location's name, localized into the current language, in a representation useful for comparisons.

The "sort name" is the location's name after having normalize (with `G_NORMALIZE_ALL`) and casefold called on it. You can use this to sort locations, or to comparing user input against a location name.

Parameters:

this

a Location

Returns:

the sort name of the location