forked from johanmattssonm/birdfont
-
Notifications
You must be signed in to change notification settings - Fork 0
/
webkitgtk-3.0.vapi
4817 lines (4816 loc) · 223 KB
/
webkitgtk-3.0.vapi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
/* webkit-1.0.vapi generated by vapigen, do not modify. */
[CCode (lower_case_cprefix = "webkit_")]
namespace WebKit {
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMAttr : WebKit.DOMNode, WebKit.DOMEventTarget {
[CCode (has_construct_function = false)]
protected DOMAttr ();
public bool get_is_id ();
public unowned string get_name ();
public unowned WebKit.DOMElement get_owner_element ();
public bool get_specified ();
public unowned string get_value ();
public void set_value (string value) throws GLib.Error;
public bool is_id { get; }
public string name { get; }
public WebKit.DOMElement owner_element { get; }
public bool specified { get; }
public string value { get; set; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMBarInfo : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMBarInfo ();
public bool get_visible ();
public bool visible { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMBlob : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMBlob ();
public uint64 get_size ();
public unowned WebKit.DOMBlob slice (int64 start, int64 end, string content_type);
public unowned WebKit.DOMBlob webkit_slice (int64 start, int64 end, string content_type);
public uint64 size { get; }
[NoAccessorMethod]
public string type { owned get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMCDATASection : WebKit.DOMText, WebKit.DOMEventTarget {
[CCode (has_construct_function = false)]
protected DOMCDATASection ();
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMCSSRule : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMCSSRule ();
[CCode (cname = "webkit_dom_css_rule_get_css_text")]
public unowned string get_css_text ();
[CCode (cname = "webkit_dom_css_rule_get_parent_rule")]
public unowned WebKit.DOMCSSRule get_parent_rule ();
[CCode (cname = "webkit_dom_css_rule_get_parent_style_sheet")]
public unowned WebKit.DOMCSSStyleSheet get_parent_style_sheet ();
[CCode (cname = "webkit_dom_css_rule_set_css_text")]
public void set_css_text (string value) throws GLib.Error;
public string css_text { get; set; }
public WebKit.DOMCSSRule parent_rule { get; }
public WebKit.DOMCSSStyleSheet parent_style_sheet { get; }
[NoAccessorMethod]
public uint type { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMCSSRuleList : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMCSSRuleList ();
[CCode (cname = "webkit_dom_css_rule_list_get_length")]
public ulong get_length ();
[CCode (cname = "webkit_dom_css_rule_list_item")]
public unowned WebKit.DOMCSSRule item (ulong index);
public ulong length { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMCSSStyleDeclaration : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMCSSStyleDeclaration ();
[CCode (cname = "webkit_dom_css_style_declaration_get_css_text")]
public unowned string get_css_text ();
[CCode (cname = "webkit_dom_css_style_declaration_get_length")]
public ulong get_length ();
[CCode (cname = "webkit_dom_css_style_declaration_get_parent_rule")]
public unowned WebKit.DOMCSSRule get_parent_rule ();
[CCode (cname = "webkit_dom_css_style_declaration_get_property_css_value")]
public unowned WebKit.DOMCSSValue get_property_css_value (string property_name);
[CCode (cname = "webkit_dom_css_style_declaration_get_property_priority")]
public unowned string get_property_priority (string property_name);
[CCode (cname = "webkit_dom_css_style_declaration_get_property_shorthand")]
public unowned string get_property_shorthand (string property_name);
[CCode (cname = "webkit_dom_css_style_declaration_get_property_value")]
public unowned string get_property_value (string property_name);
[CCode (cname = "webkit_dom_css_style_declaration_is_property_implicit")]
public bool is_property_implicit (string property_name);
[CCode (cname = "webkit_dom_css_style_declaration_item")]
public unowned string item (ulong index);
[CCode (cname = "webkit_dom_css_style_declaration_remove_property")]
public unowned string remove_property (string property_name) throws GLib.Error;
[CCode (cname = "webkit_dom_css_style_declaration_set_css_text")]
public void set_css_text (string value) throws GLib.Error;
[CCode (cname = "webkit_dom_css_style_declaration_set_property")]
public void set_property (string property_name, string value, string priority) throws GLib.Error;
public string css_text { get; set; }
public ulong length { get; }
public WebKit.DOMCSSRule parent_rule { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMCSSStyleSheet : WebKit.DOMStyleSheet {
[CCode (has_construct_function = false)]
protected DOMCSSStyleSheet ();
[CCode (cname = "webkit_dom_css_style_sheet_add_rule")]
public long add_rule (string selector, string style, ulong index) throws GLib.Error;
[CCode (cname = "webkit_dom_css_style_sheet_delete_rule")]
public void delete_rule (ulong index) throws GLib.Error;
[CCode (cname = "webkit_dom_css_style_sheet_get_css_rules")]
public unowned WebKit.DOMCSSRuleList get_css_rules ();
[CCode (cname = "webkit_dom_css_style_sheet_get_owner_rule")]
public unowned WebKit.DOMCSSRule get_owner_rule ();
[CCode (cname = "webkit_dom_css_style_sheet_get_rules")]
public unowned WebKit.DOMCSSRuleList get_rules ();
[CCode (cname = "webkit_dom_css_style_sheet_insert_rule")]
public ulong insert_rule (string rule, ulong index) throws GLib.Error;
[CCode (cname = "webkit_dom_css_style_sheet_remove_rule")]
public void remove_rule (ulong index) throws GLib.Error;
public WebKit.DOMCSSRuleList css_rules { get; }
public WebKit.DOMCSSRule owner_rule { get; }
public WebKit.DOMCSSRuleList rules { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMCSSValue : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMCSSValue ();
[CCode (cname = "webkit_dom_css_value_get_css_text")]
public unowned string get_css_text ();
[CCode (cname = "webkit_dom_css_value_get_css_value_type")]
public ushort get_css_value_type ();
[CCode (cname = "webkit_dom_css_value_set_css_text")]
public void set_css_text (string value) throws GLib.Error;
public string css_text { get; set; }
public uint css_value_type { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMCharacterData : WebKit.DOMNode, WebKit.DOMEventTarget {
[CCode (has_construct_function = false)]
protected DOMCharacterData ();
public void append_data (string data) throws GLib.Error;
public void delete_data (ulong offset, ulong length) throws GLib.Error;
public unowned string get_data ();
public ulong get_length ();
public void insert_data (ulong offset, string data) throws GLib.Error;
public void replace_data (ulong offset, ulong length, string data) throws GLib.Error;
public void set_data (string value) throws GLib.Error;
public unowned string substring_data (ulong offset, ulong length) throws GLib.Error;
public string data { get; set; }
public ulong length { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMComment : WebKit.DOMCharacterData, WebKit.DOMEventTarget {
[CCode (has_construct_function = false)]
protected DOMComment ();
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMConsole : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMConsole ();
public unowned WebKit.DOMMemoryInfo get_memory ();
public void group_end ();
public void time (string title);
public WebKit.DOMMemoryInfo memory { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
[Compact]
public class DOMCustom {
}
[CCode (cheader_filename = "webkit/webkit.h")]
[Compact]
public class DOMCustomClass {
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMDOMApplicationCache : WebKit.DOMObject, WebKit.DOMEventTarget {
[CCode (has_construct_function = false)]
protected DOMDOMApplicationCache ();
[CCode (cname = "webkit_dom_dom_application_cache_get_status")]
public ushort get_status ();
[CCode (cname = "webkit_dom_dom_application_cache_swap_cache")]
public void swap_cache () throws GLib.Error;
[CCode (cname = "webkit_dom_dom_application_cache_update")]
public void update () throws GLib.Error;
public uint status { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMDOMImplementation : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMDOMImplementation ();
[CCode (cname = "webkit_dom_dom_implementation_create_css_style_sheet")]
public unowned WebKit.DOMCSSStyleSheet create_css_style_sheet (string title, string media) throws GLib.Error;
[CCode (cname = "webkit_dom_dom_implementation_create_document")]
public unowned WebKit.DOMDocument create_document (string namespace_uri, string qualified_name, WebKit.DOMDocumentType doctype) throws GLib.Error;
[CCode (cname = "webkit_dom_dom_implementation_create_document_type")]
public unowned WebKit.DOMDocumentType create_document_type (string qualified_name, string public_id, string system_id) throws GLib.Error;
[CCode (cname = "webkit_dom_dom_implementation_create_html_document")]
public unowned WebKit.DOMHTMLDocument create_html_document (string title);
[CCode (cname = "webkit_dom_dom_implementation_has_feature")]
public bool has_feature (string feature, string version);
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMDOMMimeType : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMDOMMimeType ();
[CCode (cname = "webkit_dom_dom_mime_type_get_description")]
public unowned string get_description ();
[CCode (cname = "webkit_dom_dom_mime_type_get_enabled_plugin")]
public unowned WebKit.DOMDOMPlugin get_enabled_plugin ();
[CCode (cname = "webkit_dom_dom_mime_type_get_suffixes")]
public unowned string get_suffixes ();
public string description { get; }
public WebKit.DOMDOMPlugin enabled_plugin { get; }
public string suffixes { get; }
[NoAccessorMethod]
public string type { owned get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMDOMMimeTypeArray : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMDOMMimeTypeArray ();
[CCode (cname = "webkit_dom_dom_mime_type_array_get_length")]
public ulong get_length ();
[CCode (cname = "webkit_dom_dom_mime_type_array_item")]
public unowned WebKit.DOMDOMMimeType item (ulong index);
[CCode (cname = "webkit_dom_dom_mime_type_array_named_item")]
public unowned WebKit.DOMDOMMimeType named_item (string name);
public ulong length { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMDOMPlugin : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMDOMPlugin ();
[CCode (cname = "webkit_dom_dom_plugin_get_description")]
public unowned string get_description ();
[CCode (cname = "webkit_dom_dom_plugin_get_filename")]
public unowned string get_filename ();
[CCode (cname = "webkit_dom_dom_plugin_get_length")]
public ulong get_length ();
[CCode (cname = "webkit_dom_dom_plugin_get_name")]
public unowned string get_name ();
[CCode (cname = "webkit_dom_dom_plugin_item")]
public unowned WebKit.DOMDOMMimeType item (ulong index);
[CCode (cname = "webkit_dom_dom_plugin_named_item")]
public unowned WebKit.DOMDOMMimeType named_item (string name);
public string description { get; }
public string filename { get; }
public ulong length { get; }
public string name { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMDOMPluginArray : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMDOMPluginArray ();
[CCode (cname = "webkit_dom_dom_plugin_array_get_length")]
public ulong get_length ();
[CCode (cname = "webkit_dom_dom_plugin_array_item")]
public unowned WebKit.DOMDOMPlugin item (ulong index);
[CCode (cname = "webkit_dom_dom_plugin_array_named_item")]
public unowned WebKit.DOMDOMPlugin named_item (string name);
[CCode (cname = "webkit_dom_dom_plugin_array_refresh")]
public void refresh (bool reload);
public ulong length { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMDOMSelection : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMDOMSelection ();
[CCode (cname = "webkit_dom_dom_selection_add_range")]
public void add_range (WebKit.DOMRange range);
[CCode (cname = "webkit_dom_dom_selection_collapse")]
public void collapse (WebKit.DOMNode node, long index) throws GLib.Error;
[CCode (cname = "webkit_dom_dom_selection_collapse_to_end")]
public void collapse_to_end () throws GLib.Error;
[CCode (cname = "webkit_dom_dom_selection_collapse_to_start")]
public void collapse_to_start () throws GLib.Error;
[CCode (cname = "webkit_dom_dom_selection_contains_node")]
public bool contains_node (WebKit.DOMNode node, bool allow_partial);
[CCode (cname = "webkit_dom_dom_selection_delete_from_document")]
public void delete_from_document ();
[CCode (cname = "webkit_dom_dom_selection_empty")]
public void empty ();
[CCode (cname = "webkit_dom_dom_selection_extend")]
public void extend (WebKit.DOMNode node, long offset) throws GLib.Error;
[CCode (cname = "webkit_dom_dom_selection_get_anchor_node")]
public unowned WebKit.DOMNode get_anchor_node ();
[CCode (cname = "webkit_dom_dom_selection_get_anchor_offset")]
public long get_anchor_offset ();
[CCode (cname = "webkit_dom_dom_selection_get_base_node")]
public unowned WebKit.DOMNode get_base_node ();
[CCode (cname = "webkit_dom_dom_selection_get_base_offset")]
public long get_base_offset ();
[CCode (cname = "webkit_dom_dom_selection_get_extent_node")]
public unowned WebKit.DOMNode get_extent_node ();
[CCode (cname = "webkit_dom_dom_selection_get_extent_offset")]
public long get_extent_offset ();
[CCode (cname = "webkit_dom_dom_selection_get_focus_node")]
public unowned WebKit.DOMNode get_focus_node ();
[CCode (cname = "webkit_dom_dom_selection_get_focus_offset")]
public long get_focus_offset ();
[CCode (cname = "webkit_dom_dom_selection_get_is_collapsed")]
public bool get_is_collapsed ();
[CCode (cname = "webkit_dom_dom_selection_get_range_at")]
public unowned WebKit.DOMRange get_range_at (long index) throws GLib.Error;
[CCode (cname = "webkit_dom_dom_selection_get_range_count")]
public long get_range_count ();
[CCode (cname = "webkit_dom_dom_selection_modify")]
public void modify (string alter, string direction, string granularity);
[CCode (cname = "webkit_dom_dom_selection_remove_all_ranges")]
public void remove_all_ranges ();
[CCode (cname = "webkit_dom_dom_selection_select_all_children")]
public void select_all_children (WebKit.DOMNode node) throws GLib.Error;
[CCode (cname = "webkit_dom_dom_selection_set_base_and_extent")]
public void set_base_and_extent (WebKit.DOMNode base_node, long base_offset, WebKit.DOMNode extent_node, long extent_offset) throws GLib.Error;
[CCode (cname = "webkit_dom_dom_selection_set_position")]
public void set_position (WebKit.DOMNode node, long offset) throws GLib.Error;
public WebKit.DOMNode anchor_node { get; }
public long anchor_offset { get; }
public WebKit.DOMNode base_node { get; }
public long base_offset { get; }
public WebKit.DOMNode extent_node { get; }
public long extent_offset { get; }
public WebKit.DOMNode focus_node { get; }
public long focus_offset { get; }
public bool is_collapsed { get; }
public long range_count { get; }
[NoAccessorMethod]
public string type { owned get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMDOMSettableTokenList : WebKit.DOMDOMTokenList {
[CCode (has_construct_function = false)]
protected DOMDOMSettableTokenList ();
[CCode (cname = "webkit_dom_dom_settable_token_list_get_value")]
public unowned string get_value ();
[CCode (cname = "webkit_dom_dom_settable_token_list_set_value")]
public void set_value (string value);
public string value { get; set; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMDOMStringList : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMDOMStringList ();
[CCode (cname = "webkit_dom_dom_string_list_contains")]
public bool contains (string str);
[CCode (cname = "webkit_dom_dom_string_list_get_length")]
public ulong get_length ();
[CCode (cname = "webkit_dom_dom_string_list_item")]
public unowned string item (ulong index);
public ulong length { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMDOMStringMap : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMDOMStringMap ();
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMDOMTokenList : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMDOMTokenList ();
[CCode (cname = "webkit_dom_dom_token_list_add")]
public void add (string token) throws GLib.Error;
[CCode (cname = "webkit_dom_dom_token_list_contains")]
public bool contains (string token) throws GLib.Error;
[CCode (cname = "webkit_dom_dom_token_list_get_length")]
public ulong get_length ();
[CCode (cname = "webkit_dom_dom_token_list_item")]
public unowned string item (ulong index);
[CCode (cname = "webkit_dom_dom_token_list_remove")]
public void remove (string token) throws GLib.Error;
[CCode (cname = "webkit_dom_dom_token_list_toggle")]
public bool toggle (string token) throws GLib.Error;
public ulong length { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMDOMWindow : WebKit.DOMObject, WebKit.DOMEventTarget {
[CCode (has_construct_function = false)]
protected DOMDOMWindow ();
[CCode (cname = "webkit_dom_dom_window_alert")]
public void alert (string message);
[CCode (cname = "webkit_dom_dom_window_atob")]
public unowned string atob (string str) throws GLib.Error;
[CCode (cname = "webkit_dom_dom_window_blur")]
public void blur ();
[CCode (cname = "webkit_dom_dom_window_btoa")]
public unowned string btoa (string str) throws GLib.Error;
[CCode (cname = "webkit_dom_dom_window_capture_events")]
public void capture_events ();
[CCode (cname = "webkit_dom_dom_window_clear_interval")]
public void clear_interval (long handle);
[CCode (cname = "webkit_dom_dom_window_clear_timeout")]
public void clear_timeout (long handle);
[CCode (cname = "webkit_dom_dom_window_close")]
public void close ();
[CCode (cname = "webkit_dom_dom_window_confirm")]
public bool confirm (string message);
[CCode (cname = "webkit_dom_dom_window_find")]
public bool find (string str, bool case_sensitive, bool backwards, bool wrap, bool whole_word, bool search_in_frames, bool show_dialog);
[CCode (cname = "webkit_dom_dom_window_focus")]
public void focus ();
[CCode (cname = "webkit_dom_dom_window_get_application_cache")]
public unowned WebKit.DOMDOMApplicationCache get_application_cache ();
[CCode (cname = "webkit_dom_dom_window_get_client_information")]
public unowned WebKit.DOMNavigator get_client_information ();
[CCode (cname = "webkit_dom_dom_window_get_closed")]
public bool get_closed ();
[CCode (cname = "webkit_dom_dom_window_get_computed_style")]
public unowned WebKit.DOMCSSStyleDeclaration get_computed_style (WebKit.DOMElement element, string pseudo_element);
[CCode (cname = "webkit_dom_dom_window_get_console")]
public unowned WebKit.DOMConsole get_console ();
[CCode (cname = "webkit_dom_dom_window_get_default_status")]
public unowned string get_default_status ();
[CCode (cname = "webkit_dom_dom_window_get_device_pixel_ratio")]
public double get_device_pixel_ratio ();
[CCode (cname = "webkit_dom_dom_window_get_document")]
public unowned WebKit.DOMDocument get_document ();
[CCode (cname = "webkit_dom_dom_window_get_frame_element")]
public unowned WebKit.DOMElement get_frame_element ();
[CCode (cname = "webkit_dom_dom_window_get_frames")]
public unowned WebKit.DOMDOMWindow get_frames ();
[CCode (cname = "webkit_dom_dom_window_get_history")]
public unowned WebKit.DOMHistory get_history ();
[CCode (cname = "webkit_dom_dom_window_get_inner_height")]
public long get_inner_height ();
[CCode (cname = "webkit_dom_dom_window_get_inner_width")]
public long get_inner_width ();
[CCode (cname = "webkit_dom_dom_window_get_length")]
public ulong get_length ();
[CCode (cname = "webkit_dom_dom_window_get_local_storage")]
public unowned WebKit.DOMStorage get_local_storage () throws GLib.Error;
[CCode (cname = "webkit_dom_dom_window_get_locationbar")]
public unowned WebKit.DOMBarInfo get_locationbar ();
[CCode (cname = "webkit_dom_dom_window_get_menubar")]
public unowned WebKit.DOMBarInfo get_menubar ();
[CCode (cname = "webkit_dom_dom_window_get_name")]
public unowned string get_name ();
[CCode (cname = "webkit_dom_dom_window_get_navigator")]
public unowned WebKit.DOMNavigator get_navigator ();
[CCode (cname = "webkit_dom_dom_window_get_offscreen_buffering")]
public bool get_offscreen_buffering ();
[CCode (cname = "webkit_dom_dom_window_get_opener")]
public unowned WebKit.DOMDOMWindow get_opener ();
[CCode (cname = "webkit_dom_dom_window_get_outer_height")]
public long get_outer_height ();
[CCode (cname = "webkit_dom_dom_window_get_outer_width")]
public long get_outer_width ();
[CCode (cname = "webkit_dom_dom_window_get_page_x_offset")]
public long get_page_x_offset ();
[CCode (cname = "webkit_dom_dom_window_get_page_y_offset")]
public long get_page_y_offset ();
[CCode (cname = "webkit_dom_dom_window_get_parent")]
public unowned WebKit.DOMDOMWindow get_parent ();
[CCode (cname = "webkit_dom_dom_window_get_personalbar")]
public unowned WebKit.DOMBarInfo get_personalbar ();
[CCode (cname = "webkit_dom_dom_window_get_screen")]
public unowned WebKit.DOMScreen get_screen ();
[CCode (cname = "webkit_dom_dom_window_get_screen_left")]
public long get_screen_left ();
[CCode (cname = "webkit_dom_dom_window_get_screen_top")]
public long get_screen_top ();
[CCode (cname = "webkit_dom_dom_window_get_screen_x")]
public long get_screen_x ();
[CCode (cname = "webkit_dom_dom_window_get_screen_y")]
public long get_screen_y ();
[CCode (cname = "webkit_dom_dom_window_get_scroll_x")]
public long get_scroll_x ();
[CCode (cname = "webkit_dom_dom_window_get_scroll_y")]
public long get_scroll_y ();
[CCode (cname = "webkit_dom_dom_window_get_scrollbars")]
public unowned WebKit.DOMBarInfo get_scrollbars ();
[CCode (cname = "webkit_dom_dom_window_get_selection")]
public unowned WebKit.DOMDOMSelection get_selection ();
[CCode (cname = "webkit_dom_dom_window_get_self")]
public unowned WebKit.DOMDOMWindow get_self ();
[CCode (cname = "webkit_dom_dom_window_get_session_storage")]
public unowned WebKit.DOMStorage get_session_storage () throws GLib.Error;
[CCode (cname = "webkit_dom_dom_window_get_status")]
public unowned string get_status ();
[CCode (cname = "webkit_dom_dom_window_get_statusbar")]
public unowned WebKit.DOMBarInfo get_statusbar ();
[CCode (cname = "webkit_dom_dom_window_get_style_media")]
public unowned WebKit.DOMStyleMedia get_style_media ();
[CCode (cname = "webkit_dom_dom_window_get_toolbar")]
public unowned WebKit.DOMBarInfo get_toolbar ();
[CCode (cname = "webkit_dom_dom_window_get_top")]
public unowned WebKit.DOMDOMWindow get_top ();
[CCode (cname = "webkit_dom_dom_window_get_window")]
public unowned WebKit.DOMDOMWindow get_window ();
[CCode (cname = "webkit_dom_dom_window_match_media")]
public unowned WebKit.DOMMediaQueryList match_media (string query);
[CCode (cname = "webkit_dom_dom_window_move_by")]
public void move_by (float x, float y);
[CCode (cname = "webkit_dom_dom_window_move_to")]
public void move_to (float x, float y);
[CCode (cname = "webkit_dom_dom_window_print")]
public void print ();
[CCode (cname = "webkit_dom_dom_window_prompt")]
public unowned string prompt (string message, string default_value);
[CCode (cname = "webkit_dom_dom_window_release_events")]
public void release_events ();
[CCode (cname = "webkit_dom_dom_window_resize_by")]
public void resize_by (float x, float y);
[CCode (cname = "webkit_dom_dom_window_resize_to")]
public void resize_to (float width, float height);
[CCode (cname = "webkit_dom_dom_window_scroll")]
public void scroll (long x, long y);
[CCode (cname = "webkit_dom_dom_window_scroll_by")]
public void scroll_by (long x, long y);
[CCode (cname = "webkit_dom_dom_window_scroll_to")]
public void scroll_to (long x, long y);
[CCode (cname = "webkit_dom_dom_window_set_default_status")]
public void set_default_status (string value);
[CCode (cname = "webkit_dom_dom_window_set_name")]
public void set_name (string value);
[CCode (cname = "webkit_dom_dom_window_set_status")]
public void set_status (string value);
[CCode (cname = "webkit_dom_dom_window_stop")]
public void stop ();
[CCode (cname = "webkit_dom_dom_window_webkit_convert_point_from_node_to_page")]
public unowned WebKit.DOMWebKitPoint webkit_convert_point_from_node_to_page (WebKit.DOMNode node, WebKit.DOMWebKitPoint p);
[CCode (cname = "webkit_dom_dom_window_webkit_convert_point_from_page_to_node")]
public unowned WebKit.DOMWebKitPoint webkit_convert_point_from_page_to_node (WebKit.DOMNode node, WebKit.DOMWebKitPoint p);
public WebKit.DOMDOMApplicationCache application_cache { get; }
[NoAccessorMethod]
public WebKit.DOMNavigator client_information { owned get; set; }
public bool closed { get; }
[NoAccessorMethod]
public WebKit.DOMConsole console { owned get; set; }
public string default_status { get; set; }
[NoAccessorMethod]
public double device_pixel_ratio { get; set; }
public WebKit.DOMDocument document { get; }
public WebKit.DOMElement frame_element { get; }
[NoAccessorMethod]
public WebKit.DOMDOMWindow frames { owned get; set; }
[NoAccessorMethod]
public WebKit.DOMHistory history { owned get; set; }
[NoAccessorMethod]
public long inner_height { get; set; }
[NoAccessorMethod]
public long inner_width { get; set; }
[NoAccessorMethod]
public ulong length { get; set; }
public WebKit.DOMStorage local_storage { get; }
[NoAccessorMethod]
public WebKit.DOMBarInfo locationbar { owned get; set; }
[NoAccessorMethod]
public WebKit.DOMBarInfo menubar { owned get; set; }
public string name { get; set; }
[NoAccessorMethod]
public WebKit.DOMNavigator navigator { owned get; set; }
[NoAccessorMethod]
public bool offscreen_buffering { get; set; }
[NoAccessorMethod]
public WebKit.DOMDOMWindow opener { owned get; set; }
[NoAccessorMethod]
public long outer_height { get; set; }
[NoAccessorMethod]
public long outer_width { get; set; }
public long page_x_offset { get; }
public long page_y_offset { get; }
[NoAccessorMethod]
public WebKit.DOMDOMWindow parent { owned get; set; }
[NoAccessorMethod]
public WebKit.DOMBarInfo personalbar { owned get; set; }
[NoAccessorMethod]
public WebKit.DOMScreen screen { owned get; set; }
[NoAccessorMethod]
public long screen_left { get; set; }
[NoAccessorMethod]
public long screen_top { get; set; }
[NoAccessorMethod]
public long screen_x { get; set; }
[NoAccessorMethod]
public long screen_y { get; set; }
[NoAccessorMethod]
public long scroll_x { get; set; }
[NoAccessorMethod]
public long scroll_y { get; set; }
[NoAccessorMethod]
public WebKit.DOMBarInfo scrollbars { owned get; set; }
[NoAccessorMethod]
public WebKit.DOMDOMWindow self { owned get; set; }
public WebKit.DOMStorage session_storage { get; }
public string status { get; set; }
[NoAccessorMethod]
public WebKit.DOMBarInfo statusbar { owned get; set; }
public WebKit.DOMStyleMedia style_media { get; }
[NoAccessorMethod]
public WebKit.DOMBarInfo toolbar { owned get; set; }
[NoAccessorMethod]
public WebKit.DOMDOMWindow top { owned get; set; }
public WebKit.DOMDOMWindow window { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMDatabase : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMDatabase ();
public unowned string get_version ();
public string version { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMDocument : WebKit.DOMNode, WebKit.DOMEventTarget {
[CCode (has_construct_function = false)]
protected DOMDocument ();
public unowned WebKit.DOMNode adopt_node (WebKit.DOMNode source) throws GLib.Error;
public unowned WebKit.DOMRange caret_range_from_point (long x, long y);
public unowned WebKit.DOMAttr create_attribute (string name) throws GLib.Error;
public unowned WebKit.DOMAttr create_attribute_ns (string namespace_uri, string qualified_name) throws GLib.Error;
public unowned WebKit.DOMCDATASection create_cdata_section (string data) throws GLib.Error;
public unowned WebKit.DOMComment create_comment (string data);
public unowned WebKit.DOMCSSStyleDeclaration create_css_style_declaration ();
public unowned WebKit.DOMDocumentFragment create_document_fragment ();
public unowned WebKit.DOMElement create_element (string tag_name) throws GLib.Error;
public unowned WebKit.DOMElement create_element_ns (string namespace_uri, string qualified_name) throws GLib.Error;
public unowned WebKit.DOMEntityReference create_entity_reference (string name) throws GLib.Error;
public unowned WebKit.DOMEvent create_event (string event_type) throws GLib.Error;
public unowned WebKit.DOMXPathExpression create_expression (string expression, WebKit.DOMXPathNSResolver resolver) throws GLib.Error;
public unowned WebKit.DOMNodeIterator create_node_iterator (WebKit.DOMNode root, ulong what_to_show, WebKit.DOMNodeFilter filter, bool expand_entity_references) throws GLib.Error;
public unowned WebKit.DOMXPathNSResolver create_ns_resolver (WebKit.DOMNode node_resolver);
public unowned WebKit.DOMProcessingInstruction create_processing_instruction (string target, string data) throws GLib.Error;
public unowned WebKit.DOMRange create_range ();
public unowned WebKit.DOMText create_text_node (string data);
public unowned WebKit.DOMTreeWalker create_tree_walker (WebKit.DOMNode root, ulong what_to_show, WebKit.DOMNodeFilter filter, bool expand_entity_references) throws GLib.Error;
public unowned WebKit.DOMElement element_from_point (long x, long y);
public unowned WebKit.DOMXPathResult evaluate (string expression, WebKit.DOMNode context_node, WebKit.DOMXPathNSResolver resolver, ushort type, WebKit.DOMXPathResult in_result) throws GLib.Error;
public bool exec_command (string command, bool user_interface, string value);
public unowned WebKit.DOMHTMLCollection get_anchors ();
public unowned WebKit.DOMHTMLCollection get_applets ();
public unowned WebKit.DOMHTMLElement get_body ();
public unowned string get_character_set ();
public unowned string get_charset ();
public unowned string get_compat_mode ();
public unowned string get_cookie () throws GLib.Error;
public unowned string get_default_charset ();
public unowned WebKit.DOMDOMWindow get_default_view ();
public unowned WebKit.DOMDocumentType get_doctype ();
public unowned WebKit.DOMElement get_document_element ();
public unowned string get_document_uri ();
public unowned string get_domain ();
public unowned WebKit.DOMElement get_element_by_id (string element_id);
public unowned WebKit.DOMNodeList get_elements_by_class_name (string tagname);
public unowned WebKit.DOMNodeList get_elements_by_name (string element_name);
public unowned WebKit.DOMNodeList get_elements_by_tag_name (string tagname);
public unowned WebKit.DOMNodeList get_elements_by_tag_name_ns (string namespace_uri, string local_name);
public unowned WebKit.DOMHTMLCollection get_forms ();
public unowned WebKit.DOMHTMLHeadElement get_head ();
public unowned WebKit.DOMHTMLCollection get_images ();
public unowned WebKit.DOMDOMImplementation get_implementation ();
public unowned string get_input_encoding ();
public unowned string get_last_modified ();
public unowned WebKit.DOMHTMLCollection get_links ();
public unowned WebKit.DOMCSSStyleDeclaration get_override_style (WebKit.DOMElement element, string pseudo_element);
public unowned string get_preferred_stylesheet_set ();
public unowned string get_ready_state ();
public unowned string get_referrer ();
public unowned string get_selected_stylesheet_set ();
public unowned WebKit.DOMStyleSheetList get_style_sheets ();
public unowned string get_title ();
public unowned WebKit.DOMElement get_webkit_current_full_screen_element ();
public bool get_webkit_full_screen_keyboard_input_allowed ();
public bool get_webkit_hidden ();
public bool get_webkit_is_full_screen ();
public unowned string get_webkit_visibility_state ();
public unowned string get_xml_encoding ();
public bool get_xml_standalone ();
public unowned string get_xml_version ();
public unowned WebKit.DOMNode import_node (WebKit.DOMNode imported_node, bool deep) throws GLib.Error;
public bool query_command_enabled (string command);
public bool query_command_indeterm (string command);
public bool query_command_state (string command);
public bool query_command_supported (string command);
public unowned string query_command_value (string command);
public unowned WebKit.DOMElement query_selector (string selectors) throws GLib.Error;
public unowned WebKit.DOMNodeList query_selector_all (string selectors) throws GLib.Error;
public void set_body (WebKit.DOMHTMLElement value) throws GLib.Error;
public void set_charset (string value);
public void set_cookie (string value) throws GLib.Error;
public void set_document_uri (string value);
public void set_selected_stylesheet_set (string value);
public void set_title (string value);
public void set_xml_standalone (bool value) throws GLib.Error;
public void set_xml_version (string value) throws GLib.Error;
public void webkit_cancel_full_screen ();
public WebKit.DOMHTMLCollection anchors { get; }
public WebKit.DOMHTMLCollection applets { get; }
public WebKit.DOMHTMLElement body { get; set; }
public string character_set { get; }
public string charset { get; set; }
public string compat_mode { get; }
public string cookie { get; set; }
public string default_charset { get; }
public WebKit.DOMDOMWindow default_view { get; }
public WebKit.DOMDocumentType doctype { get; }
public WebKit.DOMElement document_element { get; }
public string document_uri { get; set; }
public string domain { get; }
public WebKit.DOMHTMLCollection forms { get; }
public WebKit.DOMHTMLHeadElement head { get; }
public WebKit.DOMHTMLCollection images { get; }
public WebKit.DOMDOMImplementation implementation { get; }
public string input_encoding { get; }
public string last_modified { get; }
public WebKit.DOMHTMLCollection links { get; }
public string preferred_stylesheet_set { get; }
public string ready_state { get; }
public string referrer { get; }
public string selected_stylesheet_set { get; set; }
public WebKit.DOMStyleSheetList style_sheets { get; }
public string title { get; set; }
[NoAccessorMethod]
public string url { owned get; }
public WebKit.DOMElement webkit_current_full_screen_element { get; }
public bool webkit_full_screen_keyboard_input_allowed { get; }
public bool webkit_is_full_screen { get; }
public string xml_encoding { get; }
public bool xml_standalone { get; set; }
public string xml_version { get; set; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMDocumentFragment : WebKit.DOMNode, WebKit.DOMEventTarget {
[CCode (has_construct_function = false)]
protected DOMDocumentFragment ();
public unowned WebKit.DOMElement query_selector (string selectors) throws GLib.Error;
public unowned WebKit.DOMNodeList query_selector_all (string selectors) throws GLib.Error;
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMDocumentType : WebKit.DOMNode, WebKit.DOMEventTarget {
[CCode (has_construct_function = false)]
protected DOMDocumentType ();
public unowned WebKit.DOMNamedNodeMap get_entities ();
public unowned string get_internal_subset ();
public unowned string get_name ();
public unowned WebKit.DOMNamedNodeMap get_notations ();
public unowned string get_public_id ();
public unowned string get_system_id ();
public WebKit.DOMNamedNodeMap entities { get; }
public string internal_subset { get; }
public string name { get; }
public WebKit.DOMNamedNodeMap notations { get; }
public string public_id { get; }
public string system_id { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMElement : WebKit.DOMNode, WebKit.DOMEventTarget {
[CCode (has_construct_function = false)]
protected DOMElement ();
public void blur ();
public void focus ();
public unowned string get_attribute (string name);
public unowned WebKit.DOMAttr get_attribute_node (string name);
public unowned WebKit.DOMAttr get_attribute_node_ns (string namespace_uri, string local_name);
public unowned string get_attribute_ns (string namespace_uri, string local_name);
public ulong get_child_element_count ();
public long get_client_height ();
public long get_client_left ();
public long get_client_top ();
public long get_client_width ();
public unowned WebKit.DOMNodeList get_elements_by_class_name (string name);
public unowned WebKit.DOMNodeList get_elements_by_tag_name (string name);
public unowned WebKit.DOMNodeList get_elements_by_tag_name_ns (string namespace_uri, string local_name);
public unowned WebKit.DOMElement get_first_element_child ();
public unowned WebKit.DOMElement get_last_element_child ();
public unowned WebKit.DOMElement get_next_element_sibling ();
public long get_offset_height ();
public long get_offset_left ();
public unowned WebKit.DOMElement get_offset_parent ();
public long get_offset_top ();
public long get_offset_width ();
public unowned WebKit.DOMElement get_previous_element_sibling ();
public long get_scroll_height ();
public long get_scroll_left ();
public long get_scroll_top ();
public long get_scroll_width ();
public unowned WebKit.DOMCSSStyleDeclaration get_style ();
public unowned string get_tag_name ();
public bool has_attribute (string name);
public bool has_attribute_ns (string namespace_uri, string local_name);
public unowned WebKit.DOMElement query_selector (string selectors) throws GLib.Error;
public unowned WebKit.DOMNodeList query_selector_all (string selectors) throws GLib.Error;
public void remove_attribute (string name) throws GLib.Error;
public unowned WebKit.DOMAttr remove_attribute_node (WebKit.DOMAttr old_attr) throws GLib.Error;
public void remove_attribute_ns (string namespace_uri, string local_name) throws GLib.Error;
public void scroll_by_lines (long lines);
public void scroll_by_pages (long pages);
public void scroll_into_view (bool align_with_top);
public void scroll_into_view_if_needed (bool center_if_needed);
public void set_attribute (string name, string value) throws GLib.Error;
public unowned WebKit.DOMAttr set_attribute_node (WebKit.DOMAttr new_attr) throws GLib.Error;
public unowned WebKit.DOMAttr set_attribute_node_ns (WebKit.DOMAttr new_attr) throws GLib.Error;
public void set_attribute_ns (string namespace_uri, string qualified_name, string value) throws GLib.Error;
public void set_scroll_left (long value);
public void set_scroll_top (long value);
public bool webkit_matches_selector (string selectors) throws GLib.Error;
public void webkit_request_full_screen (ushort flags);
public ulong child_element_count { get; }
public long client_height { get; }
public long client_left { get; }
public long client_top { get; }
public long client_width { get; }
public WebKit.DOMElement first_element_child { get; }
public WebKit.DOMElement last_element_child { get; }
public WebKit.DOMElement next_element_sibling { get; }
public long offset_height { get; }
public long offset_left { get; }
public WebKit.DOMElement offset_parent { get; }
public long offset_top { get; }
public long offset_width { get; }
public WebKit.DOMElement previous_element_sibling { get; }
public long scroll_height { get; }
public long scroll_left { get; set; }
public long scroll_top { get; set; }
public long scroll_width { get; }
public WebKit.DOMCSSStyleDeclaration style { get; }
public string tag_name { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMEntityReference : WebKit.DOMNode, WebKit.DOMEventTarget {
[CCode (has_construct_function = false)]
protected DOMEntityReference ();
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMEvent : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMEvent ();
public bool get_bubbles ();
public bool get_cancel_bubble ();
public bool get_cancelable ();
public unowned WebKit.DOMEventTarget get_current_target ();
public bool get_default_prevented ();
public ushort get_event_phase ();
public bool get_return_value ();
public unowned WebKit.DOMEventTarget get_src_element ();
public unowned WebKit.DOMEventTarget get_target ();
public uint32 get_time_stamp ();
public void init_event (string event_type_arg, bool can_bubble_arg, bool cancelable_arg);
public void prevent_default ();
public void set_cancel_bubble (bool value);
public void set_return_value (bool value);
public void stop_immediate_propagation ();
public void stop_propagation ();
public bool bubbles { get; }
public bool cancel_bubble { get; set; }
public bool cancelable { get; }
public WebKit.DOMEventTarget current_target { get; }
public bool default_prevented { get; }
public uint event_phase { get; }
public bool return_value { get; set; }
public WebKit.DOMEventTarget src_element { get; }
public WebKit.DOMEventTarget target { get; }
public uint time_stamp { get; }
[NoAccessorMethod]
public string type { owned get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
[Compact]
public class DOMEventTargetClass {
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMFile : WebKit.DOMBlob {
[CCode (has_construct_function = false)]
protected DOMFile ();
public unowned string get_file_name ();
public uint64 get_file_size ();
public unowned string get_name ();
public string file_name { get; }
public uint64 file_size { get; }
public string name { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMFileList : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMFileList ();
public ulong get_length ();
public unowned WebKit.DOMFile item (ulong index);
public ulong length { get; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMGeolocation : WebKit.DOMObject {
[CCode (has_construct_function = false)]
protected DOMGeolocation ();
public void clear_watch (long watch_id);
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMHTMLAnchorElement : WebKit.DOMHTMLElement, WebKit.DOMEventTarget {
[CCode (has_construct_function = false)]
protected DOMHTMLAnchorElement ();
[CCode (cname = "webkit_dom_html_anchor_element_get_access_key")]
public unowned string get_access_key ();
[CCode (cname = "webkit_dom_html_anchor_element_get_charset")]
public unowned string get_charset ();
[CCode (cname = "webkit_dom_html_anchor_element_get_coords")]
public unowned string get_coords ();
[CCode (cname = "webkit_dom_html_anchor_element_get_download")]
public unowned string get_download ();
[CCode (cname = "webkit_dom_html_anchor_element_get_hash")]
public unowned string get_hash ();
[CCode (cname = "webkit_dom_html_anchor_element_get_host")]
public unowned string get_host ();
[CCode (cname = "webkit_dom_html_anchor_element_get_hostname")]
public unowned string get_hostname ();
[CCode (cname = "webkit_dom_html_anchor_element_get_href")]
public unowned string get_href ();
[CCode (cname = "webkit_dom_html_anchor_element_get_hreflang")]
public unowned string get_hreflang ();
[CCode (cname = "webkit_dom_html_anchor_element_get_name")]
public unowned string get_name ();
[CCode (cname = "webkit_dom_html_anchor_element_get_origin")]
public unowned string get_origin ();
[CCode (cname = "webkit_dom_html_anchor_element_get_parameter")]
public unowned string get_parameter (string name);
[CCode (cname = "webkit_dom_html_anchor_element_get_pathname")]
public unowned string get_pathname ();
[CCode (cname = "webkit_dom_html_anchor_element_get_ping")]
public unowned string get_ping ();
[CCode (cname = "webkit_dom_html_anchor_element_get_port")]
public unowned string get_port ();
[CCode (cname = "webkit_dom_html_anchor_element_get_protocol")]
public unowned string get_protocol ();
[CCode (cname = "webkit_dom_html_anchor_element_get_rel")]
public unowned string get_rel ();
[CCode (cname = "webkit_dom_html_anchor_element_get_rev")]
public unowned string get_rev ();
[CCode (cname = "webkit_dom_html_anchor_element_get_search")]
public unowned string get_search ();
[CCode (cname = "webkit_dom_html_anchor_element_get_shape")]
public unowned string get_shape ();
[CCode (cname = "webkit_dom_html_anchor_element_get_target")]
public unowned string get_target ();
[CCode (cname = "webkit_dom_html_anchor_element_get_text")]
public unowned string get_text ();
[CCode (cname = "webkit_dom_html_anchor_element_set_access_key")]
public void set_access_key (string value);
[CCode (cname = "webkit_dom_html_anchor_element_set_charset")]
public void set_charset (string value);
[CCode (cname = "webkit_dom_html_anchor_element_set_coords")]
public void set_coords (string value);
[CCode (cname = "webkit_dom_html_anchor_element_set_download")]
public void set_download (string value);
[CCode (cname = "webkit_dom_html_anchor_element_set_hash")]
public void set_hash (string value);
[CCode (cname = "webkit_dom_html_anchor_element_set_host")]
public void set_host (string value);
[CCode (cname = "webkit_dom_html_anchor_element_set_hostname")]
public void set_hostname (string value);
[CCode (cname = "webkit_dom_html_anchor_element_set_href")]
public void set_href (string value);
[CCode (cname = "webkit_dom_html_anchor_element_set_hreflang")]
public void set_hreflang (string value);
[CCode (cname = "webkit_dom_html_anchor_element_set_name")]
public void set_name (string value);
[CCode (cname = "webkit_dom_html_anchor_element_set_pathname")]
public void set_pathname (string value);
[CCode (cname = "webkit_dom_html_anchor_element_set_ping")]
public void set_ping (string value);
[CCode (cname = "webkit_dom_html_anchor_element_set_port")]
public void set_port (string value);
[CCode (cname = "webkit_dom_html_anchor_element_set_protocol")]
public void set_protocol (string value);
[CCode (cname = "webkit_dom_html_anchor_element_set_rel")]
public void set_rel (string value);
[CCode (cname = "webkit_dom_html_anchor_element_set_rev")]
public void set_rev (string value);
[CCode (cname = "webkit_dom_html_anchor_element_set_search")]
public void set_search (string value);
[CCode (cname = "webkit_dom_html_anchor_element_set_shape")]
public void set_shape (string value);
[CCode (cname = "webkit_dom_html_anchor_element_set_target")]
public void set_target (string value);
public string access_key { get; set; }
public string charset { get; set; }
public string coords { get; set; }
public string hash { get; set; }
public string host { get; set; }
public string hostname { get; set; }
public string href { get; set; }
public string hreflang { get; set; }
public string name { get; set; }
public string origin { get; }
public string pathname { get; set; }
public string ping { get; set; }
public string port { get; set; }
public string protocol { get; set; }
public string rel { get; set; }
public string rev { get; set; }
public string search { get; set; }
public string shape { get; set; }
public string target { get; set; }
public string text { get; }
[NoAccessorMethod]
public string type { owned get; set; }
}
[CCode (cheader_filename = "webkit/webkit.h")]
public class DOMHTMLAppletElement : WebKit.DOMHTMLElement, WebKit.DOMEventTarget {
[CCode (has_construct_function = false)]
protected DOMHTMLAppletElement ();
[CCode (cname = "webkit_dom_html_applet_element_get_align")]
public unowned string get_align ();
[CCode (cname = "webkit_dom_html_applet_element_get_alt")]