Load the image asynchronously
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 30 Jan 2009 14:59:39 +0000 (14:59 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Fri, 30 Jan 2009 14:59:39 +0000 (14:59 +0000)
commit5bff448f092fbf9ab89bd725a642c6e45b594932
tree1b9de9359eee703f99b0a59e3b181d701ef41147
parent78e4d895da3029288ca255a880a225156d6111a4
Load the image asynchronously

The ClutterTexture:load-async property allows ClutterTexture to
spawn off a worker thread to load an image from disk -- provided
that we initialize the threading support in GLib, GTK+ and Clutter
first.
examples/gtk-clutter-viewport.c