From 5a670ff0e2f762fa07e145e0347d4806fe6b2156 Mon Sep 17 00:00:00 2001 From: petabyt Date: Sun, 21 Apr 2024 05:33:15 +0000 Subject: [PATCH] deploy: d47cbe4a4d23730e27a92ad0d1bebf2d6152d058 --- cl__ops_8h_source.html | 4 ++-- functions.html | 2 +- functions_func.html | 2 +- search/all_9.js | 2 +- search/functions_0.js | 2 +- structPtpRuntime-members.html | 2 +- structPtpRuntime.html | 12 ++++++------ 7 files changed, 13 insertions(+), 13 deletions(-) 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 @@
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 -