diff options
author | infirit <[email protected]> | 2014-11-21 15:59:33 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-22 20:25:30 +0100 |
commit | 0b3b7eef61287213308e14639444e1953b52ac04 (patch) | |
tree | 0088fe3ec30ef7bd816695b42f7f4c75b3254418 /src/fr-archive.h | |
parent | 426e0a1e83957fd1b351a2828e667e1b7746f776 (diff) | |
download | engrampa-0b3b7eef61287213308e14639444e1953b52ac04.tar.bz2 engrampa-0b3b7eef61287213308e14639444e1953b52ac04.tar.xz |
allow the user to cancel addition and deletion of files
Based on FR commit: 815ad36da74abdc9e4948500af402e3f7d67e3ba
From: Paolo Bacchilega <[email protected]>
Diffstat (limited to 'src/fr-archive.h')
-rw-r--r-- | src/fr-archive.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fr-archive.h b/src/fr-archive.h index 91521a1..1fb1422 100644 --- a/src/fr-archive.h +++ b/src/fr-archive.h @@ -94,9 +94,6 @@ void fr_archive_set_fake_load_func (FrArchive *archive, FakeLoadFunc func, gpointer data); gboolean fr_archive_fake_load (FrArchive *archive); -void fr_archive_set_add_is_stoppable_func (FrArchive *archive, - FakeLoadFunc func, - gpointer data); void fr_archive_stoppable (FrArchive *archive, gboolean stoppable); void fr_archive_stop (FrArchive *archive); |