summaryrefslogtreecommitdiff
path: root/thunar/thunar-device.h
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2012-10-20 19:34:41 +0200
committerNick Schermer <nick@xfce.org>2012-10-20 19:34:41 +0200
commitdada966eae39a370bae5f9bf13dee8786a2ae28c (patch)
tree79dc5b9db91d1029451bc4f1c8fb51ff1c6141d2 /thunar/thunar-device.h
parent8aa057167e3a078b3d35d2fbb171df9a54c71ccb (diff)
downloadthunar-dada966eae39a370bae5f9bf13dee8786a2ae28c.tar.gz
Drop usage of glib 2.32 functions.
Diffstat (limited to 'thunar/thunar-device.h')
-rw-r--r--thunar/thunar-device.h3
1 files changed, 2 insertions, 1 deletions
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,