libgphoto2 photo camera library (libgphoto2) API
2.5.26
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__ */
gp_setting_set
int gp_setting_set(char *id, char *key, char *value)
Set a specific gphoto setting.
Definition:
gphoto2-setting.c:107
gp_setting_get
int gp_setting_get(char *id, char *key, char *value)
Retrieve a specific gphoto setting.
Definition:
gphoto2-setting.c:75
gphoto2
gphoto2-setting.h
Generated by
1.8.18