no more submodule
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
// This file was generated by the Gtk# code generator.
|
||||
// Any changes made will be lost if regenerated.
|
||||
|
||||
namespace WebKit {
|
||||
|
||||
using System;
|
||||
|
||||
public delegate void LoadFailedWithTlsErrorsHandler(object o, LoadFailedWithTlsErrorsArgs args);
|
||||
|
||||
public class LoadFailedWithTlsErrorsArgs : GLib.SignalArgs {
|
||||
public string FailingUri{
|
||||
get {
|
||||
return (string) Args [0];
|
||||
}
|
||||
}
|
||||
|
||||
public GLib.TlsCertificate Certificate{
|
||||
get {
|
||||
return (GLib.TlsCertificate) Args [1];
|
||||
}
|
||||
}
|
||||
|
||||
public GLib.TlsCertificateFlags Errors{
|
||||
get {
|
||||
return (GLib.TlsCertificateFlags) Args [2];
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user