Commit Graph

3 Commits

Author SHA1 Message Date
Ryan Lortie
9b49073f01 GFileMonitor: get rid of APPEARED events
We could accomplish what we want by simply reporting CREATED directly
followed by CHANGES_DONE.

We may want to add back _APPEARED some day and allow people to opt into
it separately via a GFileMonitorFlag if they really care about the
distinction.  It would certainly be nicer to allow the backends to
report this case with a distinct event type and have GFileMonitorSource
do the right thing.
2015-01-16 18:55:33 -05:00
Ryan Lortie
9620e043d8 GFileMonitor: add APPEARED event
...and try to send it for some common cases in inotify.

We're now abusing the WATCH_MOVES flag as a general "opt-in to new API".
That's bad.
2015-01-16 18:55:33 -05:00
Ryan Lortie
f90709ea39 start on 'gio' tool 2015-01-16 18:55:33 -05:00