diff options
Diffstat (limited to 'backend/slackpkg.cc')
| -rw-r--r-- | backend/slackpkg.cc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/backend/slackpkg.cc b/backend/slackpkg.cc index 9e99535..33fc4d7 100644 --- a/backend/slackpkg.cc +++ b/backend/slackpkg.cc @@ -5,12 +5,12 @@ #include "slackpkg.h" #include "utils.h" -namespace slack { - +namespace katja +{ GHashTable *Slackpkg::cat_map = nullptr; /* - * slack::Slackpkg::manifest: + * katja::Slackpkg::manifest: * @job: a #PkBackendJob. * @tmpl: temporary directory. * @filename: manifest filename @@ -150,7 +150,7 @@ out: } /** - * slack::Slackpkg::collect_cache_info: + * katja::Slackpkg::collect_cache_info: * @tmpl: temporary directory for downloading the files. * * Download files needed to get the information like the list of packages @@ -228,7 +228,7 @@ out: } /** - * slack::Slackpkg::generate_cache: + * katja::Slackpkg::generate_cache: * @job_data: A #JobData. * @tmpl: temporary directory for downloading the files. * @@ -463,7 +463,7 @@ Slackpkg::~Slackpkg () noexcept } /** - * slack::Slackpkg::Slackpkg: + * katja::Slackpkg::Slackpkg: * @name: Repository name. * @mirror: Repository mirror. * @order: Repository order. @@ -472,7 +472,7 @@ Slackpkg::~Slackpkg () noexcept * * Constructor. * - * Returns: New #slack::Slackpkg. + * Returns: New #katja::Slackpkg. **/ Slackpkg::Slackpkg (const char *name, const char *mirror, std::uint8_t order, const char *blacklist, char **priority) noexcept |
