summaryrefslogtreecommitdiff
path: root/gphoto2
diff options
context:
space:
mode:
authorsuperx <songxiang@idevent.cn>2018-04-08 22:20:18 +0800
committersuperx <songxiang@idevent.cn>2018-04-08 22:20:18 +0800
commitb8dfae90600ca14f4313ede2e0ce254b6388f0dd (patch)
tree0b06a9ad5d13b25568f45f850da0cdc65f0edd83 /gphoto2
parentfa0adf63f1c511795321a01cc528fcd0c57cf59d (diff)
downloadlibgphoto2-b8dfae90600ca14f4313ede2e0ce254b6388f0dd.tar.gz
add object change
Diffstat (limited to 'gphoto2')
-rw-r--r--gphoto2/gphoto2-camera.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gphoto2/gphoto2-camera.h b/gphoto2/gphoto2-camera.h
index 54d61186e..5c15aec84 100644
--- a/gphoto2/gphoto2-camera.h
+++ b/gphoto2/gphoto2-camera.h
@@ -106,6 +106,7 @@ typedef enum {
GP_EVENT_FILE_ADDED, /**< CameraFilePath* = file path on camfs */
GP_EVENT_FOLDER_ADDED, /**< CameraFilePath* = folder on camfs */
GP_EVENT_CAPTURE_COMPLETE /**< last capture is complete */
+ GP_EVENT_FILE_CHANGED, /**< CameraFilePath* = file path on camfs */
} CameraEventType;
/**