Function

Vipscache_operation_add

Declaration [src]

void
vips_cache_operation_add (
  VipsOperation* operation
)

Description [src]

Add a built operation to the cache. The cache will ref the operation.

Parameters

operation VipsOperation
 

Pointer to operation to add.

 The data is owned by the caller of the function.