:right-sidebar: True FileMonitorEvent =================================================================== .. currentmodule:: gi.repository.Gio .. class:: FileMonitorEvent :no-contents-entry: Specifies what type of event a monitor event is. Fields ------ .. rst-class:: interim-class .. class:: FileMonitorEvent :no-index: .. attribute:: ATTRIBUTE_CHANGED A file attribute was changed. .. attribute:: CHANGED A file changed. .. attribute:: CHANGES_DONE_HINT A hint that this was probably the last change in a set of changes. .. attribute:: CREATED A file was created. .. attribute:: DELETED A file was deleted. .. attribute:: MOVED The file was moved -- only sent if the (deprecated) :const:`~gi.repository.Gio.FileMonitorFlags.SEND_MOVED` flag is set .. attribute:: MOVED_IN The file was moved into the monitored directory from another location -- only sent if the :const:`~gi.repository.Gio.FileMonitorFlags.WATCH_MOVES` flag is set. Since: 2.46. .. attribute:: MOVED_OUT The file was moved out of the monitored directory to another location -- only sent if the :const:`~gi.repository.Gio.FileMonitorFlags.WATCH_MOVES` flag is set. Since: 2.46 .. attribute:: PRE_UNMOUNT The file location will soon be unmounted. .. attribute:: RENAMED The file was renamed within the current directory -- only sent if the :const:`~gi.repository.Gio.FileMonitorFlags.WATCH_MOVES` flag is set. Since: 2.46. .. attribute:: UNMOUNTED The file location was unmounted.