mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-21 17:37:53 +02:00
gio: Introduce get_sort_key() methods on GDrive, GVolume and GMount
This is needed to implement efficient and predictable proxy volume monitors, see https://bugzilla.gnome.org/show_bug.cgi?id=661711 for details. Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
@@ -1017,6 +1017,7 @@ g_mount_guess_content_type_sync
|
||||
g_mount_is_shadowed
|
||||
g_mount_shadow
|
||||
g_mount_unshadow
|
||||
g_mount_get_sort_key
|
||||
<SUBSECTION Standard>
|
||||
G_IS_MOUNT
|
||||
G_MOUNT
|
||||
@@ -1053,6 +1054,7 @@ G_VOLUME_IDENTIFIER_KIND_UNIX_DEVICE
|
||||
G_VOLUME_IDENTIFIER_KIND_UUID
|
||||
g_volume_enumerate_identifiers
|
||||
g_volume_get_identifier
|
||||
g_volume_get_sort_key
|
||||
<SUBSECTION Standard>
|
||||
G_VOLUME
|
||||
G_IS_VOLUME
|
||||
@@ -1094,6 +1096,7 @@ g_drive_stop
|
||||
g_drive_stop_finish
|
||||
g_drive_enumerate_identifiers
|
||||
g_drive_get_identifier
|
||||
g_drive_get_sort_key
|
||||
<SUBSECTION Standard>
|
||||
G_DRIVE
|
||||
G_IS_DRIVE
|
||||
|
Reference in New Issue
Block a user