diff options
author | tmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2008-08-20 17:37:32 +0000 |
---|---|---|
committer | tmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2008-08-20 17:37:32 +0000 |
commit | a784f5941d57b692338782b1955f5721aaabaa7d (patch) | |
tree | 37bb6b8b5441a64777d5a2faca68326fc4777633 /ChangeLog | |
parent | 11917cb3864eba4e3314719523849868f8a127cc (diff) | |
download | libgpod-python-thumb-api-fix-v2.tar.gz libgpod-python-thumb-api-fix-v2.tar.xz libgpod-python-thumb-api-fix-v2.zip |
Update python bindings to work with the new thumbnail API.python-thumb-api-fix-v2
This removes sw_get_artwork_thumbnails() and the Thumbnail class from
the python bindings. The get_pixbuf() function is now in the Photo
class.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2108 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2008-08-09 Todd Zullinger <tmzullinger at users.sourceforge.net> + + * bindings/python/examples/save_photos.py + bindings/python/gpod.i.in + bindings/python/ipod.py + bindings/python/tests/tests.py: + Update python bindings to work with the new thumbnail API. + + This removes sw_get_artwork_thumbnails() and the Thumbnail + class from the python bindings. The get_pixbuf() function + is now in the Photo class. + 2008-08-09 Paul Richardson <phantom_sf at users.sourceforge.net> * Added eclipse project related files to svn:ignore |