added signal "download_requested" to the vapi
This commit is contained in:
parent
f4697742af
commit
d93c96daf3
1 changed files with 3 additions and 0 deletions
|
@ -163,6 +163,9 @@ namespace Midori {
|
|||
public WebSettings settings { get; set; }
|
||||
public GLib.Object net { get; }
|
||||
|
||||
[HasEmitter]
|
||||
public signal bool download_requested (WebKit.Download download, Midori.Browser browser);
|
||||
|
||||
}
|
||||
|
||||
public class WebSettings : WebKit.WebSettings {
|
||||
|
|
Loading…
Reference in a new issue