libgphoto2 photo camera library (libgphoto2) API  2.4.14
gphoto2-setting.h
Go to the documentation of this file.
00001 
00024 #ifndef __GPHOTO2_SETTING_H__
00025 #define __GPHOTO2_SETTING_H__
00026 
00027 #ifdef __cplusplus
00028 extern "C" {
00029 #endif /* __cplusplus */
00030 
00031 int gp_setting_set (char *id, char *key, char *value);
00032 int gp_setting_get (char *id, char *key, char *value);
00033 
00034 #ifdef __cplusplus
00035 }
00036 #endif /* __cplusplus */
00037 
00038 #endif /* __GPHOTO2_SETTING_H__ */