Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: sdk/lib/io/file_system_entity.dart

Issue 589373002: Update watch docs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/file_system_entity.dart
diff --git a/sdk/lib/io/file_system_entity.dart b/sdk/lib/io/file_system_entity.dart
index adf82455b3e7b5ab68eac208ac3e5fe4ba3526cb..dbad475cc05c1ee0c651d8586e9f9672a2f00f5b 100644
--- a/sdk/lib/io/file_system_entity.dart
+++ b/sdk/lib/io/file_system_entity.dart
@@ -418,6 +418,9 @@ abstract class FileSystemEntity {
* Use `events` to specify what events to listen for. The constants in
* [FileSystemEvent] can be or'ed together to mix events. Default is
* [FileSystemEvent.ALL].
+ *
+ * If the system is unable to pair a move-event, the event may be rewritten
Søren Gjesse 2014/09/23 11:21:41 This is a bit out of the blue. There is no mention
Anders Johnsen 2014/09/23 11:30:07 Simplified a bit - no longer any mention to how we
+ * to a delete and create event.
*/
Stream<FileSystemEvent> watch({int events: FileSystemEvent.ALL,
bool recursive: false})
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698