Skip to content
Commit b7986553 authored by Ondrej Holy's avatar Ondrej Holy
Browse files

monitor: Add g_drive_is_removable() support

Nautilus wants to show entries in the sidebar only for removable devices.
It uses currently sort of conditions to determine which devices should be
shown. Those condition fails in some cases unfortunatelly. Lets provide
g_drive_is_removable() which uses udisks Removable property to determine
which devices should be shown. It should return true for all drives with
removable media, or flash media, or drives on usb and firewire buses.

Add support for this property also in gvfs-mount tool.

Bump GLib version accordingly.

https://bugzilla.gnome.org/show_bug.cgi?id=765457
parent 265c2374
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment