Package ch.bailu.gtk.gio
Interface FileMonitorEvent
public interface FileMonitorEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final inta file attribute was changed.static final inta file changed.static final inta hint that this was probably the last change in a set of changes.static final inta file was created.static final inta file was deleted.static final intthe file was moved -- only sent if the
(deprecated) %G_FILE_MONITOR_SEND_MOVED flag is setstatic final intthe file was moved into the
monitored directory from another location -- only sent if the
%G_FILE_MONITOR_WATCH_MOVES flag is set.static final intthe file was moved out of the
monitored directory to another location -- only sent if the
%G_FILE_MONITOR_WATCH_MOVES flag is set.static final intthe file location will soon be unmounted.static final intthe file was renamed within the
current directory -- only sent if the %G_FILE_MONITOR_WATCH_MOVES
flag is set.static final intthe file location was unmounted.
-
Field Details
-
CHANGED
static final int CHANGEDa file changed.- See Also:
-
CHANGES_DONE_HINT
static final int CHANGES_DONE_HINTa hint that this was probably the last change in a set of changes.- See Also:
-
DELETED
static final int DELETEDa file was deleted.- See Also:
-
CREATED
static final int CREATEDa file was created.- See Also:
-
ATTRIBUTE_CHANGED
static final int ATTRIBUTE_CHANGEDa file attribute was changed.- See Also:
-
PRE_UNMOUNT
static final int PRE_UNMOUNTthe file location will soon be unmounted.- See Also:
-
UNMOUNTED
static final int UNMOUNTEDthe file location was unmounted.- See Also:
-
MOVED
static final int MOVEDthe file was moved -- only sent if the
(deprecated) %G_FILE_MONITOR_SEND_MOVED flag is set- See Also:
-
RENAMED
static final int RENAMEDthe file was renamed within the
current directory -- only sent if the %G_FILE_MONITOR_WATCH_MOVES
flag is set. Since: 2.46.- See Also:
-
MOVED_IN
static final int MOVED_INthe file was moved into the
monitored directory from another location -- only sent if the
%G_FILE_MONITOR_WATCH_MOVES flag is set. Since: 2.46.- See Also:
-
MOVED_OUT
static final int MOVED_OUTthe file was moved out of the
monitored directory to another location -- only sent if the
%G_FILE_MONITOR_WATCH_MOVES flag is set. Since: 2.46- See Also:
-