From 61cff23ecd4308b5616a6e9670e43dbb8dfc31b0 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 21 Oct 2014 21:36:22 +0200 Subject: afc: Remove incorrect flags from afc_file_open() doc comments --- include/libimobiledevice/afc.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include') 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. -- cgit v1.1-32-gdbae