[Xfce4-commits] <midori:master> add MidoriDownloadType to VAPI
Christian Dywan
noreply at xfce.org
Wed Aug 22 02:08:01 CEST 2012
Updating branch refs/heads/master
to 06b3a3a1adfa3122b056ecdeaaea1929395f9310 (commit)
from 373769cffd1967c1ae31fb628c3e9a3ee7d153e8 (commit)
commit 06b3a3a1adfa3122b056ecdeaaea1929395f9310
Author: André Stösel <andre at stoesel.de>
Date: Tue Aug 21 19:19:34 2012 +0200
add MidoriDownloadType to VAPI
midori/midori.vapi | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/midori/midori.vapi b/midori/midori.vapi
index 265a7e9..088390e 100644
--- a/midori/midori.vapi
+++ b/midori/midori.vapi
@@ -174,6 +174,15 @@ namespace Midori {
}
+ [CCode (cheader_filename = "midori/midori-view.h", cprefix = "MIDORI_DOWNLOAD_")]
+ public enum DownloadType {
+ CANCEL,
+ OPEN,
+ SAVE,
+ SAVE_AS,
+ OPEN_IN_VIEWER
+ }
+
public class WebSettings : WebKit.WebSettings {
public WebSettings ();
[NoAccessorMethod]
More information about the Xfce4-commits
mailing list