diff options
author | Lutz Mueller <lutz@users.sourceforge.net> | 2002-01-10 23:06:56 +0000 |
---|---|---|
committer | Lutz Mueller <lutz@users.sourceforge.net> | 2002-01-10 23:06:56 +0000 |
commit | 0dedb0e1639c480e93fb1b1bc88a681a92492740 (patch) | |
tree | 284d72379a31ce09610ed2f76a34259e41d830f7 /ChangeLog | |
parent | 232f43bcb5acde993c540be4f3035532199ffd59 (diff) | |
download | libgphoto2-0dedb0e1639c480e93fb1b1bc88a681a92492740.tar.gz |
2002-01-10 Lutz M�ller <urc8@rz.uni-karlsruhe.de>
* libgphoto2/gphoto2-filesys.[c,h]: Add a GPContext to all functions
that potentially access the camera. This makes cancelling of
all operations possible and improves error reporting.
* tests/test-filesys.c:
* libgphoto2/gphoto2-camera.c:
* camlibs: Adjust to reflect above changes
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3798 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2002-01-10 Lutz Müller <urc8@rz.uni-karlsruhe.de> + * libgphoto2/gphoto2-filesys.[c,h]: Add a GPContext to all functions + that potentially access the camera. This makes cancelling of + all operations possible and improves error reporting. + * tests/test-filesys.c: + * libgphoto2/gphoto2-camera.c: + * camlibs: Adjust to reflect above changes + +2002-01-10 Lutz Müller <urc8@rz.uni-karlsruhe.de> + * libgphoto2/Makefile.am * libgphoto2/gphoto2-context.[c,h]: New files * libgphoto2/gphoto2-abilities-list.[c,h] |