summaryrefslogtreecommitdiff
path: root/desktop/gui_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gui_misc.h')
-rw-r--r--desktop/gui_misc.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/desktop/gui_misc.h b/desktop/gui_misc.h
index 8005006c7..4664fc9dd 100644
--- a/desktop/gui_misc.h
+++ b/desktop/gui_misc.h
@@ -70,7 +70,12 @@ struct gui_browser_table {
nserror (*launch_url)(struct nsurl *url);
/**
- * verify certificate
+ * Prompt the user to verify a certificate with issuse.
+ *
+ * \param url The URL being verified.
+ * \param certs The certificate to be verified
+ * \param num The number of certificates to be verified.
+ * \param cb Callback upon user decision.
*/
void (*cert_verify)(struct nsurl *url, const struct ssl_cert_info *certs, unsigned long num, nserror (*cb)(bool proceed, void *pw), void *cbpw);