libgphoto2 photo camera library (libgphoto2) API  2.5.29
gphoto2-setting.h
Go to the documentation of this file.
1 
24 #ifndef LIBGPHOTO2_GPHOTO2_SETTING_H
25 #define LIBGPHOTO2_GPHOTO2_SETTING_H
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif /* __cplusplus */
30 
31 int gp_setting_set (char *id, char *key, char *value);
32 int gp_setting_get (char *id, char *key, char *value);
33 
34 #ifdef __cplusplus
35 }
36 #endif /* __cplusplus */
37 
38 #endif /* !defined(LIBGPHOTO2_GPHOTO2_SETTING_H) */
int gp_setting_get(char *id, char *key, char *value)
Retrieve a specific gphoto setting.
Definition: gphoto2-setting.c:75
int gp_setting_set(char *id, char *key, char *value)
Set a specific gphoto setting.
Definition: gphoto2-setting.c:107