[gnome-autoar] extractor: Rename function parameter



commit 0d98edbf5b9cf1dfa04377bf86e044ea44552a4c
Author: Peter Keresztes Schmidt <carbenium outlook com>
Date:   Tue Feb 9 16:10:31 2021 +0100

    extractor: Rename function parameter
    
    Rename the function parameter of autoar_extractor_set_delete_after_extraction
    so it matches the name of the property it sets.

 gnome-autoar/autoar-extractor.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnome-autoar/autoar-extractor.h b/gnome-autoar/autoar-extractor.h
index 7b6b3f3..6d59160 100644
--- a/gnome-autoar/autoar-extractor.h
+++ b/gnome-autoar/autoar-extractor.h
@@ -67,7 +67,7 @@ gint64           autoar_extractor_get_notify_interval         (AutoarExtractor *
 void             autoar_extractor_set_output_is_dest          (AutoarExtractor *self,
                                                                gboolean         output_is_dest);
 void             autoar_extractor_set_delete_after_extraction (AutoarExtractor *self,
-                                                               gboolean         delete_if_succeed);
+                                                               gboolean         delete_after_extraction);
 void             autoar_extractor_set_notify_interval         (AutoarExtractor *self,
                                                                gint64           notify_interval);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]