X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f31f9900e472941fbb9635d7e531bbbecb654249..b09857ae000a60704207d63290be937584805fb0:/interface/wx/fswatcher.h diff --git a/interface/wx/fswatcher.h b/interface/wx/fswatcher.h index b2981a0e5b..5857d69260 100644 --- a/interface/wx/fswatcher.h +++ b/interface/wx/fswatcher.h @@ -257,6 +257,18 @@ enum wxFSWFlags */ wxFSW_EVENT_ATTRIB = 0x20, + /** + The file system containing a watched item was unmounted. + + wxFSW_EVENT_UNMOUNT cannot be set; unmount events are produced automatically. This flag + is therefore not included in wxFSW_EVENT_ALL. + + This event is currently only detected under Linux. + + @since 2.9.5 + */ + wxFSW_EVENT_UNMOUNT = 0x2000, + /** A warning condition arose.