| 79 | std::string User::get_user_login() const { return Glib::get_user_name(); } |
| 80 | |
| 81 | std::string User::get_user_home_dir() const { return Glib::get_home_dir(); } |
| 82 | |
| 83 | void User::init_update_worker() { |
| 84 | this->thread_ = [this] { |
no outgoing calls
no test coverage detected