@girs/gxml-0.18 0.18.0-3.2.7 → 0.18.0-3.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/gxml-0.18.d.cts CHANGED
@@ -213,7 +213,6 @@ export module Collection {
213
213
  // Own constructor properties of GXml-0.18.GXml.Collection
214
214
 
215
215
  element?: DomElement | null
216
- items_type?: GObject.GType | null
217
216
  itemsType?: GObject.GType | null
218
217
  }
219
218
 
@@ -223,12 +222,9 @@ export interface Collection extends GObject.Object {
223
222
 
224
223
  // Own properties of GXml-0.18.GXml.Collection
225
224
 
226
- readonly nodes_index: GLib.Queue
227
225
  readonly nodesIndex: GLib.Queue
228
226
  element: DomElement
229
- readonly items_name: string | null
230
227
  readonly itemsName: string | null
231
- items_type: GObject.GType
232
228
  itemsType: GObject.GType
233
229
  readonly length: number
234
230
 
@@ -478,7 +474,6 @@ export module Map {
478
474
 
479
475
  // Own constructor properties of GXml-0.18.GXml.Map
480
476
 
481
- attribute_key?: string | null
482
477
  attributeKey?: string | null
483
478
  }
484
479
 
@@ -488,9 +483,7 @@ export interface Map extends GObject.Object, Collection, Gee.Traversable, Gee.It
488
483
 
489
484
  // Own properties of GXml-0.18.GXml.Map
490
485
 
491
- attribute_key: string | null
492
486
  attributeKey: string | null
493
- readonly keys_set: Gee.Set
494
487
  readonly keysSet: Gee.Set
495
488
 
496
489
  // Owm methods of GXml-0.18.GXml.Map
@@ -682,8 +675,6 @@ export module PairedMap {
682
675
 
683
676
  // Own constructor properties of GXml-0.18.GXml.PairedMap
684
677
 
685
- attribute_primary_key?: string | null
686
- attribute_secondary_key?: string | null
687
678
  attributePrimaryKey?: string | null
688
679
  attributeSecondaryKey?: string | null
689
680
  }
@@ -694,11 +685,8 @@ export interface PairedMap extends GObject.Object, Collection, Gee.Traversable,
694
685
 
695
686
  // Own properties of GXml-0.18.GXml.PairedMap
696
687
 
697
- attribute_primary_key: string | null
698
688
  attributePrimaryKey: string | null
699
- attribute_secondary_key: string | null
700
689
  attributeSecondaryKey: string | null
701
- readonly primary_keys_set: Gee.Set
702
690
  readonly primaryKeysSet: Gee.Set
703
691
 
704
692
  // Owm methods of GXml-0.18.GXml.PairedMap
@@ -903,9 +891,6 @@ export module ThreeMap {
903
891
 
904
892
  // Own constructor properties of GXml-0.18.GXml.ThreeMap
905
893
 
906
- attribute_primary_key?: string | null
907
- attribute_secondary_key?: string | null
908
- attribute_third_key?: string | null
909
894
  attributePrimaryKey?: string | null
910
895
  attributeSecondaryKey?: string | null
911
896
  attributeThirdKey?: string | null
@@ -917,13 +902,9 @@ export interface ThreeMap extends GObject.Object, Collection, Gee.Traversable, G
917
902
 
918
903
  // Own properties of GXml-0.18.GXml.ThreeMap
919
904
 
920
- attribute_primary_key: string | null
921
905
  attributePrimaryKey: string | null
922
- attribute_secondary_key: string | null
923
906
  attributeSecondaryKey: string | null
924
- attribute_third_key: string | null
925
907
  attributeThirdKey: string | null
926
- readonly primary_keys_set: Gee.Set
927
908
  readonly primaryKeysSet: Gee.Set
928
909
 
929
910
  // Owm methods of GXml-0.18.GXml.ThreeMap
@@ -1331,12 +1312,10 @@ export module Document {
1331
1312
  // Own constructor properties of GXml-0.18.GXml.Document
1332
1313
 
1333
1314
  indent?: boolean | null
1334
- ns_top?: boolean | null
1335
- prefix_default_ns?: boolean | null
1336
- backup?: boolean | null
1337
- file?: Gio.File | null
1338
1315
  nsTop?: boolean | null
1339
1316
  prefixDefaultNs?: boolean | null
1317
+ backup?: boolean | null
1318
+ file?: Gio.File | null
1340
1319
  }
1341
1320
 
1342
1321
  }
@@ -1346,9 +1325,7 @@ export interface Document extends GObject.Object, Node {
1346
1325
  // Own properties of GXml-0.18.GXml.Document
1347
1326
 
1348
1327
  indent: boolean
1349
- ns_top: boolean
1350
1328
  nsTop: boolean
1351
- prefix_default_ns: boolean
1352
1329
  prefixDefaultNs: boolean
1353
1330
  backup: boolean
1354
1331
  readonly root: Node
@@ -1535,10 +1512,8 @@ export interface DomAttr extends GObject.Object {
1535
1512
 
1536
1513
  // Own properties of GXml-0.18.GXml.DomAttr
1537
1514
 
1538
- readonly namespace_uri: string | null
1539
1515
  readonly namespaceUri: string | null
1540
1516
  readonly prefix: string | null
1541
- readonly local_name: string | null
1542
1517
  readonly localName: string | null
1543
1518
  readonly name: string | null
1544
1519
  value: string | null
@@ -1757,7 +1732,6 @@ export interface DomText extends DomCharacterData {
1757
1732
 
1758
1733
  // Own properties of GXml-0.18.GXml.DomText
1759
1734
 
1760
- readonly whole_text: string | null
1761
1735
  readonly wholeText: string | null
1762
1736
 
1763
1737
  // Owm methods of GXml-0.18.GXml.DomText
@@ -2239,11 +2213,8 @@ export interface DomParentNode extends GObject.Object {
2239
2213
  // Own properties of GXml-0.18.GXml.DomParentNode
2240
2214
 
2241
2215
  readonly children: DomHTMLCollection
2242
- readonly first_element_child: DomElement
2243
2216
  readonly firstElementChild: DomElement
2244
- readonly last_element_child: DomElement
2245
2217
  readonly lastElementChild: DomElement
2246
- readonly child_element_count: number
2247
2218
  readonly childElementCount: number
2248
2219
 
2249
2220
  // Owm methods of GXml-0.18.GXml.DomParentNode
@@ -2312,9 +2283,7 @@ export interface DomNonDocumentTypeChildNode extends GObject.Object {
2312
2283
 
2313
2284
  // Own properties of GXml-0.18.GXml.DomNonDocumentTypeChildNode
2314
2285
 
2315
- readonly previous_element_sibling: DomElement
2316
2286
  readonly previousElementSibling: DomElement
2317
- readonly next_element_sibling: DomElement
2318
2287
  readonly nextElementSibling: DomElement
2319
2288
 
2320
2289
  // Owm methods of GXml-0.18.GXml.DomNonDocumentTypeChildNode
@@ -2411,7 +2380,6 @@ export interface DomNodeList extends GObject.Object, Gee.BidirList {
2411
2380
 
2412
2381
  // Conflicting properties
2413
2382
 
2414
- read_only_view: any
2415
2383
  readOnlyView: any
2416
2384
 
2417
2385
  // Owm methods of GXml-0.18.GXml.DomNodeList
@@ -2510,7 +2478,6 @@ export interface DomHTMLCollection extends GObject.Object, Gee.BidirList {
2510
2478
 
2511
2479
  // Conflicting properties
2512
2480
 
2513
- read_only_view: any
2514
2481
  readOnlyView: any
2515
2482
 
2516
2483
  // Owm methods of GXml-0.18.GXml.DomHTMLCollection
@@ -2620,11 +2587,8 @@ export interface DomNodeIterator {
2620
2587
  // Own properties of GXml-0.18.GXml.DomNodeIterator
2621
2588
 
2622
2589
  readonly root: DomNode
2623
- readonly reference_node: DomNode
2624
2590
  readonly referenceNode: DomNode
2625
- readonly pointer_before_reference_node: boolean
2626
2591
  readonly pointerBeforeReferenceNode: boolean
2627
- readonly what_to_show: number
2628
2592
  readonly whatToShow: number
2629
2593
  readonly filter: DomNodeFilter
2630
2594
 
@@ -2700,10 +2664,8 @@ export interface DomTreeWalker extends GObject.Object {
2700
2664
  // Own properties of GXml-0.18.GXml.DomTreeWalker
2701
2665
 
2702
2666
  readonly root: DomNode
2703
- readonly what_to_show: number
2704
2667
  readonly whatToShow: number
2705
2668
  readonly filter: DomNodeFilter
2706
- readonly current_node: DomNode
2707
2669
  readonly currentNode: DomNode
2708
2670
 
2709
2671
  // Owm methods of GXml-0.18.GXml.DomTreeWalker
@@ -2863,7 +2825,6 @@ export interface DomTokenList extends GObject.Object, Gee.BidirList {
2863
2825
 
2864
2826
  // Conflicting properties
2865
2827
 
2866
- read_only_view: any
2867
2828
  readOnlyView: any
2868
2829
 
2869
2830
  // Owm methods of GXml-0.18.GXml.DomTokenList
@@ -3000,7 +2961,6 @@ export interface DomSettableTokenList extends DomTokenList {
3000
2961
 
3001
2962
  // Conflicting properties
3002
2963
 
3003
- read_only_view: any
3004
2964
  readOnlyView: any
3005
2965
 
3006
2966
  // Owm methods of GXml-0.18.GXml.DomSettableTokenList
@@ -3136,17 +3096,12 @@ export interface DomDocument extends GObject.Object, DomNode, DomParentNode, Dom
3136
3096
 
3137
3097
  readonly implementation: DomImplementation
3138
3098
  readonly url: string | null
3139
- readonly document_uri: string | null
3140
3099
  readonly documentUri: string | null
3141
3100
  readonly origin: string | null
3142
- readonly compat_mode: string | null
3143
3101
  readonly compatMode: string | null
3144
- readonly character_set: string | null
3145
3102
  readonly characterSet: string | null
3146
- readonly content_type: string | null
3147
3103
  readonly contentType: string | null
3148
3104
  readonly doctype: DomDocumentType
3149
- readonly document_element: DomElement
3150
3105
  readonly documentElement: DomElement
3151
3106
 
3152
3107
  // Owm methods of GXml-0.18.GXml.DomDocument
@@ -3555,9 +3510,7 @@ export interface DomDocumentType extends GObject.Object, DomNode, DomChildNode {
3555
3510
  // Own properties of GXml-0.18.GXml.DomDocumentType
3556
3511
 
3557
3512
  readonly name: string | null
3558
- readonly public_id: string | null
3559
3513
  readonly publicId: string | null
3560
- readonly system_id: string | null
3561
3514
  readonly systemId: string | null
3562
3515
 
3563
3516
  // Owm methods of GXml-0.18.GXml.DomDocumentType
@@ -3772,7 +3725,6 @@ export module DomElement {
3772
3725
  // Own constructor properties of GXml-0.18.GXml.DomElement
3773
3726
 
3774
3727
  id?: string | null
3775
- class_name?: string | null
3776
3728
  className?: string | null
3777
3729
  }
3778
3730
 
@@ -3782,17 +3734,12 @@ export interface DomElement extends GObject.Object, DomNode, DomChildNode, DomNo
3782
3734
 
3783
3735
  // Own properties of GXml-0.18.GXml.DomElement
3784
3736
 
3785
- readonly namespace_uri: string | null
3786
3737
  readonly namespaceUri: string | null
3787
3738
  readonly prefix: string | null
3788
- readonly local_name: string | null
3789
3739
  readonly localName: string | null
3790
- readonly tag_name: string | null
3791
3740
  readonly tagName: string | null
3792
3741
  id: string | null
3793
- class_name: string | null
3794
3742
  className: string | null
3795
- readonly class_list: DomTokenList
3796
3743
  readonly classList: DomTokenList
3797
3744
  readonly attributes: DomNamedNodeMap
3798
3745
 
@@ -4044,19 +3991,13 @@ export interface DomEvent extends GObject.Object {
4044
3991
  // Own properties of GXml-0.18.GXml.DomEvent
4045
3992
 
4046
3993
  readonly etype: string | null
4047
- readonly event_target: DomEventTarget
4048
3994
  readonly eventTarget: DomEventTarget
4049
- readonly current_target: DomEventTarget
4050
3995
  readonly currentTarget: DomEventTarget
4051
3996
  readonly bubbles: boolean
4052
3997
  readonly cancelable: boolean
4053
- readonly is_trusted: boolean
4054
3998
  readonly isTrusted: boolean
4055
- readonly time_stamp: DomTimeStamp
4056
3999
  readonly timeStamp: DomTimeStamp
4057
- readonly default_prevented: boolean
4058
4000
  readonly defaultPrevented: boolean
4059
- readonly event_phase: DomEventPhase
4060
4001
  readonly eventPhase: DomEventPhase
4061
4002
 
4062
4003
  // Owm methods of GXml-0.18.GXml.DomEvent
@@ -4267,8 +4208,6 @@ export module DomMutationRecord {
4267
4208
 
4268
4209
  // Own constructor properties of GXml-0.18.GXml.DomMutationRecord
4269
4210
 
4270
- added_nodes?: DomNodeList | null
4271
- removed_nodes?: DomNodeList | null
4272
4211
  addedNodes?: DomNodeList | null
4273
4212
  removedNodes?: DomNodeList | null
4274
4213
  }
@@ -4281,19 +4220,12 @@ export interface DomMutationRecord extends GObject.Object {
4281
4220
 
4282
4221
  readonly mtype: string | null
4283
4222
  readonly target: DomNode
4284
- added_nodes: DomNodeList
4285
4223
  addedNodes: DomNodeList
4286
- removed_nodes: DomNodeList
4287
4224
  removedNodes: DomNodeList
4288
- readonly previous_sibling: DomNode
4289
4225
  readonly previousSibling: DomNode
4290
- readonly next_sibling: DomNode
4291
4226
  readonly nextSibling: DomNode
4292
- readonly attribute_name: string | null
4293
4227
  readonly attributeName: string | null
4294
- readonly attribute_namespace: string | null
4295
4228
  readonly attributeNamespace: string | null
4296
- readonly old_value: string | null
4297
4229
  readonly oldValue: string | null
4298
4230
 
4299
4231
  // Owm methods of GXml-0.18.GXml.DomMutationRecord
@@ -4380,9 +4312,6 @@ export module DomNode {
4380
4312
 
4381
4313
  // Own constructor properties of GXml-0.18.GXml.DomNode
4382
4314
 
4383
- owner_document?: DomDocument | null
4384
- node_value?: string | null
4385
- text_content?: string | null
4386
4315
  ownerDocument?: DomDocument | null
4387
4316
  nodeValue?: string | null
4388
4317
  textContent?: string | null
@@ -4394,31 +4323,18 @@ export interface DomNode extends GObject.Object, DomEventTarget {
4394
4323
 
4395
4324
  // Own properties of GXml-0.18.GXml.DomNode
4396
4325
 
4397
- readonly node_type: DomNodeNodeType
4398
4326
  readonly nodeType: DomNodeNodeType
4399
- readonly node_name: string | null
4400
4327
  readonly nodeName: string | null
4401
- readonly base_uri: string | null
4402
4328
  readonly baseUri: string | null
4403
- owner_document: DomDocument
4404
4329
  ownerDocument: DomDocument
4405
- readonly parent_node: DomNode
4406
4330
  readonly parentNode: DomNode
4407
- readonly parent_element: DomElement
4408
4331
  readonly parentElement: DomElement
4409
- readonly child_nodes: DomNodeList
4410
4332
  readonly childNodes: DomNodeList
4411
- readonly first_child: DomNode
4412
4333
  readonly firstChild: DomNode
4413
- readonly last_child: DomNode
4414
4334
  readonly lastChild: DomNode
4415
- readonly previous_sibling: DomNode
4416
4335
  readonly previousSibling: DomNode
4417
- readonly next_sibling: DomNode
4418
4336
  readonly nextSibling: DomNode
4419
- node_value: string | null
4420
4337
  nodeValue: string | null
4421
- text_content: string | null
4422
4338
  textContent: string | null
4423
4339
 
4424
4340
  // Owm methods of GXml-0.18.GXml.DomNode
@@ -4559,16 +4475,11 @@ export interface DomRange extends GObject.Object {
4559
4475
 
4560
4476
  // Own properties of GXml-0.18.GXml.DomRange
4561
4477
 
4562
- readonly start_container: DomNode
4563
4478
  readonly startContainer: DomNode
4564
- readonly start_offset: number
4565
4479
  readonly startOffset: number
4566
- readonly end_container: DomNode
4567
4480
  readonly endContainer: DomNode
4568
- readonly end_offset: number
4569
4481
  readonly endOffset: number
4570
4482
  readonly collapsed: boolean
4571
- readonly common_ancestor_container: DomNode
4572
4483
  readonly commonAncestorContainer: DomNode
4573
4484
 
4574
4485
  // Owm methods of GXml-0.18.GXml.DomRange
@@ -4687,7 +4598,6 @@ export interface Element extends GObject.Object, Node {
4687
4598
 
4688
4599
  // Own properties of GXml-0.18.GXml.Element
4689
4600
 
4690
- readonly tag_name: string | null
4691
4601
  readonly tagName: string | null
4692
4602
  content: string | null
4693
4603
 
@@ -5053,12 +4963,10 @@ export interface Node extends GObject.Object {
5053
4963
  // Own properties of GXml-0.18.GXml.Node
5054
4964
 
5055
4965
  readonly namespaces: Gee.List
5056
- readonly children_nodes: Gee.BidirList
5057
4966
  readonly childrenNodes: Gee.BidirList
5058
4967
  readonly attrs: Gee.Map
5059
4968
  readonly name: string | null
5060
4969
  value: string | null
5061
- readonly type_node: NodeType
5062
4970
  readonly typeNode: NodeType
5063
4971
  readonly document: Document
5064
4972
  readonly parent: Node
@@ -5162,9 +5070,7 @@ export interface Notation extends GObject.Object, Node {
5162
5070
 
5163
5071
  // Own properties of GXml-0.18.GXml.Notation
5164
5072
 
5165
- readonly public_id: string | null
5166
5073
  readonly publicId: string | null
5167
- readonly external_id: string | null
5168
5074
  readonly externalId: string | null
5169
5075
 
5170
5076
  // Owm methods of GXml-0.18.GXml.Notation
@@ -5646,9 +5552,6 @@ export module IXsdSchema {
5646
5552
 
5647
5553
  // Own constructor properties of GXml-0.18.GXml.IXsdSchema
5648
5554
 
5649
- element_definitions?: IXsdListElements | null
5650
- simple_type_definitions?: IXsdListSimpleTypes | null
5651
- complex_type_definitions?: IXsdListComplexTypes | null
5652
5555
  elementDefinitions?: IXsdListElements | null
5653
5556
  simpleTypeDefinitions?: IXsdListSimpleTypes | null
5654
5557
  complexTypeDefinitions?: IXsdListComplexTypes | null
@@ -5660,11 +5563,8 @@ export interface IXsdSchema extends GObject.Object, DomElement {
5660
5563
 
5661
5564
  // Own properties of GXml-0.18.GXml.IXsdSchema
5662
5565
 
5663
- element_definitions: IXsdListElements
5664
5566
  elementDefinitions: IXsdListElements
5665
- simple_type_definitions: IXsdListSimpleTypes
5666
5567
  simpleTypeDefinitions: IXsdListSimpleTypes
5667
- complex_type_definitions: IXsdListComplexTypes
5668
5568
  complexTypeDefinitions: IXsdListComplexTypes
5669
5569
 
5670
5570
  // Owm methods of GXml-0.18.GXml.IXsdSchema
@@ -6095,10 +5995,8 @@ export module IXsdTypeRestriction {
6095
5995
 
6096
5996
  base?: string | null
6097
5997
  id?: string | null
6098
- simple_type?: IXsdSimpleType | null
6099
- enumerations?: IXsdListTypeRestrictionEnumerations | null
6100
- white_spaces?: IXsdListTypeRestrictionWhiteSpaces | null
6101
5998
  simpleType?: IXsdSimpleType | null
5999
+ enumerations?: IXsdListTypeRestrictionEnumerations | null
6102
6000
  whiteSpaces?: IXsdListTypeRestrictionWhiteSpaces | null
6103
6001
  }
6104
6002
 
@@ -6110,10 +6008,8 @@ export interface IXsdTypeRestriction extends GObject.Object, IXsdTypeDef {
6110
6008
 
6111
6009
  base: string | null
6112
6010
  id: string | null
6113
- simple_type: IXsdSimpleType
6114
6011
  simpleType: IXsdSimpleType
6115
6012
  enumerations: IXsdListTypeRestrictionEnumerations
6116
- white_spaces: IXsdListTypeRestrictionWhiteSpaces
6117
6013
  whiteSpaces: IXsdListTypeRestrictionWhiteSpaces
6118
6014
 
6119
6015
  // Owm methods of GXml-0.18.GXml.IXsdTypeRestriction
@@ -6867,8 +6763,6 @@ export module IXsdComplexType {
6867
6763
  final?: string | null
6868
6764
  mixed?: boolean | null
6869
6765
  name?: string | null
6870
- default_attributes_apply?: boolean | null
6871
- content_type?: IXsdBaseContent | null
6872
6766
  defaultAttributesApply?: boolean | null
6873
6767
  contentType?: IXsdBaseContent | null
6874
6768
  }
@@ -6884,13 +6778,9 @@ export interface IXsdComplexType extends GObject.Object, DomElement, IXsdBaseTyp
6884
6778
  final: string | null
6885
6779
  mixed: boolean
6886
6780
  name: string | null
6887
- default_attributes_apply: boolean
6888
6781
  defaultAttributesApply: boolean
6889
- content_type: IXsdBaseContent
6890
6782
  contentType: IXsdBaseContent
6891
- readonly type_attributes: IXsdListAttributes
6892
6783
  readonly typeAttributes: IXsdListAttributes
6893
- readonly group_attributes: IXsdListAttributesGroup
6894
6784
  readonly groupAttributes: IXsdListAttributesGroup
6895
6785
 
6896
6786
  // Owm methods of GXml-0.18.GXml.IXsdComplexType
@@ -7217,15 +7107,10 @@ export module IXsdElement {
7217
7107
  name?: string | null
7218
7108
  nillable?: boolean | null
7219
7109
  ref?: string | null
7220
- substitution_group?: DomTokenList | null
7221
- target_namespace?: string | null
7222
- object_type?: string | null
7223
- anotation?: IXsdAnnotation | null
7224
- simple_type?: IXsdSimpleType | null
7225
- complex_type?: IXsdComplexType | null
7226
7110
  substitutionGroup?: DomTokenList | null
7227
7111
  targetNamespace?: string | null
7228
7112
  objectType?: string | null
7113
+ anotation?: IXsdAnnotation | null
7229
7114
  simpleType?: IXsdSimpleType | null
7230
7115
  complexType?: IXsdComplexType | null
7231
7116
  }
@@ -7248,16 +7133,11 @@ export interface IXsdElement extends GObject.Object, DomElement {
7248
7133
  name: string | null
7249
7134
  nillable: boolean
7250
7135
  // Has conflict: ref: string | null
7251
- substitution_group: DomTokenList
7252
7136
  substitutionGroup: DomTokenList
7253
- target_namespace: string | null
7254
7137
  targetNamespace: string | null
7255
- object_type: string | null
7256
7138
  objectType: string | null
7257
7139
  anotation: IXsdAnnotation
7258
- simple_type: IXsdSimpleType
7259
7140
  simpleType: IXsdSimpleType
7260
- complex_type: IXsdComplexType
7261
7141
  complexType: IXsdComplexType
7262
7142
 
7263
7143
  // Owm methods of GXml-0.18.GXml.IXsdElement
@@ -7807,8 +7687,6 @@ export module IXsdList {
7807
7687
  // Own constructor properties of GXml-0.18.GXml.IXsdList
7808
7688
 
7809
7689
  element?: DomElement | null
7810
- items_type?: GObject.GType | null
7811
- items_name?: GObject.GType | null
7812
7690
  itemsType?: GObject.GType | null
7813
7691
  itemsName?: GObject.GType | null
7814
7692
  }
@@ -7820,9 +7698,7 @@ export interface IXsdList extends GObject.Object, Collection {
7820
7698
  // Own properties of GXml-0.18.GXml.IXsdList
7821
7699
 
7822
7700
  element: DomElement
7823
- items_type: GObject.GType
7824
7701
  itemsType: GObject.GType
7825
- items_name: any
7826
7702
  itemsName: any
7827
7703
  readonly length: number
7828
7704
 
@@ -7911,7 +7787,6 @@ export interface IXsdListElements extends GObject.Object, IXsdList {
7911
7787
 
7912
7788
  // Conflicting properties
7913
7789
 
7914
- items_name: any
7915
7790
  itemsName: any
7916
7791
 
7917
7792
  // Conflicting methods
@@ -7978,7 +7853,6 @@ export interface IXsdListSimpleTypes extends GObject.Object, IXsdList {
7978
7853
 
7979
7854
  // Conflicting properties
7980
7855
 
7981
- items_name: any
7982
7856
  itemsName: any
7983
7857
 
7984
7858
  // Conflicting methods
@@ -8045,7 +7919,6 @@ export interface IXsdListComplexTypes extends GObject.Object, IXsdList {
8045
7919
 
8046
7920
  // Conflicting properties
8047
7921
 
8048
- items_name: any
8049
7922
  itemsName: any
8050
7923
 
8051
7924
  // Conflicting methods
@@ -8112,7 +7985,6 @@ export interface IXsdListAttributes extends GObject.Object, IXsdList {
8112
7985
 
8113
7986
  // Conflicting properties
8114
7987
 
8115
- items_name: any
8116
7988
  itemsName: any
8117
7989
 
8118
7990
  // Conflicting methods
@@ -8179,7 +8051,6 @@ export interface IXsdListAttributesGroup extends GObject.Object, IXsdList {
8179
8051
 
8180
8052
  // Conflicting properties
8181
8053
 
8182
- items_name: any
8183
8054
  itemsName: any
8184
8055
 
8185
8056
  // Conflicting methods
@@ -8246,7 +8117,6 @@ export interface IXsdListTypeRestrictionEnumerations extends GObject.Object, IXs
8246
8117
 
8247
8118
  // Conflicting properties
8248
8119
 
8249
- items_name: any
8250
8120
  itemsName: any
8251
8121
 
8252
8122
  // Conflicting methods
@@ -8313,7 +8183,6 @@ export interface IXsdListTypeRestrictionWhiteSpaces extends GObject.Object, IXsd
8313
8183
 
8314
8184
  // Conflicting properties
8315
8185
 
8316
- items_name: any
8317
8186
  itemsName: any
8318
8187
 
8319
8188
  // Conflicting methods
@@ -8406,7 +8275,6 @@ export module Serializable {
8406
8275
 
8407
8276
  // Own constructor properties of GXml-0.18.GXml.Serializable
8408
8277
 
8409
- serialized_xml_node_value?: string | null
8410
8278
  serializedXmlNodeValue?: string | null
8411
8279
  }
8412
8280
 
@@ -8416,11 +8284,8 @@ export interface Serializable extends GObject.Object {
8416
8284
 
8417
8285
  // Own properties of GXml-0.18.GXml.Serializable
8418
8286
 
8419
- readonly unknown_serializable_properties: Gee.Map
8420
8287
  readonly unknownSerializableProperties: Gee.Map
8421
- readonly unknown_serializable_nodes: Gee.Collection
8422
8288
  readonly unknownSerializableNodes: Gee.Collection
8423
- serialized_xml_node_value: string | null
8424
8289
  serializedXmlNodeValue: string | null
8425
8290
 
8426
8291
  // Owm methods of GXml-0.18.GXml.Serializable
@@ -8827,13 +8692,9 @@ export interface XPathObject extends GObject.Object {
8827
8692
 
8828
8693
  // Own properties of GXml-0.18.GXml.XPathObject
8829
8694
 
8830
- readonly object_type: XPathObjectType
8831
8695
  readonly objectType: XPathObjectType
8832
- readonly boolean_value: boolean
8833
8696
  readonly booleanValue: boolean
8834
- readonly string_value: string | null
8835
8697
  readonly stringValue: string | null
8836
- readonly number_value: number
8837
8698
  readonly numberValue: number
8838
8699
  readonly nodeset: DomHTMLCollection
8839
8700
 
@@ -8897,10 +8758,9 @@ export module CssSelectorData {
8897
8758
 
8898
8759
  // Own constructor properties of GXml-0.18.GXml.CssSelectorData
8899
8760
 
8900
- selector_type?: CssSelectorType | null
8761
+ selectorType?: CssSelectorType | null
8901
8762
  data?: string | null
8902
8763
  value?: string | null
8903
- selectorType?: CssSelectorType | null
8904
8764
  }
8905
8765
 
8906
8766
  }
@@ -8909,7 +8769,6 @@ export interface CssSelectorData {
8909
8769
 
8910
8770
  // Own properties of GXml-0.18.GXml.CssSelectorData
8911
8771
 
8912
- selector_type: CssSelectorType
8913
8772
  selectorType: CssSelectorType
8914
8773
  data: string | null
8915
8774
  value: string | null
@@ -9092,7 +8951,6 @@ export interface DomElementList extends DomHTMLCollection {
9092
8951
 
9093
8952
  // Conflicting properties
9094
8953
 
9095
- read_only_view: any
9096
8954
  readOnlyView: any
9097
8955
 
9098
8956
  // Own fields of GXml-0.18.GXml.DomElementList
@@ -9415,15 +9273,10 @@ export module DomMutationObserverInit {
9415
9273
 
9416
9274
  // Own constructor properties of GXml-0.18.GXml.DomMutationObserverInit
9417
9275
 
9418
- child_list?: boolean | null
9419
- attributes?: boolean | null
9420
- character_data?: boolean | null
9421
- subtree?: boolean | null
9422
- attribute_old_value?: boolean | null
9423
- character_data_old_value?: boolean | null
9424
- attribute_filter?: Gee.List | null
9425
9276
  childList?: boolean | null
9277
+ attributes?: boolean | null
9426
9278
  characterData?: boolean | null
9279
+ subtree?: boolean | null
9427
9280
  attributeOldValue?: boolean | null
9428
9281
  characterDataOldValue?: boolean | null
9429
9282
  attributeFilter?: Gee.List | null
@@ -9435,17 +9288,12 @@ export interface DomMutationObserverInit {
9435
9288
 
9436
9289
  // Own properties of GXml-0.18.GXml.DomMutationObserverInit
9437
9290
 
9438
- child_list: boolean
9439
9291
  childList: boolean
9440
9292
  attributes: boolean
9441
- character_data: boolean
9442
9293
  characterData: boolean
9443
9294
  subtree: boolean
9444
- attribute_old_value: boolean
9445
9295
  attributeOldValue: boolean
9446
- character_data_old_value: boolean
9447
9296
  characterDataOldValue: boolean
9448
- attribute_filter: Gee.List
9449
9297
  attributeFilter: Gee.List
9450
9298
 
9451
9299
  // Own fields of GXml-0.18.GXml.DomMutationObserverInit
@@ -9571,7 +9419,6 @@ export interface ElementList extends DomHTMLCollection {
9571
9419
 
9572
9420
  // Conflicting properties
9573
9421
 
9574
- read_only_view: any
9575
9422
  readOnlyView: any
9576
9423
 
9577
9424
  // Own fields of GXml-0.18.GXml.ElementList
@@ -9716,7 +9563,6 @@ export interface GHtmlDocument extends DomHtmlDocument {
9716
9563
 
9717
9564
  // Own properties of GXml-0.18.GXml.GHtmlDocument
9718
9565
 
9719
- readonly default_options: number
9720
9566
  readonly defaultOptions: number
9721
9567
 
9722
9568
  // Own fields of GXml-0.18.GXml.GHtmlDocument
@@ -10766,9 +10612,8 @@ export module GomElement {
10766
10612
 
10767
10613
  // Own constructor properties of GXml-0.18.GXml.GomElement
10768
10614
 
10769
- parse_children?: boolean | null
10770
- unparsed?: string | null
10771
10615
  parseChildren?: boolean | null
10616
+ unparsed?: string | null
10772
10617
  }
10773
10618
 
10774
10619
  }
@@ -10777,7 +10622,6 @@ export interface GomElement extends DomChildNode, DomNonDocumentTypeChildNode, D
10777
10622
 
10778
10623
  // Own properties of GXml-0.18.GXml.GomElement
10779
10624
 
10780
- parse_children: boolean
10781
10625
  parseChildren: boolean
10782
10626
  unparsed: string | null
10783
10627
 
@@ -11245,7 +11089,6 @@ export interface GomNodeList extends DomNodeList {
11245
11089
 
11246
11090
  // Conflicting properties
11247
11091
 
11248
- read_only_view: any
11249
11092
  readOnlyView: any
11250
11093
 
11251
11094
  // Own fields of GXml-0.18.GXml.GomNodeList
@@ -11528,9 +11371,8 @@ export module GomXsdArrayString {
11528
11371
 
11529
11372
  // Own constructor properties of GXml-0.18.GXml.GomXsdArrayString
11530
11373
 
11531
- simple_type?: string | null
11532
- source?: Gio.File | null
11533
11374
  simpleType?: string | null
11375
+ source?: Gio.File | null
11534
11376
  }
11535
11377
 
11536
11378
  }
@@ -11539,7 +11381,6 @@ export interface GomXsdArrayString {
11539
11381
 
11540
11382
  // Own properties of GXml-0.18.GXml.GomXsdArrayString
11541
11383
 
11542
- simple_type: string | null
11543
11384
  simpleType: string | null
11544
11385
  source: Gio.File
11545
11386
 
@@ -11813,7 +11654,6 @@ export module GomEnum {
11813
11654
 
11814
11655
  // Own constructor properties of GXml-0.18.GXml.GomEnum
11815
11656
 
11816
- enum_type?: GObject.GType | null
11817
11657
  enumType?: GObject.GType | null
11818
11658
  }
11819
11659
 
@@ -11823,7 +11663,6 @@ export interface GomEnum {
11823
11663
 
11824
11664
  // Own properties of GXml-0.18.GXml.GomEnum
11825
11665
 
11826
- enum_type: GObject.GType
11827
11666
  enumType: GObject.GType
11828
11667
 
11829
11668
  // Own fields of GXml-0.18.GXml.GomEnum
@@ -11987,9 +11826,6 @@ export module GomXsdSchema {
11987
11826
 
11988
11827
  // Own constructor properties of GXml-0.18.GXml.GomXsdSchema
11989
11828
 
11990
- element_definitions?: GomXsdListElements | null
11991
- simple_type_definitions?: GomXsdListSimpleTypes | null
11992
- complex_type_definitions?: GomXsdListComplexTypes | null
11993
11829
  elementDefinitions?: GomXsdListElements | null
11994
11830
  simpleTypeDefinitions?: GomXsdListSimpleTypes | null
11995
11831
  complexTypeDefinitions?: GomXsdListComplexTypes | null
@@ -12001,11 +11837,8 @@ export interface GomXsdSchema {
12001
11837
 
12002
11838
  // Own properties of GXml-0.18.GXml.GomXsdSchema
12003
11839
 
12004
- element_definitions: GomXsdListElements
12005
11840
  elementDefinitions: GomXsdListElements
12006
- simple_type_definitions: GomXsdListSimpleTypes
12007
11841
  simpleTypeDefinitions: GomXsdListSimpleTypes
12008
- complex_type_definitions: GomXsdListComplexTypes
12009
11842
  complexTypeDefinitions: GomXsdListComplexTypes
12010
11843
 
12011
11844
  // Own fields of GXml-0.18.GXml.GomXsdSchema
@@ -12484,10 +12317,8 @@ export module GomXsdTypeRestriction {
12484
12317
  // Own constructor properties of GXml-0.18.GXml.GomXsdTypeRestriction
12485
12318
 
12486
12319
  base?: string | null
12487
- simple_type?: GomXsdSimpleType | null
12488
- enumerations?: GomXsdListTypeRestrictionEnumerations | null
12489
- white_spaces?: GomXsdListTypeRestrictionWhiteSpaces | null
12490
12320
  simpleType?: GomXsdSimpleType | null
12321
+ enumerations?: GomXsdListTypeRestrictionEnumerations | null
12491
12322
  whiteSpaces?: GomXsdListTypeRestrictionWhiteSpaces | null
12492
12323
  }
12493
12324
 
@@ -12498,10 +12329,8 @@ export interface GomXsdTypeRestriction {
12498
12329
  // Own properties of GXml-0.18.GXml.GomXsdTypeRestriction
12499
12330
 
12500
12331
  base: string | null
12501
- simple_type: GomXsdSimpleType
12502
12332
  simpleType: GomXsdSimpleType
12503
12333
  enumerations: GomXsdListTypeRestrictionEnumerations
12504
- white_spaces: GomXsdListTypeRestrictionWhiteSpaces
12505
12334
  whiteSpaces: GomXsdListTypeRestrictionWhiteSpaces
12506
12335
 
12507
12336
  // Own fields of GXml-0.18.GXml.GomXsdTypeRestriction
@@ -13922,8 +13751,6 @@ export module GomXsdComplexType {
13922
13751
  final?: string | null
13923
13752
  mixed?: boolean | null
13924
13753
  name?: string | null
13925
- default_attributes_apply?: boolean | null
13926
- content_type?: GomXsdBaseContent | null
13927
13754
  defaultAttributesApply?: boolean | null
13928
13755
  contentType?: GomXsdBaseContent | null
13929
13756
  }
@@ -13939,13 +13766,9 @@ export interface GomXsdComplexType {
13939
13766
  final: string | null
13940
13767
  mixed: boolean
13941
13768
  name: string | null
13942
- default_attributes_apply: boolean
13943
13769
  defaultAttributesApply: boolean
13944
- content_type: GomXsdBaseContent
13945
13770
  contentType: GomXsdBaseContent
13946
- readonly type_attributes: GomXsdList
13947
13771
  readonly typeAttributes: GomXsdList
13948
- readonly group_attributes: GomXsdList
13949
13772
  readonly groupAttributes: GomXsdList
13950
13773
 
13951
13774
  // Own fields of GXml-0.18.GXml.GomXsdComplexType
@@ -14173,22 +13996,15 @@ export module GomXsdElement {
14173
13996
  final?: string | null
14174
13997
  fixed?: string | null
14175
13998
  form?: string | null
14176
- max_occurs?: string | null
14177
- min_occurs?: string | null
13999
+ maxOccurs?: string | null
14000
+ minOccurs?: string | null
14178
14001
  name?: string | null
14179
14002
  nillable?: boolean | null
14180
14003
  ref?: string | null
14181
- substitution_group?: DomTokenList | null
14182
- target_namespace?: string | null
14183
- object_type?: string | null
14184
- anotation?: GomXsdAnnotation | null
14185
- simple_type?: GomXsdSimpleType | null
14186
- complex_type?: GomXsdComplexType | null
14187
- maxOccurs?: string | null
14188
- minOccurs?: string | null
14189
14004
  substitutionGroup?: DomTokenList | null
14190
14005
  targetNamespace?: string | null
14191
14006
  objectType?: string | null
14007
+ anotation?: GomXsdAnnotation | null
14192
14008
  simpleType?: GomXsdSimpleType | null
14193
14009
  complexType?: GomXsdComplexType | null
14194
14010
  }
@@ -14205,23 +14021,16 @@ export interface GomXsdElement {
14205
14021
  final: string | null
14206
14022
  fixed: string | null
14207
14023
  form: string | null
14208
- max_occurs: string | null
14209
14024
  maxOccurs: string | null
14210
- min_occurs: string | null
14211
14025
  minOccurs: string | null
14212
14026
  name: string | null
14213
14027
  nillable: boolean
14214
14028
  // Has conflict: ref: string | null
14215
- substitution_group: DomTokenList
14216
14029
  substitutionGroup: DomTokenList
14217
- target_namespace: string | null
14218
14030
  targetNamespace: string | null
14219
- object_type: string | null
14220
14031
  objectType: string | null
14221
14032
  anotation: GomXsdAnnotation
14222
- simple_type: GomXsdSimpleType
14223
14033
  simpleType: GomXsdSimpleType
14224
- complex_type: GomXsdComplexType
14225
14034
  complexType: GomXsdComplexType
14226
14035
 
14227
14036
  // Own fields of GXml-0.18.GXml.GomXsdElement
@@ -17345,7 +17154,6 @@ export interface GDomTokenList extends DomTokenList {
17345
17154
 
17346
17155
  // Conflicting properties
17347
17156
 
17348
- read_only_view: any
17349
17157
  readOnlyView: any
17350
17158
 
17351
17159
  // Own fields of GXml-0.18.GXml.GDomTokenList
@@ -17526,7 +17334,6 @@ export interface GDomSettableTokenList extends DomSettableTokenList {
17526
17334
 
17527
17335
  // Conflicting properties
17528
17336
 
17529
- read_only_view: any
17530
17337
  readOnlyView: any
17531
17338
 
17532
17339
  // Own fields of GXml-0.18.GXml.GDomSettableTokenList
@@ -17705,7 +17512,6 @@ export interface GDomHTMLCollection extends DomHTMLCollection {
17705
17512
 
17706
17513
  // Conflicting properties
17707
17514
 
17708
- read_only_view: any
17709
17515
  readOnlyView: any
17710
17516
 
17711
17517
  // Own fields of GXml-0.18.GXml.GDomHTMLCollection
@@ -18402,7 +18208,6 @@ export interface GListChildren extends DomNodeList, DomHTMLCollection {
18402
18208
 
18403
18209
  // Conflicting properties
18404
18210
 
18405
- read_only_view: any
18406
18211
  readOnlyView: any
18407
18212
 
18408
18213
  // Own fields of GXml-0.18.GXml.GListChildren
@@ -18592,7 +18397,6 @@ export interface GListNamespaces {
18592
18397
 
18593
18398
  // Conflicting properties
18594
18399
 
18595
- read_only_view: any
18596
18400
  readOnlyView: any
18597
18401
 
18598
18402
  // Own fields of GXml-0.18.GXml.GListNamespaces
@@ -18791,12 +18595,10 @@ export interface GNode extends DomEventTarget, DomNode, Node {
18791
18595
  // Own properties of GXml-0.18.GXml.GNode
18792
18596
 
18793
18597
  readonly attrs: Gee.Map
18794
- readonly children_nodes: Gee.BidirList
18795
18598
  readonly childrenNodes: Gee.BidirList
18796
18599
  readonly namespaces: Gee.List
18797
18600
  readonly document: Document
18798
18601
  readonly parent: Node
18799
- readonly type_node: NodeType
18800
18602
  readonly typeNode: NodeType
18801
18603
  readonly name: string | null
18802
18604
  value: string | null
@@ -19389,7 +19191,6 @@ export interface NodeList {
19389
19191
 
19390
19192
  // Conflicting properties
19391
19193
 
19392
- read_only_view: any
19393
19194
  readOnlyView: any
19394
19195
 
19395
19196
  // Own fields of GXml-0.18.GXml.NodeList
@@ -19769,7 +19570,6 @@ export module SerializableArrayList {
19769
19570
 
19770
19571
  // Own constructor properties of GXml-0.18.GXml.SerializableArrayList
19771
19572
 
19772
- ignored_serializable_properties?: GLib.HashTable | null
19773
19573
  ignoredSerializableProperties?: GLib.HashTable | null
19774
19574
  }
19775
19575
 
@@ -19779,12 +19579,10 @@ export interface SerializableArrayList extends Serializable, SerializableCollect
19779
19579
 
19780
19580
  // Own properties of GXml-0.18.GXml.SerializableArrayList
19781
19581
 
19782
- ignored_serializable_properties: GLib.HashTable
19783
19582
  ignoredSerializableProperties: GLib.HashTable
19784
19583
 
19785
19584
  // Conflicting properties
19786
19585
 
19787
- read_only_view: any
19788
19586
  readOnlyView: any
19789
19587
 
19790
19588
  // Own fields of GXml-0.18.GXml.SerializableArrayList
@@ -19963,7 +19761,6 @@ export module SerializableDualKeyMap {
19963
19761
 
19964
19762
  // Own constructor properties of GXml-0.18.GXml.SerializableDualKeyMap
19965
19763
 
19966
- ignored_serializable_properties?: GLib.HashTable | null
19967
19764
  ignoredSerializableProperties?: GLib.HashTable | null
19968
19765
  }
19969
19766
 
@@ -19973,16 +19770,11 @@ export interface SerializableDualKeyMap extends Gee.Traversable, Serializable, S
19973
19770
 
19974
19771
  // Own properties of GXml-0.18.GXml.SerializableDualKeyMap
19975
19772
 
19976
- readonly value_type: GObject.GType
19977
19773
  readonly valueType: GObject.GType
19978
- readonly primary_key_type: GObject.GType
19979
19774
  readonly primaryKeyType: GObject.GType
19980
- readonly secondary_key_type: GObject.GType
19981
19775
  readonly secondaryKeyType: GObject.GType
19982
- readonly primary_keys: Gee.Collection
19983
19776
  readonly primaryKeys: Gee.Collection
19984
19777
  readonly size: number
19985
- ignored_serializable_properties: GLib.HashTable
19986
19778
  ignoredSerializableProperties: GLib.HashTable
19987
19779
 
19988
19780
  // Own fields of GXml-0.18.GXml.SerializableDualKeyMap
@@ -20103,7 +19895,6 @@ export module SerializableHashMap {
20103
19895
 
20104
19896
  // Own constructor properties of GXml-0.18.GXml.SerializableHashMap
20105
19897
 
20106
- ignored_serializable_properties?: GLib.HashTable | null
20107
19898
  ignoredSerializableProperties?: GLib.HashTable | null
20108
19899
  }
20109
19900
 
@@ -20113,7 +19904,6 @@ export interface SerializableHashMap extends Serializable, SerializableCollectio
20113
19904
 
20114
19905
  // Own properties of GXml-0.18.GXml.SerializableHashMap
20115
19906
 
20116
- ignored_serializable_properties: GLib.HashTable
20117
19907
  ignoredSerializableProperties: GLib.HashTable
20118
19908
 
20119
19909
  // Own fields of GXml-0.18.GXml.SerializableHashMap
@@ -20248,7 +20038,6 @@ export module SerializableTreeMap {
20248
20038
 
20249
20039
  // Own constructor properties of GXml-0.18.GXml.SerializableTreeMap
20250
20040
 
20251
- ignored_serializable_properties?: GLib.HashTable | null
20252
20041
  ignoredSerializableProperties?: GLib.HashTable | null
20253
20042
  }
20254
20043
 
@@ -20258,12 +20047,10 @@ export interface SerializableTreeMap extends Serializable, SerializableCollectio
20258
20047
 
20259
20048
  // Own properties of GXml-0.18.GXml.SerializableTreeMap
20260
20049
 
20261
- ignored_serializable_properties: GLib.HashTable
20262
20050
  ignoredSerializableProperties: GLib.HashTable
20263
20051
 
20264
20052
  // Conflicting properties
20265
20053
 
20266
- read_only_view: any
20267
20054
  readOnlyView: any
20268
20055
 
20269
20056
  // Own fields of GXml-0.18.GXml.SerializableTreeMap
@@ -20503,7 +20290,6 @@ export module SerializableObjectModel {
20503
20290
 
20504
20291
  // Own constructor properties of GXml-0.18.GXml.SerializableObjectModel
20505
20292
 
20506
- ignored_serializable_properties?: GLib.HashTable | null
20507
20293
  ignoredSerializableProperties?: GLib.HashTable | null
20508
20294
  }
20509
20295
 
@@ -20513,7 +20299,6 @@ export interface SerializableObjectModel extends Serializable {
20513
20299
 
20514
20300
  // Own properties of GXml-0.18.GXml.SerializableObjectModel
20515
20301
 
20516
- ignored_serializable_properties: GLib.HashTable
20517
20302
  ignoredSerializableProperties: GLib.HashTable
20518
20303
 
20519
20304
  // Own fields of GXml-0.18.GXml.SerializableObjectModel
@@ -21133,12 +20918,10 @@ export interface TNode extends Node {
21133
20918
  // Own properties of GXml-0.18.GXml.TNode
21134
20919
 
21135
20920
  readonly attrs: Gee.Map
21136
- readonly children_nodes: Gee.BidirList
21137
20921
  readonly childrenNodes: Gee.BidirList
21138
20922
  readonly document: Document
21139
20923
  readonly name: string | null
21140
20924
  readonly namespaces: Gee.List
21141
- readonly type_node: NodeType
21142
20925
  readonly typeNode: NodeType
21143
20926
  value: string | null
21144
20927
  readonly parent: Node
@@ -21241,7 +21024,6 @@ export interface TNodeTChildrenList {
21241
21024
 
21242
21025
  // Conflicting properties
21243
21026
 
21244
- read_only_view: any
21245
21027
  readOnlyView: any
21246
21028
 
21247
21029
  // Own fields of GXml-0.18.GXml.TNodeTChildrenList