diff --git a/cl__ops_8h_source.html b/cl__ops_8h_source.html index f771a53..73bc84b 100644 --- a/cl__ops_8h_source.html +++ b/cl__ops_8h_source.html @@ -88,7 +88,7 @@
2#ifndef OPERATIONS_H
3#define OPERATIONS_H
4
-
8int ptp_set_generic_property(struct PtpRuntime *r, char *name, int value);
+
8int ptp_set_generic_property(struct PtpRuntime *r, const char *name, int value);
9
14int ptp_pre_take_picture(struct PtpRuntime *r);
15
@@ -195,9 +195,9 @@
PtpGenericEvent
Generic event / property change.
Definition camlib.h:153
PtpRuntime
Holds all camlib instance info.
Definition camlib.h:102
PtpRuntime::ptp_get_thumbnail
int ptp_get_thumbnail(struct PtpRuntime *r, int handle)
Raw JPEG data is accessible from ptp_get_payload()
+
PtpRuntime::ptp_set_generic_property
int ptp_set_generic_property(struct PtpRuntime *r, const char *name, int value)
Set a generic property - abstraction over SetDeviceProp.
PtpRuntime::ptp_get_partial_object
int ptp_get_partial_object(struct PtpRuntime *r, uint32_t handle, int offset, int max)
PtpRuntime::ptp_download_object
int ptp_download_object(struct PtpRuntime *r, int handle, FILE *stream, size_t max)
Download an object from handle, to a local file (uses GetPartialObject)
-
PtpRuntime::ptp_set_generic_property
int ptp_set_generic_property(struct PtpRuntime *r, char *name, int value)
Set a generic property - abstraction over SetDeviceProp.
PtpRuntime::ptpip_init_command_request
int ptpip_init_command_request(struct PtpRuntime *r, char *device_name)
PtpRuntime::ptp_pre_take_picture
int ptp_pre_take_picture(struct PtpRuntime *r)
Call before taking a picture - this is generally for 'focusing' On some cameras this does nothing.
PtpRuntime::ptpip_init_events
int ptpip_init_events(struct PtpRuntime *r)
diff --git a/functions.html b/functions.html index 37f9b83..f8d8a4c 100644 --- a/functions.html +++ b/functions.html @@ -132,7 +132,7 @@

- p -