webpg-npapi 0.6.1
|
Executes webpgPluginAPI::init() to set the status variables and populates the "edit_status" property with the contents of the edit_status constant.
webpg_status_map { "GNUPGHOME":"", "OpenPGP":{ "file_name":"/usr/bin/gpg", "req_version":"1.4.0", "version":"1.4.11" }, "edit_status":"", "error":false, "gpg_agent_info":"/tmp/keyring-5FZWyz/gpg:0:1", "gpgconf_detected":true, "gpgme_valid":true, "gpgme_version":"1.3.2", "plugin":{ "params":{ "id":"webpgPlugin", "type":"application/x-webpg" }, "path":"plugins/Linux_x86_64-gcc/npwebpgPlugin-v0.6.1.so", "source_url":"_generated_background_page.html", "version":"0.6.1" } } Definition at line 504 of file webpgPluginAPI.cpp. References init(). Referenced by webpgPluginAPI(). { webpgPluginAPI::init(); webpgPluginAPI::webpg_status_map["edit_status"] = edit_status; return webpgPluginAPI::webpg_status_map; }
Here is the call graph for this function:
|