[Xfce4-commits] <midori:master> added signal "download_requested" to the vapi
Christian Dywan
noreply at xfce.org
Fri Mar 16 00:14:02 CET 2012
Updating branch refs/heads/master
to d93c96daf368ff6b1f4de044dc6a79937bf2c551 (commit)
from f4697742af81cecd9b0d7cf405066cd66bacfb85 (commit)
commit d93c96daf368ff6b1f4de044dc6a79937bf2c551
Author: André Stösel <andre at stoesel.de>
Date: Thu Mar 15 23:06:34 2012 +0100
added signal "download_requested" to the vapi
midori/midori.vapi | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/midori/midori.vapi b/midori/midori.vapi
index 0f92c1f..c9f5659 100644
--- a/midori/midori.vapi
+++ b/midori/midori.vapi
@@ -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 {
More information about the Xfce4-commits
mailing list