Skip to content
Snippets Groups Projects
Commit 4d439b21 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

add doc

parent ab7a459c
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@
#include <gmodule.h>
#include <rlib/stdio.hpp>
// TODO: read https://gnome.pages.gitlab.gnome.org/libsecret/class.Service.html
// https://gnome.pages.gitlab.gnome.org/libsecret/method.Service.prompt.html
inline std::string do_unlock_2(std::string keyring, std::string password) {
GError *err = NULL;
SecretService *service_proxy_ptr = secret_service_get_sync(SECRET_SERVICE_LOAD_COLLECTIONS, NULL, &err);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment