Package ch.bailu.gtk.gio
Interface FileMonitorEvent
public interface FileMonitorEvent
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
a file attribute was changed.static final int
a file changed.static final int
a hint that this was probably the last change in a set of changes.static final int
a file was created.static final int
a file was deleted.static final int
the file was moved -- only sent if the
(deprecated) %G_FILE_MONITOR_SEND_MOVED flag is setstatic final int
the file was moved into the
monitored directory from another location -- only sent if the
%G_FILE_MONITOR_WATCH_MOVES flag is set.static final int
the 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 int
the file location will soon be unmounted.static final int
the file was renamed within the
current directory -- only sent if the %G_FILE_MONITOR_WATCH_MOVES
flag is set.static final int
the 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:
-