Closed Ambrevar closed 4 years ago
PR? Otherwise yes, I'll make the change.
While it works, it gives me this on compilation:
--8<---------------cut here---------------start------------->8--- (sbcl:22555): GLib-GIO-CRITICAL **: 11:32:44.278: g_tls_client_connection_get_validation_flags: assertion 'G_IS_TLS_CLIENT_CONNECTION (conn)' failed --8<---------------cut here---------------end--------------->8---
I guess I'm not doing it right with g_tls_client_connection_get_validation_flags. Maybe me sheer ignorance. Any clue what could be wrong?
Try https://github.com/Ferada/cl-cffi-gtk/pull/38 please, I think that's the right naming there. Do you already require more of the flags or other definitions from that area?
It works, thanks! Feel free to merge!
Working with cl-webkit, I need to register GTlsCertificateFlags to receive the
load-failed-with-tls-errors
signal. Sadly cl-cffi-gtk does not have it.I've registered it this way:
Can we add it to cl-cffi-gtk?