From dada966eae39a370bae5f9bf13dee8786a2ae28c Mon Sep 17 00:00:00 2001 From: Nick Schermer Date: Sat, 20 Oct 2012 19:34:41 +0200 Subject: Drop usage of glib 2.32 functions. --- thunar/thunar-device.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'thunar/thunar-device.h') diff --git a/thunar/thunar-device.h b/thunar/thunar-device.h index 614fd517..35ce1a48 100644 --- a/thunar/thunar-device.h +++ b/thunar/thunar-device.h @@ -67,7 +67,8 @@ gboolean thunar_device_is_mounted (const ThunarDevice *devic GFile *thunar_device_get_root (const ThunarDevice *device); -const gchar *thunar_device_get_sort_key (const ThunarDevice *device); +gint thunar_device_sort (const ThunarDevice *device1, + const ThunarDevice *device2); void thunar_device_mount (ThunarDevice *device, GMountOperation *mount_operation, -- cgit v1.2.1