~ubuntu-branches/ubuntu/vivid/vala/vivid

« back to all changes in this revision

Viewing changes to vapi/webkit-1.0.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-09-05 10:32:13 UTC
  • mfrom: (1.5.9 upstream) (28.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20100905103213-8nn88erk20o4wgm3
Tags: 0.9.8-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        }
32
32
        [CCode (cheader_filename = "webkit/webkit.h")]
33
33
        public class GeolocationPolicyDecision : GLib.Object {
 
34
                [CCode (has_construct_function = false)]
 
35
                protected GeolocationPolicyDecision ();
34
36
        }
35
37
        [CCode (cheader_filename = "webkit/webkit.h")]
36
38
        public class HitTestResult : GLib.Object {
 
39
                [CCode (has_construct_function = false)]
 
40
                protected HitTestResult ();
37
41
                [NoAccessorMethod]
38
42
                public WebKit.HitTestResultContext context { get; construct; }
39
43
                [NoAccessorMethod]
65
69
        }
66
70
        [CCode (cheader_filename = "webkit/webkit.h")]
67
71
        public class SecurityOrigin : GLib.Object {
 
72
                [CCode (has_construct_function = false)]
 
73
                protected SecurityOrigin ();
68
74
                public unowned GLib.List get_all_web_databases ();
69
75
                public unowned string get_host ();
70
76
                public uint get_port ();
80
86
        }
81
87
        [CCode (cheader_filename = "webkit/webkit.h")]
82
88
        public class SoupAuthDialog : GLib.Object, Soup.SessionFeature {
 
89
                [CCode (has_construct_function = false)]
 
90
                protected SoupAuthDialog ();
83
91
                public virtual signal unowned Gtk.Widget current_toplevel (Soup.Message message);
84
92
        }
85
93
        [CCode (cheader_filename = "webkit/webkit.h")]
86
94
        public class WebBackForwardList : GLib.Object {
 
95
                [CCode (has_construct_function = false)]
 
96
                protected WebBackForwardList ();
87
97
                public void add_item (WebKit.WebHistoryItem history_item);
88
98
                public void clear ();
89
99
                public bool contains_item (WebKit.WebHistoryItem history_item);
121
131
        }
122
132
        [CCode (cheader_filename = "webkit/webkit.h")]
123
133
        public class WebDatabase : GLib.Object {
 
134
                [CCode (has_construct_function = false)]
 
135
                protected WebDatabase ();
124
136
                public unowned string get_display_name ();
125
137
                public uint64 get_expected_size ();
126
138
                public unowned string get_filename ();
194
206
        }
195
207
        [CCode (cheader_filename = "webkit/webkit.h")]
196
208
        public class WebInspector : GLib.Object {
 
209
                [CCode (has_construct_function = false)]
 
210
                protected WebInspector ();
197
211
                public void close ();
198
212
                public unowned string get_inspected_uri ();
199
213
                public unowned WebKit.WebView get_web_view ();
214
228
        }
215
229
        [CCode (cheader_filename = "webkit/webkit.h")]
216
230
        public class WebNavigationAction : GLib.Object {
 
231
                [CCode (has_construct_function = false)]
 
232
                protected WebNavigationAction ();
217
233
                public int get_button ();
218
234
                public int get_modifier_state ();
219
235
                public unowned string get_original_uri ();
229
245
        }
230
246
        [CCode (cheader_filename = "webkit/webkit.h")]
231
247
        public class WebPolicyDecision : GLib.Object {
 
248
                [CCode (has_construct_function = false)]
 
249
                protected WebPolicyDecision ();
232
250
                public void download ();
233
251
                public void ignore ();
234
252
                public void use ();
430
448
                [HasEmitter]
431
449
                public virtual signal void copy_clipboard ();
432
450
                public virtual signal unowned Gtk.Widget create_plugin_widget (string p0, string p1, GLib.HashTable p2);
433
 
                public virtual signal unowned WebKit.WebView create_web_view (WebKit.WebFrame web_frame);
 
451
                public virtual signal WebKit.WebView create_web_view (WebKit.WebFrame web_frame);
434
452
                [HasEmitter]
435
453
                public virtual signal void cut_clipboard ();
436
454
                public virtual signal void database_quota_exceeded (GLib.Object p0, GLib.Object p1);