How do you figure out the file type inside GFileMonitor's "changed" callback when the GFileMonitorEvent is a G_FILE_MONITOR_EVENT_DELETED?

I was erroneously using g_file_query_file_type()!=G_FILE_TYPE_DIRECTORY, without actually looking at the return value, until recently discovered that since the GFile in question has just been deleted, it would always return G_FILE_TYPE_UNKNOWN.


Vikram.
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to