summaryrefslogtreecommitdiff
path: root/libgphoto2/gphoto2-camera.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgphoto2/gphoto2-camera.c')
-rw-r--r--libgphoto2/gphoto2-camera.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2/gphoto2-camera.c b/libgphoto2/gphoto2-camera.c
index cdc0a9ae4..5a1cabdc0 100644
--- a/libgphoto2/gphoto2-camera.c
+++ b/libgphoto2/gphoto2-camera.c
@@ -1705,7 +1705,7 @@ gp_camera_file_get (Camera *camera, const char *folder, const char *file,
* @param type the #CameraFileType
* @param offset the offset into the camera file
* @param data the buffer receiving the data
- * @param size the size to be read and that was read
+ * @param size the size to be read and that was read. (Note: size should not exceed 32 bits)
* @param context a #GPContext
* @return a gphoto2 error code
*