Method
PhoshBackgroundCachefetch_background
Declaration [src]
void
phosh_background_cache_fetch_background (
PhoshBackgroundCache* self,
GFile* file,
GCancellable* cancel
)
Description [src]
Loads an image into the cache and if not yet present. It always
reports success via the image-loaded signal.
Parameters
file-
Type:
GFileThe file to lookup or load.
The data is owned by the caller of the method. cancel-
Type:
GCancellableA cancellable.
The argument can be NULL.The data is owned by the caller of the method.