summaryrefslogtreecommitdiff
path: root/gphoto2
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2016-04-25 22:52:07 +0200
committerMarcus Meissner <marcus@jet.franken.de>2016-04-25 23:24:01 +0200
commitf2ce37dbc00ae318808165974b2796bbd13d99b1 (patch)
tree930249d7f2ce1ff1a66477367ae7c82186ef8262 /gphoto2
parent92b9a81a3c73950fa6eaecd5177c604d50994941 (diff)
downloadlibgphoto2-f2ce37dbc00ae318808165974b2796bbd13d99b1.tar.gz
clarify wait_for_event documentation a bit
Diffstat (limited to 'gphoto2')
-rw-r--r--gphoto2/gphoto2-camera.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gphoto2/gphoto2-camera.h b/gphoto2/gphoto2-camera.h
index 45f9e7976..54d61186e 100644
--- a/gphoto2/gphoto2-camera.h
+++ b/gphoto2/gphoto2-camera.h
@@ -98,11 +98,10 @@ typedef enum {
*
* Used by gp_camera_wait_for_event() to specify what
* event happened on the camera.
- * This functionality is still in development and might change.
*
*/
typedef enum {
- GP_EVENT_UNKNOWN, /**< unknown and unhandled event */
+ GP_EVENT_UNKNOWN, /**< unknown and unhandled event. argument is a char* or NULL */
GP_EVENT_TIMEOUT, /**< timeout, no arguments */
GP_EVENT_FILE_ADDED, /**< CameraFilePath* = file path on camfs */
GP_EVENT_FOLDER_ADDED, /**< CameraFilePath* = folder on camfs */