diff options
author | Saturneric <[email protected]> | 2022-01-15 02:12:38 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-15 02:12:38 +0000 |
commit | 96d14413a5da23ab6ac5aa93a966cd19d4898288 (patch) | |
tree | 880829f3978029aeff391e56fb15fdc52b4a3f63 /src/gpg/GpgCoreInit.h | |
parent | <doc, refactor>(ci): Tidy up code in gpg/function (diff) | |
download | GpgFrontend-96d14413a5da23ab6ac5aa93a966cd19d4898288.tar.gz GpgFrontend-96d14413a5da23ab6ac5aa93a966cd19d4898288.zip |
<doc, refactor>(ci): Tidy up code of core and related parts
1. Rename related entities.
2. Add a comments.
Diffstat (limited to '')
-rw-r--r-- | src/gpg/GpgCoreInit.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/gpg/GpgCoreInit.h b/src/gpg/GpgCoreInit.h index 577f46a3..9aa3ed16 100644 --- a/src/gpg/GpgCoreInit.h +++ b/src/gpg/GpgCoreInit.h @@ -29,9 +29,17 @@ namespace GpgFrontend { -// Init +/** + * @brief + * + */ void init_gpgfrontend_core(); +/** + * @brief + * + * @param channel + */ void new_default_settings_channel( int channel = GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL); |