added signal "download_requested" to the vapi

This commit is contained in:
André Stösel 2012-03-15 23:06:34 +01:00 committed by Christian Dywan
parent f4697742af
commit d93c96daf3

View file

@ -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 {