summaryrefslogtreecommitdiff
path: root/gphoto2
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2010-03-13 11:37:19 +0000
committerMarcus Meissner <marcus@jet.franken.de>2010-03-13 11:37:19 +0000
commit74ba5ed9e3ce7302d779da48c88c1710367ae4b2 (patch)
tree8d4ecf25d34ffc51778e67ff3a32f3b78ebbf827 /gphoto2
parentb3cca91b3d4b5523ddf83f3ee0acb947f008d3be (diff)
downloadlibgphoto2-74ba5ed9e3ce7302d779da48c88c1710367ae4b2.tar.gz
added usbdiskdirect stuff, new error code
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@12755 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'gphoto2')
-rw-r--r--gphoto2/gphoto2-result.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gphoto2/gphoto2-result.h b/gphoto2/gphoto2-result.h
index 76f239e2f..fc6372ad1 100644
--- a/gphoto2/gphoto2-result.h
+++ b/gphoto2/gphoto2-result.h
@@ -124,6 +124,13 @@ extern "C" {
*/
#define GP_ERROR_OS_FAILURE -114
+/**
+ * \brief Not enough space
+ *
+ * There was not enough free space when uploading a file.
+ */
+#define GP_ERROR_NO_SPACE -115
+
const char *gp_result_as_string (int result);