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 @@
-
+
@@ -195,9 +195,9 @@
Generic event / property change.
Definition camlib.h:153
Holds all camlib instance info.
Definition camlib.h:102
int ptp_get_thumbnail(struct PtpRuntime *r, int handle)
Raw JPEG data is accessible from ptp_get_payload()
+int ptp_set_generic_property(struct PtpRuntime *r, const char *name, int value)
Set a generic property - abstraction over SetDeviceProp.
int ptp_get_partial_object(struct PtpRuntime *r, uint32_t handle, int offset, int max)
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)
-int ptp_set_generic_property(struct PtpRuntime *r, char *name, int value)
Set a generic property - abstraction over SetDeviceProp.
int ptpip_init_command_request(struct PtpRuntime *r, char *device_name)
int ptp_pre_take_picture(struct PtpRuntime *r)
Call before taking a picture - this is generally for 'focusing' On some cameras this does nothing.
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 -
- ptp_reset() : PtpRuntime
- ptp_send() : PtpRuntime
- ptp_send_data() : PtpRuntime
-- ptp_set_generic_property() : PtpRuntime
+- ptp_set_generic_property() : PtpRuntime
- ptp_take_picture() : PtpRuntime
- ptpip_init_command_request() : PtpRuntime
- ptpip_init_events() : PtpRuntime
diff --git a/functions_func.html b/functions_func.html
index 930676b..34f0413 100644
--- a/functions_func.html
+++ b/functions_func.html
@@ -103,7 +103,7 @@ - p -
- ptp_reset() : PtpRuntime
- ptp_send() : PtpRuntime
- ptp_send_data() : PtpRuntime
-- ptp_set_generic_property() : PtpRuntime
+- ptp_set_generic_property() : PtpRuntime
- ptp_take_picture() : PtpRuntime
- ptpip_init_command_request() : PtpRuntime
- ptpip_init_events() : PtpRuntime
diff --git a/search/all_9.js b/search/all_9.js
index 463739b..e1b65f8 100644
--- a/search/all_9.js
+++ b/search/all_9.js
@@ -35,7 +35,7 @@ var searchData=
['ptp_5freset_32',['ptp_reset',['../structPtpRuntime.html#a1f04daa3a557f761a6413b05dc7bb7b3',1,'PtpRuntime']]],
['ptp_5fsend_33',['ptp_send',['../structPtpRuntime.html#a5b05005f4add36b980e0aa5099eb381b',1,'PtpRuntime']]],
['ptp_5fsend_5fdata_34',['ptp_send_data',['../structPtpRuntime.html#a33813c63d683fbaf32c9a5ac0b35968e',1,'PtpRuntime']]],
- ['ptp_5fset_5fgeneric_5fproperty_35',['ptp_set_generic_property',['../structPtpRuntime.html#a5e3e2f6a3ed05320359532d77f744893',1,'PtpRuntime']]],
+ ['ptp_5fset_5fgeneric_5fproperty_35',['ptp_set_generic_property',['../structPtpRuntime.html#a14deac23d2f24cc1188c499a1255e5f9',1,'PtpRuntime']]],
['ptp_5ftake_5fpicture_36',['ptp_take_picture',['../structPtpRuntime.html#aace66256ef8a5a751e1b1bdf38787aa1',1,'PtpRuntime']]],
['ptparray_37',['PtpArray',['../structPtpArray.html',1,'']]],
['ptpcommand_38',['PtpCommand',['../structPtpCommand.html',1,'']]],
diff --git a/search/functions_0.js b/search/functions_0.js
index 55df33e..1025829 100644
--- a/search/functions_0.js
+++ b/search/functions_0.js
@@ -30,7 +30,7 @@ var searchData=
['ptp_5freset_27',['ptp_reset',['../structPtpRuntime.html#a1f04daa3a557f761a6413b05dc7bb7b3',1,'PtpRuntime']]],
['ptp_5fsend_28',['ptp_send',['../structPtpRuntime.html#a5b05005f4add36b980e0aa5099eb381b',1,'PtpRuntime']]],
['ptp_5fsend_5fdata_29',['ptp_send_data',['../structPtpRuntime.html#a33813c63d683fbaf32c9a5ac0b35968e',1,'PtpRuntime']]],
- ['ptp_5fset_5fgeneric_5fproperty_30',['ptp_set_generic_property',['../structPtpRuntime.html#a5e3e2f6a3ed05320359532d77f744893',1,'PtpRuntime']]],
+ ['ptp_5fset_5fgeneric_5fproperty_30',['ptp_set_generic_property',['../structPtpRuntime.html#a14deac23d2f24cc1188c499a1255e5f9',1,'PtpRuntime']]],
['ptp_5ftake_5fpicture_31',['ptp_take_picture',['../structPtpRuntime.html#aace66256ef8a5a751e1b1bdf38787aa1',1,'PtpRuntime']]],
['ptpip_5finit_5fcommand_5frequest_32',['ptpip_init_command_request',['../structPtpRuntime.html#a608fc909a1d17cf3e8ad39b261c994bf',1,'PtpRuntime']]],
['ptpip_5finit_5fevents_33',['ptpip_init_events',['../structPtpRuntime.html#aab71c60e32fb92e3c5458431006c57da',1,'PtpRuntime']]]
diff --git a/structPtpRuntime-members.html b/structPtpRuntime-members.html
index 48e1eab..223e764 100644
--- a/structPtpRuntime-members.html
+++ b/structPtpRuntime-members.html
@@ -128,7 +128,7 @@
ptp_send(struct PtpRuntime *r, struct PtpCommand *cmd) | PtpRuntime | |
ptp_send_data(struct PtpRuntime *r, struct PtpCommand *cmd, void *data, int length) | PtpRuntime | |
ptp_send_object_info(struct PtpRuntime *r, int storage_id, int handle, struct PtpObjectInfo *oi) (defined in PtpRuntime) | PtpRuntime | |
- ptp_set_generic_property(struct PtpRuntime *r, char *name, int value) | PtpRuntime | |
+ ptp_set_generic_property(struct PtpRuntime *r, const char *name, int value) | PtpRuntime | |
ptp_set_prop_value(struct PtpRuntime *r, int code, int value) (defined in PtpRuntime) | PtpRuntime | |
ptp_set_prop_value_data(struct PtpRuntime *r, int code, void *data, int length) (defined in PtpRuntime) | PtpRuntime | |
ptp_take_picture(struct PtpRuntime *r) | PtpRuntime | |
diff --git a/structPtpRuntime.html b/structPtpRuntime.html
index 0b9f57c..1206e2a 100644
--- a/structPtpRuntime.html
+++ b/structPtpRuntime.html
@@ -156,9 +156,9 @@
int | ptp_buffer_resize (struct PtpRuntime *r, size_t size) |
| Mostly for internal use - realloc the data buffer.
|
|
-int | ptp_set_generic_property (struct PtpRuntime *r, char *name, int value) |
- | Set a generic property - abstraction over SetDeviceProp.
|
- |
+int | ptp_set_generic_property (struct PtpRuntime *r, const char *name, int value) |
+ | Set a generic property - abstraction over SetDeviceProp.
|
+ |
int | ptp_pre_take_picture (struct PtpRuntime *r) |
| Call before taking a picture - this is generally for 'focusing' On some cameras this does nothing.
|
|
@@ -640,8 +640,8 @@
-◆ ptp_set_generic_property()
+
+◆ ptp_set_generic_property()
@@ -654,7 +654,7 @@
|
- char * | name, |
+ const char * | name, |
|