summaryrefslogtreecommitdiff
path: root/libgphoto2
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2016-07-07 17:53:47 +0200
committerMarcus Meissner <marcus@jet.franken.de>2016-07-07 17:53:47 +0200
commit305a3b3a6eea07ec5c3470189ab7fe0838d9ccd9 (patch)
tree1ea75d6b7b0b570a94374a7f572079bcee266dd9 /libgphoto2
parent0e6686616778425b739d304bf36d5ecb80fc9754 (diff)
downloadlibgphoto2-305a3b3a6eea07ec5c3470189ab7fe0838d9ccd9.tar.gz
adjust the value description in gp_setting_set
Diffstat (limited to 'libgphoto2')
-rw-r--r--libgphoto2/gphoto2-setting.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgphoto2/gphoto2-setting.c b/libgphoto2/gphoto2-setting.c
index 4eeb89d1a..73a74f935 100644
--- a/libgphoto2/gphoto2-setting.c
+++ b/libgphoto2/gphoto2-setting.c
@@ -58,7 +58,7 @@ static int load_settings (void);
* \brief Retrieve a specific gphoto setting.
* \param id the frontend id of the caller
* \param key the key the frontend queries
- * \param value retrieved value
+ * \param value changed value
* \return GPhoto error code
*
* This function retrieves the setting key for a specific frontend
@@ -90,7 +90,7 @@ gp_setting_get (char *id, char *key, char *value)
*
* \param id the frontend id of the caller
* \param key the key the frontend queries
- * \param value retrieved value
+ * \param value new value
* \return GPhoto error code
*
* This function sets the setting key for a specific frontend