summaryrefslogtreecommitdiff
path: root/gphoto2
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2007-05-20 21:01:45 +0000
committerMarcus Meissner <marcus@jet.franken.de>2007-05-20 21:01:45 +0000
commit00f745894cf96231eabb2cc4c515b0f8897d0a58 (patch)
tree1d5b8abc3847cf2490216c1c7e57dfb9533ceac4 /gphoto2
parent93901ec26a046d3370722fc59a4984d41b814cae (diff)
downloadlibgphoto2-00f745894cf96231eabb2cc4c515b0f8897d0a58.tar.gz
mark up gp_error_cancel
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10272 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'gphoto2')
-rw-r--r--gphoto2/gphoto2-result.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gphoto2/gphoto2-result.h b/gphoto2/gphoto2-result.h
index a80c81fc5..39b6e20dc 100644
--- a/gphoto2/gphoto2-result.h
+++ b/gphoto2/gphoto2-result.h
@@ -98,6 +98,12 @@ extern "C" {
**/
#define GP_ERROR_PATH_NOT_ABSOLUTE -111
+/**
+ * \brief Cancellation successful.
+ *
+ * A cancellation requestion by the frontend via progress callback and
+ * GP_CONTEXT_FEEDBACK_CANCEL was successful and the transfer has been aborted.
+ */
#define GP_ERROR_CANCEL -112
/**