webpg-npapi 0.6.1
FB::variant webpgPluginAPI::gpgSetHomeDir ( const std::string &  data)

Sets the GNUPGHOME static variable to the path specified in gnupg_path. This should be called prior to initializing the gpgme context.

Definition at line 443 of file webpgPluginAPI.cpp.

Referenced by webpgPluginAPI().

{
    GNUPGHOME = gnupg_path;
    return GNUPGHOME;
}
 All Classes Functions