When I finish writing a file into a device block (for example, /dev/sda
), I have to wait a while to ensure that the buffer is still not being written anymore to the device. I have to set a callback to trigger a UI event when that finishes.
I have tried using the ejectable
property from udisks2, and as the documentation says, it's only a guess. It has not been reliable in my experiments.
I have noticed that when the flushing finishes my file manager (Nautilus) lets me unmount the device. What API provides me with such device property?