Hi,

I'm writing some code in Entangle, and I see this in
entangle_pixbuf_loader_load() [src/backend/entangle-pixbuf-loader.c]:

        if (hasPixbuf && 0)
            do_idle_emit(loader, "pixbuf-loaded", image);
        if (hasMetadata && 0)
            do_idle_emit(loader, "metadata-loaded", image);

Why is the signal emission disabled when the pixbuf was already loaded
after a load request?
In my current code, I need to wait for several images to be loaded at
some point. There may be already loaded (and if so, great, I don't
have to wait) or not, but I would still like to receive the signal.
Was there any reason to this 0? Was it making any problem somewhere
else in the code?
Thanks.

Jehan

_______________________________________________
Entangle-devel mailing list
Entangle-devel@gna.org
https://mail.gna.org/listinfo/entangle-devel

Reply via email to