Hi josh,
Thanks for your advice.
Maybe I didn't express myself clearly. Those signals are declared but never
emitted. The only one place "certificate-dialog" emited is in gmozillaweb.c
(function gtk_moz_common_certificate_error_cb):
*#ifdef USE_CST
...
if (result != CST_STATE_VALID)
#end
Zhihai Wang wrote:
> When accessing some websites like "https://www.gmail.com";, a
> certificate dialog will show to the user.
>
> I guess that the one of the following signals should be emited:
> G_WEB_SIGNAL_CERTIFICATE_DIALOG (defined in gweb.h)
> G_WEB_SIGNAL_CERTIFICATE_PASSWORD_DIALOG (defi