add MidoriDownloadType to VAPI
This commit is contained in:
parent
373769cffd
commit
06b3a3a1ad
1 changed files with 9 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue