unlink_swap


Description:

[ Version ( deprecated = true , deprecated_since = "0.4.14" ) ]
public static void unlink_swap (string path)

Warning: unlink_swap is deprecated since 0.4.14.

Delete a swap file from disk.

Note:

This function is not compatible with a dynamically- changing swap path. Use swap_remove_file instead.

This must be used by tile backends which may swap to disk under certain circonstances.

For safety, this function will check that the swap file is in the swap directory before deletion but it won't perform any other check.

Parameters:

path

the path where the gegl tile backend has swapped.