Exemplo n.º 1
0
        void HandlePixbufLoaded(ImageLoaderThread pl, ImageLoaderThread.RequestItem item)
        {
            if (!thumb_cache.Contains(item.Uri))
            {
                return;
            }

            //FIXME use QueueDrawArea
            //FIXME only invalidate if displayed
            QueueDraw();
        }
Exemplo n.º 2
0
 public void HandleThumbnailLoaded(ImageLoaderThread loader, ImageLoaderThread.RequestItem result)
 {
     Reload(result.Uri);
 }