summaryrefslogtreecommitdiff
path: root/libgphoto2/gphoto2-result.c
diff options
context:
space:
mode:
authorStephane Castejon <scastejo@club-internet.fr>2001-11-03 15:16:12 +0000
committerStephane Castejon <scastejo@club-internet.fr>2001-11-03 15:16:12 +0000
commitf5449109f80cb817585f1a067fc729e61f4d6952 (patch)
treee39385dabf822db5a8872c35c7efd750cc7a190c /libgphoto2/gphoto2-result.c
parent1d99ea4f37083d6d670260c998a000bb168eb1dc (diff)
downloadlibgphoto2-f5449109f80cb817585f1a067fc729e61f4d6952.tar.gz
2001-11-03 Stephane Castejon <scastejo@club-internet.fr>
* camlibs/sierra/sierra.c,h * camlibs/sierra/library.c,h Add support for the upload feature. Replace gp_port_settings_[get/set] by gp_port_[get/set]_settings * liggphoto2/gphoto2-result.c,h : add GP_ERROR_LOW_BATTERY git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2894 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2/gphoto2-result.c')
-rw-r--r--libgphoto2/gphoto2-result.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgphoto2/gphoto2-result.c b/libgphoto2/gphoto2-result.c
index b54a1199b..866af93cb 100644
--- a/libgphoto2/gphoto2-result.c
+++ b/libgphoto2/gphoto2-result.c
@@ -65,6 +65,7 @@ gp_result_as_string (int result)
GP_ERR_RES (GP_ERROR_FILE_NOT_FOUND, N_("File not found"));
GP_ERR_RES (GP_ERROR_DIRECTORY_EXISTS, N_("Directory exists"));
GP_ERR_RES (GP_ERROR_PATH_NOT_ABSOLUTE, N_("Path not absolute"));
+ GP_ERR_RES (GP_ERROR_LOW_BATTERY, N_("The battery capacity is too low"));
return (N_("Unknown error"));
}