intel / dleyna-control

dLeyna-control is a Digital Media Player written in python to demonstrate how to use the dleyna DMS APIs. It detects Digital Media Servers on the local area network and allows users to browse, search and play their contents.
https://01.org/dleyna/
GNU Lesser General Public License v2.1
8 stars 12 forks source link

[Utils] make remote image loading asynchronous #26

Closed jku closed 11 years ago

jku commented 11 years ago

Remote images were previously loaded synchronously in image_from_file(). Change that into a PixbufAsyncLoader that takes a url and a callback. Callback will be called when pixbuf is ready.

Fixes #12.

Signed-off-by: Jussi Kukkonen jussi.kukkonen@intel.com

jku commented 11 years ago

oh, damn, that wasn't the right commit. Closing and re-requesting.