summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Frese <nf2@scheinwelt.at>2006-07-10 15:59:05 +0000
committerNorbert Frese <nf2@scheinwelt.at>2006-07-10 15:59:05 +0000
commit12e9923f71f191092b5ba9c64e3eca0966d32b09 (patch)
tree0789371397c3740db591f5aa18829cb72a699d6c
parentd67d626bccd9173157aff437cd0f099990c20e7d (diff)
fix comments
-rw-r--r--libxdg-vfs-client/tests/sample6_monitor.c5
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;