diff options
-rw-r--r-- | libxdg-vfs-client/tests/sample6_monitor.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libxdg-vfs-client/tests/sample6_monitor.c b/libxdg-vfs-client/tests/sample6_monitor.c index 875281f..d905551 100644 --- a/libxdg-vfs-client/tests/sample6_monitor.c +++ b/libxdg-vfs-client/tests/sample6_monitor.c @@ -1,5 +1,5 @@ /* -# sample5_mount.c +# sample6_monitor.c # # Copyright 2006, Norbert Frese # @@ -74,7 +74,8 @@ int main(int argc, char *argv[]) return 1; } - /* because the session is in ready state, we will not receive XDGVFS_RESULT_CONTINUES */ + /* because the session is in READY state, we can not loop with r=XDGVFS_RESULT_CONTINUES + as with xdg-vfs commands */ XdgVfsItemType type=0; XdgVfsItem * item=NULL; |