summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2014-10-21 21:36:22 +0200
committerGravatar Nikias Bassen2014-10-21 21:36:22 +0200
commit61cff23ecd4308b5616a6e9670e43dbb8dfc31b0 (patch)
tree1ebc79ba611b005490ffec2b3ee047d2d49903a3 /include
parent385836f05c4c96046a9510088bd8659accbab3e5 (diff)
downloadlibimobiledevice-61cff23ecd4308b5616a6e9670e43dbb8dfc31b0.tar.gz
libimobiledevice-61cff23ecd4308b5616a6e9670e43dbb8dfc31b0.tar.bz2
afc: Remove incorrect flags from afc_file_open() doc comments
Diffstat (limited to 'include')
-rw-r--r--include/libimobiledevice/afc.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/libimobiledevice/afc.h b/include/libimobiledevice/afc.h
index 7637db5..14eec7b 100644
--- a/include/libimobiledevice/afc.h
+++ b/include/libimobiledevice/afc.h
@@ -174,10 +174,7 @@ afc_error_t afc_get_file_info(afc_client_t client, const char *filename, char **
*
* @param client The client to use to open the file.
* @param filename The file to open. (must be a fully-qualified path)
- * @param file_mode The mode to use to open the file. Can be AFC_FILE_READ or
- * AFC_FILE_WRITE; the former lets you read and write, however, and the
- * second one will *create* the file, destroying anything previously
- * there.
+ * @param file_mode The mode to use to open the file.
* @param handle Pointer to a uint64_t that will hold the handle of the file
*
* @return AFC_E_SUCCESS on success or an AFC_E_* error value.