libgphoto2 photo camera library (libgphoto2) API  2.5.10.1
gphoto2-setting.h
Go to the documentation of this file.
1 
24 #ifndef __GPHOTO2_SETTING_H__
25 #define __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 /* __GPHOTO2_SETTING_H__ */
int gp_setting_set(char *id, char *key, char *value)
Set a specific gphoto setting.
Definition: gphoto2-setting.c:100
int gp_setting_get(char *id, char *key, char *value)
Retrieve a specific gphoto setting.
Definition: gphoto2-setting.c:68