]> spindle.queued.net Git - midori/commitdiff
added signal "download_requested" to the vapi
authorAndré Stösel <andre@stoesel.de>
Thu, 15 Mar 2012 22:06:34 +0000 (23:06 +0100)
committerChristian Dywan <christian@twotoasts.de>
Thu, 15 Mar 2012 22:40:46 +0000 (23:40 +0100)
midori/midori.vapi

index 0f92c1f4ebe7799dd3f3a8630a7f4f7fd4a6fdf5..c9f565977539e728f2e0e16e92b36e4fdd3b0e63 100644 (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 {