aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg/GpgAdvancedOperator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/function/gpg/GpgAdvancedOperator.h')
-rw-r--r--src/core/function/gpg/GpgAdvancedOperator.h22
1 files changed, 3 insertions, 19 deletions
diff --git a/src/core/function/gpg/GpgAdvancedOperator.h b/src/core/function/gpg/GpgAdvancedOperator.h
index 1be2c2e4..cfd5fbcf 100644
--- a/src/core/function/gpg/GpgAdvancedOperator.h
+++ b/src/core/function/gpg/GpgAdvancedOperator.h
@@ -60,7 +60,7 @@ class GPGFRONTEND_CORE_EXPORT GpgAdvancedOperator {
* @return true
* @return false
*/
- static void RestartGpgComponents();
+ static void RestartGpgComponents(OperationCallback);
/**
* @brief
@@ -76,29 +76,13 @@ class GPGFRONTEND_CORE_EXPORT GpgAdvancedOperator {
* @return true
* @return false
*/
- static void StartGpgAgent(OperationCallback);
-
- /**
- * @brief
- *
- * @return true
- * @return false
- */
- static void StartDirmngr(OperationCallback);
-
- /**
- * @brief
- *
- * @return true
- * @return false
- */
- static void StartKeyBoxd(OperationCallback);
+ static void LaunchGpgComponents(OperationCallback);
/**
* @brief
*
*/
- static void KillAllGpgComponents();
+ static void KillAllGpgComponents(OperationCallback);
};
} // namespace GpgFrontend