@girs/gee-0.8 0.8.0-3.2.5 → 0.8.0-3.2.7

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/gee-0.8.d.ts CHANGED
@@ -161,6 +161,7 @@ interface BidirList extends List {
161
161
  // Own properties of Gee-0.8.Gee.BidirList
162
162
 
163
163
  readonly read_only_view: any
164
+ readonly readOnlyView: any
164
165
 
165
166
  // Owm methods of Gee-0.8.Gee.BidirList
166
167
 
@@ -336,6 +337,7 @@ interface BidirSortedSet extends SortedSet {
336
337
  // Own properties of Gee-0.8.Gee.BidirSortedSet
337
338
 
338
339
  readonly read_only_view: any
340
+ readonly readOnlyView: any
339
341
 
340
342
  // Owm methods of Gee-0.8.Gee.BidirSortedSet
341
343
 
@@ -410,6 +412,7 @@ interface BidirSortedMap extends SortedMap {
410
412
  // Own properties of Gee-0.8.Gee.BidirSortedMap
411
413
 
412
414
  readonly read_only_view: any
415
+ readonly readOnlyView: any
413
416
 
414
417
  // Owm methods of Gee-0.8.Gee.BidirSortedMap
415
418
 
@@ -496,7 +499,9 @@ interface Collection extends Iterable {
496
499
 
497
500
  readonly size: number
498
501
  readonly read_only: boolean
502
+ readonly readOnly: boolean
499
503
  readonly read_only_view: Collection
504
+ readonly readOnlyView: Collection
500
505
 
501
506
  // Owm methods of Gee-0.8.Gee.Collection
502
507
 
@@ -866,6 +871,7 @@ interface Iterator extends GObject.Object, Traversable {
866
871
 
867
872
  readonly valid: boolean
868
873
  readonly read_only: boolean
874
+ readonly readOnly: boolean
869
875
 
870
876
  // Owm methods of Gee-0.8.Gee.Iterator
871
877
 
@@ -928,6 +934,7 @@ interface List extends Collection {
928
934
  // Own properties of Gee-0.8.Gee.List
929
935
 
930
936
  readonly read_only_view: any
937
+ readonly readOnlyView: any
931
938
 
932
939
  // Owm methods of Gee-0.8.Gee.List
933
940
 
@@ -1067,10 +1074,12 @@ interface Map extends GObject.Object, Iterable {
1067
1074
 
1068
1075
  readonly size: number
1069
1076
  readonly read_only: boolean
1077
+ readonly readOnly: boolean
1070
1078
  readonly keys: Set
1071
1079
  readonly values: Collection
1072
1080
  readonly entries: Set
1073
1081
  readonly read_only_view: Map
1082
+ readonly readOnlyView: Map
1074
1083
 
1075
1084
  // Owm methods of Gee-0.8.Gee.Map
1076
1085
 
@@ -1174,6 +1183,7 @@ interface MapIterator extends GObject.Object {
1174
1183
  readonly valid: boolean
1175
1184
  readonly mutable: boolean
1176
1185
  readonly read_only: boolean
1186
+ readonly readOnly: boolean
1177
1187
 
1178
1188
  // Owm methods of Gee-0.8.Gee.MapIterator
1179
1189
 
@@ -1248,6 +1258,7 @@ interface MultiMap extends GObject.Object {
1248
1258
 
1249
1259
  readonly size: number
1250
1260
  readonly read_only: boolean
1261
+ readonly readOnly: boolean
1251
1262
 
1252
1263
  // Owm methods of Gee-0.8.Gee.MultiMap
1253
1264
 
@@ -1389,7 +1400,9 @@ interface Queue extends Collection {
1389
1400
 
1390
1401
  readonly capacity: number
1391
1402
  readonly remaining_capacity: number
1403
+ readonly remainingCapacity: number
1392
1404
  readonly is_full: boolean
1405
+ readonly isFull: boolean
1393
1406
 
1394
1407
  // Owm methods of Gee-0.8.Gee.Queue
1395
1408
 
@@ -1464,6 +1477,7 @@ interface Set extends Collection {
1464
1477
  // Own properties of Gee-0.8.Gee.Set
1465
1478
 
1466
1479
  readonly read_only_view: any
1480
+ readonly readOnlyView: any
1467
1481
 
1468
1482
  // Owm methods of Gee-0.8.Gee.Set
1469
1483
 
@@ -1530,8 +1544,11 @@ interface SortedMap extends Map {
1530
1544
  // Own properties of Gee-0.8.Gee.SortedMap
1531
1545
 
1532
1546
  readonly ascending_keys: SortedSet
1547
+ readonly ascendingKeys: SortedSet
1533
1548
  readonly ascending_entries: SortedSet
1549
+ readonly ascendingEntries: SortedSet
1534
1550
  readonly read_only_view: any
1551
+ readonly readOnlyView: any
1535
1552
 
1536
1553
  // Owm methods of Gee-0.8.Gee.SortedMap
1537
1554
 
@@ -1619,6 +1636,7 @@ interface SortedSet extends Set {
1619
1636
  // Own properties of Gee-0.8.Gee.SortedSet
1620
1637
 
1621
1638
  readonly read_only_view: any
1639
+ readonly readOnlyView: any
1622
1640
 
1623
1641
  // Owm methods of Gee-0.8.Gee.SortedSet
1624
1642
 
@@ -1775,6 +1793,9 @@ module AbstractBidirList {
1775
1793
  g_type?: GObject.GType | null
1776
1794
  g_dup_func?: GObject.BoxedCopyFunc | null
1777
1795
  g_destroy_func?: GLib.DestroyNotify | null
1796
+ gType?: GObject.GType | null
1797
+ gDupFunc?: GObject.BoxedCopyFunc | null
1798
+ gDestroyFunc?: GLib.DestroyNotify | null
1778
1799
  }
1779
1800
 
1780
1801
  }
@@ -1784,9 +1805,13 @@ interface AbstractBidirList extends BidirList {
1784
1805
  // Own properties of Gee-0.8.Gee.AbstractBidirList
1785
1806
 
1786
1807
  readonly g_type: GObject.GType
1808
+ readonly gType: GObject.GType
1787
1809
  readonly g_dup_func: GObject.BoxedCopyFunc
1810
+ readonly gDupFunc: GObject.BoxedCopyFunc
1788
1811
  readonly g_destroy_func: GLib.DestroyNotify
1812
+ readonly gDestroyFunc: GLib.DestroyNotify
1789
1813
  readonly read_only_view: any
1814
+ readonly readOnlyView: any
1790
1815
 
1791
1816
  // Owm methods of Gee-0.8.Gee.AbstractBidirList
1792
1817
 
@@ -1889,6 +1914,9 @@ module AbstractBidirSortedSet {
1889
1914
  g_type?: GObject.GType | null
1890
1915
  g_dup_func?: GObject.BoxedCopyFunc | null
1891
1916
  g_destroy_func?: GLib.DestroyNotify | null
1917
+ gType?: GObject.GType | null
1918
+ gDupFunc?: GObject.BoxedCopyFunc | null
1919
+ gDestroyFunc?: GLib.DestroyNotify | null
1892
1920
  }
1893
1921
 
1894
1922
  }
@@ -1898,9 +1926,13 @@ interface AbstractBidirSortedSet extends BidirSortedSet {
1898
1926
  // Own properties of Gee-0.8.Gee.AbstractBidirSortedSet
1899
1927
 
1900
1928
  readonly g_type: GObject.GType
1929
+ readonly gType: GObject.GType
1901
1930
  readonly g_dup_func: GObject.BoxedCopyFunc
1931
+ readonly gDupFunc: GObject.BoxedCopyFunc
1902
1932
  readonly g_destroy_func: GLib.DestroyNotify
1933
+ readonly gDestroyFunc: GLib.DestroyNotify
1903
1934
  readonly read_only_view: any
1935
+ readonly readOnlyView: any
1904
1936
 
1905
1937
  // Owm methods of Gee-0.8.Gee.AbstractBidirSortedSet
1906
1938
 
@@ -2021,6 +2053,12 @@ module AbstractBidirSortedMap {
2021
2053
  v_type?: GObject.GType | null
2022
2054
  v_dup_func?: GObject.BoxedCopyFunc | null
2023
2055
  v_destroy_func?: GLib.DestroyNotify | null
2056
+ kType?: GObject.GType | null
2057
+ kDupFunc?: GObject.BoxedCopyFunc | null
2058
+ kDestroyFunc?: GLib.DestroyNotify | null
2059
+ vType?: GObject.GType | null
2060
+ vDupFunc?: GObject.BoxedCopyFunc | null
2061
+ vDestroyFunc?: GLib.DestroyNotify | null
2024
2062
  }
2025
2063
 
2026
2064
  }
@@ -2030,12 +2068,19 @@ interface AbstractBidirSortedMap extends BidirSortedMap {
2030
2068
  // Own properties of Gee-0.8.Gee.AbstractBidirSortedMap
2031
2069
 
2032
2070
  readonly k_type: GObject.GType
2071
+ readonly kType: GObject.GType
2033
2072
  readonly k_dup_func: GObject.BoxedCopyFunc
2073
+ readonly kDupFunc: GObject.BoxedCopyFunc
2034
2074
  readonly k_destroy_func: GLib.DestroyNotify
2075
+ readonly kDestroyFunc: GLib.DestroyNotify
2035
2076
  readonly v_type: GObject.GType
2077
+ readonly vType: GObject.GType
2036
2078
  readonly v_dup_func: GObject.BoxedCopyFunc
2079
+ readonly vDupFunc: GObject.BoxedCopyFunc
2037
2080
  readonly v_destroy_func: GLib.DestroyNotify
2081
+ readonly vDestroyFunc: GLib.DestroyNotify
2038
2082
  readonly read_only_view: any
2083
+ readonly readOnlyView: any
2039
2084
 
2040
2085
  // Owm methods of Gee-0.8.Gee.AbstractBidirSortedMap
2041
2086
 
@@ -2163,6 +2208,9 @@ module AbstractCollection {
2163
2208
  g_type?: GObject.GType | null
2164
2209
  g_dup_func?: GObject.BoxedCopyFunc | null
2165
2210
  g_destroy_func?: GLib.DestroyNotify | null
2211
+ gType?: GObject.GType | null
2212
+ gDupFunc?: GObject.BoxedCopyFunc | null
2213
+ gDestroyFunc?: GLib.DestroyNotify | null
2166
2214
  }
2167
2215
 
2168
2216
  }
@@ -2172,11 +2220,16 @@ interface AbstractCollection extends Traversable, Iterable, Collection {
2172
2220
  // Own properties of Gee-0.8.Gee.AbstractCollection
2173
2221
 
2174
2222
  readonly g_type: GObject.GType
2223
+ readonly gType: GObject.GType
2175
2224
  readonly g_dup_func: GObject.BoxedCopyFunc
2225
+ readonly gDupFunc: GObject.BoxedCopyFunc
2176
2226
  readonly g_destroy_func: GLib.DestroyNotify
2227
+ readonly gDestroyFunc: GLib.DestroyNotify
2177
2228
  readonly size: number
2178
2229
  readonly read_only: boolean
2230
+ readonly readOnly: boolean
2179
2231
  readonly read_only_view: Collection
2232
+ readonly readOnlyView: Collection
2180
2233
 
2181
2234
  // Owm methods of Gee-0.8.Gee.AbstractCollection
2182
2235
 
@@ -2272,6 +2325,9 @@ module AbstractList {
2272
2325
  g_type?: GObject.GType | null
2273
2326
  g_dup_func?: GObject.BoxedCopyFunc | null
2274
2327
  g_destroy_func?: GLib.DestroyNotify | null
2328
+ gType?: GObject.GType | null
2329
+ gDupFunc?: GObject.BoxedCopyFunc | null
2330
+ gDestroyFunc?: GLib.DestroyNotify | null
2275
2331
  }
2276
2332
 
2277
2333
  }
@@ -2281,9 +2337,13 @@ interface AbstractList extends List {
2281
2337
  // Own properties of Gee-0.8.Gee.AbstractList
2282
2338
 
2283
2339
  readonly g_type: GObject.GType
2340
+ readonly gType: GObject.GType
2284
2341
  readonly g_dup_func: GObject.BoxedCopyFunc
2342
+ readonly gDupFunc: GObject.BoxedCopyFunc
2285
2343
  readonly g_destroy_func: GLib.DestroyNotify
2344
+ readonly gDestroyFunc: GLib.DestroyNotify
2286
2345
  readonly read_only_view: any
2346
+ readonly readOnlyView: any
2287
2347
 
2288
2348
  // Owm methods of Gee-0.8.Gee.AbstractList
2289
2349
 
@@ -2399,6 +2459,12 @@ module AbstractMap {
2399
2459
  v_type?: GObject.GType | null
2400
2460
  v_dup_func?: GObject.BoxedCopyFunc | null
2401
2461
  v_destroy_func?: GLib.DestroyNotify | null
2462
+ kType?: GObject.GType | null
2463
+ kDupFunc?: GObject.BoxedCopyFunc | null
2464
+ kDestroyFunc?: GLib.DestroyNotify | null
2465
+ vType?: GObject.GType | null
2466
+ vDupFunc?: GObject.BoxedCopyFunc | null
2467
+ vDestroyFunc?: GLib.DestroyNotify | null
2402
2468
  }
2403
2469
 
2404
2470
  }
@@ -2408,17 +2474,25 @@ interface AbstractMap extends Traversable, Iterable, Map {
2408
2474
  // Own properties of Gee-0.8.Gee.AbstractMap
2409
2475
 
2410
2476
  readonly k_type: GObject.GType
2477
+ readonly kType: GObject.GType
2411
2478
  readonly k_dup_func: GObject.BoxedCopyFunc
2479
+ readonly kDupFunc: GObject.BoxedCopyFunc
2412
2480
  readonly k_destroy_func: GLib.DestroyNotify
2481
+ readonly kDestroyFunc: GLib.DestroyNotify
2413
2482
  readonly v_type: GObject.GType
2483
+ readonly vType: GObject.GType
2414
2484
  readonly v_dup_func: GObject.BoxedCopyFunc
2485
+ readonly vDupFunc: GObject.BoxedCopyFunc
2415
2486
  readonly v_destroy_func: GLib.DestroyNotify
2487
+ readonly vDestroyFunc: GLib.DestroyNotify
2416
2488
  readonly size: number
2417
2489
  readonly read_only: boolean
2490
+ readonly readOnly: boolean
2418
2491
  readonly keys: Set
2419
2492
  readonly values: Collection
2420
2493
  readonly entries: Set
2421
2494
  readonly read_only_view: Map
2495
+ readonly readOnlyView: Map
2422
2496
 
2423
2497
  // Owm methods of Gee-0.8.Gee.AbstractMap
2424
2498
 
@@ -2547,6 +2621,12 @@ module AbstractMultiMap {
2547
2621
  v_type?: GObject.GType | null
2548
2622
  v_dup_func?: GObject.BoxedCopyFunc | null
2549
2623
  v_destroy_func?: GLib.DestroyNotify | null
2624
+ kType?: GObject.GType | null
2625
+ kDupFunc?: GObject.BoxedCopyFunc | null
2626
+ kDestroyFunc?: GLib.DestroyNotify | null
2627
+ vType?: GObject.GType | null
2628
+ vDupFunc?: GObject.BoxedCopyFunc | null
2629
+ vDestroyFunc?: GLib.DestroyNotify | null
2550
2630
  }
2551
2631
 
2552
2632
  }
@@ -2556,11 +2636,17 @@ interface AbstractMultiMap extends MultiMap {
2556
2636
  // Own properties of Gee-0.8.Gee.AbstractMultiMap
2557
2637
 
2558
2638
  readonly k_type: GObject.GType
2639
+ readonly kType: GObject.GType
2559
2640
  readonly k_dup_func: GObject.BoxedCopyFunc
2641
+ readonly kDupFunc: GObject.BoxedCopyFunc
2560
2642
  readonly k_destroy_func: GLib.DestroyNotify
2643
+ readonly kDestroyFunc: GLib.DestroyNotify
2561
2644
  readonly v_type: GObject.GType
2645
+ readonly vType: GObject.GType
2562
2646
  readonly v_dup_func: GObject.BoxedCopyFunc
2647
+ readonly vDupFunc: GObject.BoxedCopyFunc
2563
2648
  readonly v_destroy_func: GLib.DestroyNotify
2649
+ readonly vDestroyFunc: GLib.DestroyNotify
2564
2650
 
2565
2651
  // Own fields of Gee-0.8.Gee.AbstractMultiMap
2566
2652
 
@@ -2654,6 +2740,9 @@ module AbstractMultiSet {
2654
2740
  g_type?: GObject.GType | null
2655
2741
  g_dup_func?: GObject.BoxedCopyFunc | null
2656
2742
  g_destroy_func?: GLib.DestroyNotify | null
2743
+ gType?: GObject.GType | null
2744
+ gDupFunc?: GObject.BoxedCopyFunc | null
2745
+ gDestroyFunc?: GLib.DestroyNotify | null
2657
2746
  }
2658
2747
 
2659
2748
  }
@@ -2663,8 +2752,11 @@ interface AbstractMultiSet extends MultiSet {
2663
2752
  // Own properties of Gee-0.8.Gee.AbstractMultiSet
2664
2753
 
2665
2754
  readonly g_type: GObject.GType
2755
+ readonly gType: GObject.GType
2666
2756
  readonly g_dup_func: GObject.BoxedCopyFunc
2757
+ readonly gDupFunc: GObject.BoxedCopyFunc
2667
2758
  readonly g_destroy_func: GLib.DestroyNotify
2759
+ readonly gDestroyFunc: GLib.DestroyNotify
2668
2760
 
2669
2761
  // Own fields of Gee-0.8.Gee.AbstractMultiSet
2670
2762
 
@@ -2765,6 +2857,9 @@ module AbstractQueue {
2765
2857
  g_type?: GObject.GType | null
2766
2858
  g_dup_func?: GObject.BoxedCopyFunc | null
2767
2859
  g_destroy_func?: GLib.DestroyNotify | null
2860
+ gType?: GObject.GType | null
2861
+ gDupFunc?: GObject.BoxedCopyFunc | null
2862
+ gDestroyFunc?: GLib.DestroyNotify | null
2768
2863
  }
2769
2864
 
2770
2865
  }
@@ -2774,11 +2869,16 @@ interface AbstractQueue extends Queue {
2774
2869
  // Own properties of Gee-0.8.Gee.AbstractQueue
2775
2870
 
2776
2871
  readonly g_type: GObject.GType
2872
+ readonly gType: GObject.GType
2777
2873
  readonly g_dup_func: GObject.BoxedCopyFunc
2874
+ readonly gDupFunc: GObject.BoxedCopyFunc
2778
2875
  readonly g_destroy_func: GLib.DestroyNotify
2876
+ readonly gDestroyFunc: GLib.DestroyNotify
2779
2877
  readonly capacity: number
2780
2878
  readonly remaining_capacity: number
2879
+ readonly remainingCapacity: number
2781
2880
  readonly is_full: boolean
2881
+ readonly isFull: boolean
2782
2882
 
2783
2883
  // Owm methods of Gee-0.8.Gee.AbstractQueue
2784
2884
 
@@ -2875,6 +2975,9 @@ module AbstractSet {
2875
2975
  g_type?: GObject.GType | null
2876
2976
  g_dup_func?: GObject.BoxedCopyFunc | null
2877
2977
  g_destroy_func?: GLib.DestroyNotify | null
2978
+ gType?: GObject.GType | null
2979
+ gDupFunc?: GObject.BoxedCopyFunc | null
2980
+ gDestroyFunc?: GLib.DestroyNotify | null
2878
2981
  }
2879
2982
 
2880
2983
  }
@@ -2884,9 +2987,13 @@ interface AbstractSet extends Set {
2884
2987
  // Own properties of Gee-0.8.Gee.AbstractSet
2885
2988
 
2886
2989
  readonly g_type: GObject.GType
2990
+ readonly gType: GObject.GType
2887
2991
  readonly g_dup_func: GObject.BoxedCopyFunc
2992
+ readonly gDupFunc: GObject.BoxedCopyFunc
2888
2993
  readonly g_destroy_func: GLib.DestroyNotify
2994
+ readonly gDestroyFunc: GLib.DestroyNotify
2889
2995
  readonly read_only_view: any
2996
+ readonly readOnlyView: any
2890
2997
 
2891
2998
  // Owm methods of Gee-0.8.Gee.AbstractSet
2892
2999
 
@@ -2988,6 +3095,12 @@ module AbstractSortedMap {
2988
3095
  v_type?: GObject.GType | null
2989
3096
  v_dup_func?: GObject.BoxedCopyFunc | null
2990
3097
  v_destroy_func?: GLib.DestroyNotify | null
3098
+ kType?: GObject.GType | null
3099
+ kDupFunc?: GObject.BoxedCopyFunc | null
3100
+ kDestroyFunc?: GLib.DestroyNotify | null
3101
+ vType?: GObject.GType | null
3102
+ vDupFunc?: GObject.BoxedCopyFunc | null
3103
+ vDestroyFunc?: GLib.DestroyNotify | null
2991
3104
  }
2992
3105
 
2993
3106
  }
@@ -2997,17 +3110,26 @@ interface AbstractSortedMap extends SortedMap {
2997
3110
  // Own properties of Gee-0.8.Gee.AbstractSortedMap
2998
3111
 
2999
3112
  readonly k_type: GObject.GType
3113
+ readonly kType: GObject.GType
3000
3114
  readonly k_dup_func: GObject.BoxedCopyFunc
3115
+ readonly kDupFunc: GObject.BoxedCopyFunc
3001
3116
  readonly k_destroy_func: GLib.DestroyNotify
3117
+ readonly kDestroyFunc: GLib.DestroyNotify
3002
3118
  readonly v_type: GObject.GType
3119
+ readonly vType: GObject.GType
3003
3120
  readonly v_dup_func: GObject.BoxedCopyFunc
3121
+ readonly vDupFunc: GObject.BoxedCopyFunc
3004
3122
  readonly v_destroy_func: GLib.DestroyNotify
3123
+ readonly vDestroyFunc: GLib.DestroyNotify
3005
3124
  readonly ascending_keys: SortedSet
3125
+ readonly ascendingKeys: SortedSet
3006
3126
  readonly ascending_entries: SortedSet
3127
+ readonly ascendingEntries: SortedSet
3007
3128
 
3008
3129
  // Conflicting properties
3009
3130
 
3010
3131
  read_only_view: any
3132
+ readOnlyView: any
3011
3133
 
3012
3134
  // Owm methods of Gee-0.8.Gee.AbstractSortedMap
3013
3135
 
@@ -3136,6 +3258,9 @@ module AbstractSortedSet {
3136
3258
  g_type?: GObject.GType | null
3137
3259
  g_dup_func?: GObject.BoxedCopyFunc | null
3138
3260
  g_destroy_func?: GLib.DestroyNotify | null
3261
+ gType?: GObject.GType | null
3262
+ gDupFunc?: GObject.BoxedCopyFunc | null
3263
+ gDestroyFunc?: GLib.DestroyNotify | null
3139
3264
  }
3140
3265
 
3141
3266
  }
@@ -3145,9 +3270,13 @@ interface AbstractSortedSet extends SortedSet {
3145
3270
  // Own properties of Gee-0.8.Gee.AbstractSortedSet
3146
3271
 
3147
3272
  readonly g_type: GObject.GType
3273
+ readonly gType: GObject.GType
3148
3274
  readonly g_dup_func: GObject.BoxedCopyFunc
3275
+ readonly gDupFunc: GObject.BoxedCopyFunc
3149
3276
  readonly g_destroy_func: GLib.DestroyNotify
3277
+ readonly gDestroyFunc: GLib.DestroyNotify
3150
3278
  readonly read_only_view: any
3279
+ readonly readOnlyView: any
3151
3280
 
3152
3281
  // Owm methods of Gee-0.8.Gee.AbstractSortedSet
3153
3282
 
@@ -3274,6 +3403,9 @@ module ArrayList {
3274
3403
  g_type?: GObject.GType | null
3275
3404
  g_dup_func?: GObject.BoxedCopyFunc | null
3276
3405
  g_destroy_func?: GLib.DestroyNotify | null
3406
+ gType?: GObject.GType | null
3407
+ gDupFunc?: GObject.BoxedCopyFunc | null
3408
+ gDestroyFunc?: GLib.DestroyNotify | null
3277
3409
  }
3278
3410
 
3279
3411
  }
@@ -3283,12 +3415,16 @@ interface ArrayList {
3283
3415
  // Own properties of Gee-0.8.Gee.ArrayList
3284
3416
 
3285
3417
  readonly g_type: GObject.GType
3418
+ readonly gType: GObject.GType
3286
3419
  readonly g_dup_func: GObject.BoxedCopyFunc
3420
+ readonly gDupFunc: GObject.BoxedCopyFunc
3287
3421
  readonly g_destroy_func: GLib.DestroyNotify
3422
+ readonly gDestroyFunc: GLib.DestroyNotify
3288
3423
 
3289
3424
  // Conflicting properties
3290
3425
 
3291
3426
  read_only_view: any
3427
+ readOnlyView: any
3292
3428
 
3293
3429
  // Own fields of Gee-0.8.Gee.ArrayList
3294
3430
 
@@ -3418,6 +3554,9 @@ module ArrayQueue {
3418
3554
  g_type?: GObject.GType | null
3419
3555
  g_dup_func?: GObject.BoxedCopyFunc | null
3420
3556
  g_destroy_func?: GLib.DestroyNotify | null
3557
+ gType?: GObject.GType | null
3558
+ gDupFunc?: GObject.BoxedCopyFunc | null
3559
+ gDestroyFunc?: GLib.DestroyNotify | null
3421
3560
  }
3422
3561
 
3423
3562
  }
@@ -3427,9 +3566,13 @@ interface ArrayQueue extends Deque {
3427
3566
  // Own properties of Gee-0.8.Gee.ArrayQueue
3428
3567
 
3429
3568
  readonly g_type: GObject.GType
3569
+ readonly gType: GObject.GType
3430
3570
  readonly g_dup_func: GObject.BoxedCopyFunc
3571
+ readonly gDupFunc: GObject.BoxedCopyFunc
3431
3572
  readonly g_destroy_func: GLib.DestroyNotify
3573
+ readonly gDestroyFunc: GLib.DestroyNotify
3432
3574
  readonly is_empty: boolean
3575
+ readonly isEmpty: boolean
3433
3576
 
3434
3577
  // Owm methods of Gee-0.8.Gee.ArrayQueue
3435
3578
 
@@ -3500,6 +3643,9 @@ module ConcurrentList {
3500
3643
  g_type?: GObject.GType | null
3501
3644
  g_dup_func?: GObject.BoxedCopyFunc | null
3502
3645
  g_destroy_func?: GLib.DestroyNotify | null
3646
+ gType?: GObject.GType | null
3647
+ gDupFunc?: GObject.BoxedCopyFunc | null
3648
+ gDestroyFunc?: GLib.DestroyNotify | null
3503
3649
  }
3504
3650
 
3505
3651
  }
@@ -3509,13 +3655,18 @@ interface ConcurrentList {
3509
3655
  // Own properties of Gee-0.8.Gee.ConcurrentList
3510
3656
 
3511
3657
  readonly g_type: GObject.GType
3658
+ readonly gType: GObject.GType
3512
3659
  readonly g_dup_func: GObject.BoxedCopyFunc
3660
+ readonly gDupFunc: GObject.BoxedCopyFunc
3513
3661
  readonly g_destroy_func: GLib.DestroyNotify
3662
+ readonly gDestroyFunc: GLib.DestroyNotify
3514
3663
  readonly is_empty: boolean
3664
+ readonly isEmpty: boolean
3515
3665
 
3516
3666
  // Conflicting properties
3517
3667
 
3518
3668
  read_only_view: any
3669
+ readOnlyView: any
3519
3670
 
3520
3671
  // Owm methods of Gee-0.8.Gee.ConcurrentList
3521
3672
 
@@ -3615,6 +3766,9 @@ module ConcurrentSet {
3615
3766
  g_type?: GObject.GType | null
3616
3767
  g_dup_func?: GObject.BoxedCopyFunc | null
3617
3768
  g_destroy_func?: GLib.DestroyNotify | null
3769
+ gType?: GObject.GType | null
3770
+ gDupFunc?: GObject.BoxedCopyFunc | null
3771
+ gDestroyFunc?: GLib.DestroyNotify | null
3618
3772
  }
3619
3773
 
3620
3774
  }
@@ -3624,12 +3778,16 @@ interface ConcurrentSet {
3624
3778
  // Own properties of Gee-0.8.Gee.ConcurrentSet
3625
3779
 
3626
3780
  readonly g_type: GObject.GType
3781
+ readonly gType: GObject.GType
3627
3782
  readonly g_dup_func: GObject.BoxedCopyFunc
3783
+ readonly gDupFunc: GObject.BoxedCopyFunc
3628
3784
  readonly g_destroy_func: GLib.DestroyNotify
3785
+ readonly gDestroyFunc: GLib.DestroyNotify
3629
3786
 
3630
3787
  // Conflicting properties
3631
3788
 
3632
3789
  read_only_view: any
3790
+ readOnlyView: any
3633
3791
 
3634
3792
  // Conflicting methods
3635
3793
 
@@ -3756,6 +3914,12 @@ module HashMap {
3756
3914
  v_type?: GObject.GType | null
3757
3915
  v_dup_func?: GObject.BoxedCopyFunc | null
3758
3916
  v_destroy_func?: GLib.DestroyNotify | null
3917
+ kType?: GObject.GType | null
3918
+ kDupFunc?: GObject.BoxedCopyFunc | null
3919
+ kDestroyFunc?: GLib.DestroyNotify | null
3920
+ vType?: GObject.GType | null
3921
+ vDupFunc?: GObject.BoxedCopyFunc | null
3922
+ vDestroyFunc?: GLib.DestroyNotify | null
3759
3923
  }
3760
3924
 
3761
3925
  }
@@ -3765,11 +3929,17 @@ interface HashMap {
3765
3929
  // Own properties of Gee-0.8.Gee.HashMap
3766
3930
 
3767
3931
  readonly k_type: GObject.GType
3932
+ readonly kType: GObject.GType
3768
3933
  readonly k_dup_func: GObject.BoxedCopyFunc
3934
+ readonly kDupFunc: GObject.BoxedCopyFunc
3769
3935
  readonly k_destroy_func: GLib.DestroyNotify
3936
+ readonly kDestroyFunc: GLib.DestroyNotify
3770
3937
  readonly v_type: GObject.GType
3938
+ readonly vType: GObject.GType
3771
3939
  readonly v_dup_func: GObject.BoxedCopyFunc
3940
+ readonly vDupFunc: GObject.BoxedCopyFunc
3772
3941
  readonly v_destroy_func: GLib.DestroyNotify
3942
+ readonly vDestroyFunc: GLib.DestroyNotify
3773
3943
 
3774
3944
  // Owm methods of Gee-0.8.Gee.HashMap
3775
3945
 
@@ -3850,6 +4020,12 @@ module HashMultiMap {
3850
4020
  v_type?: GObject.GType | null
3851
4021
  v_dup_func?: GObject.BoxedCopyFunc | null
3852
4022
  v_destroy_func?: GLib.DestroyNotify | null
4023
+ kType?: GObject.GType | null
4024
+ kDupFunc?: GObject.BoxedCopyFunc | null
4025
+ kDestroyFunc?: GLib.DestroyNotify | null
4026
+ vType?: GObject.GType | null
4027
+ vDupFunc?: GObject.BoxedCopyFunc | null
4028
+ vDestroyFunc?: GLib.DestroyNotify | null
3853
4029
  }
3854
4030
 
3855
4031
  }
@@ -3859,11 +4035,17 @@ interface HashMultiMap {
3859
4035
  // Own properties of Gee-0.8.Gee.HashMultiMap
3860
4036
 
3861
4037
  readonly k_type: GObject.GType
4038
+ readonly kType: GObject.GType
3862
4039
  readonly k_dup_func: GObject.BoxedCopyFunc
4040
+ readonly kDupFunc: GObject.BoxedCopyFunc
3863
4041
  readonly k_destroy_func: GLib.DestroyNotify
4042
+ readonly kDestroyFunc: GLib.DestroyNotify
3864
4043
  readonly v_type: GObject.GType
4044
+ readonly vType: GObject.GType
3865
4045
  readonly v_dup_func: GObject.BoxedCopyFunc
4046
+ readonly vDupFunc: GObject.BoxedCopyFunc
3866
4047
  readonly v_destroy_func: GLib.DestroyNotify
4048
+ readonly vDestroyFunc: GLib.DestroyNotify
3867
4049
 
3868
4050
  // Owm methods of Gee-0.8.Gee.HashMultiMap
3869
4051
 
@@ -3928,6 +4110,9 @@ module HashMultiSet {
3928
4110
  g_type?: GObject.GType | null
3929
4111
  g_dup_func?: GObject.BoxedCopyFunc | null
3930
4112
  g_destroy_func?: GLib.DestroyNotify | null
4113
+ gType?: GObject.GType | null
4114
+ gDupFunc?: GObject.BoxedCopyFunc | null
4115
+ gDestroyFunc?: GLib.DestroyNotify | null
3931
4116
  }
3932
4117
 
3933
4118
  }
@@ -3937,8 +4122,11 @@ interface HashMultiSet {
3937
4122
  // Own properties of Gee-0.8.Gee.HashMultiSet
3938
4123
 
3939
4124
  readonly g_type: GObject.GType
4125
+ readonly gType: GObject.GType
3940
4126
  readonly g_dup_func: GObject.BoxedCopyFunc
4127
+ readonly gDupFunc: GObject.BoxedCopyFunc
3941
4128
  readonly g_destroy_func: GLib.DestroyNotify
4129
+ readonly gDestroyFunc: GLib.DestroyNotify
3942
4130
 
3943
4131
  // Owm methods of Gee-0.8.Gee.HashMultiSet
3944
4132
 
@@ -4036,6 +4224,9 @@ module HashSet {
4036
4224
  g_type?: GObject.GType | null
4037
4225
  g_dup_func?: GObject.BoxedCopyFunc | null
4038
4226
  g_destroy_func?: GLib.DestroyNotify | null
4227
+ gType?: GObject.GType | null
4228
+ gDupFunc?: GObject.BoxedCopyFunc | null
4229
+ gDestroyFunc?: GLib.DestroyNotify | null
4039
4230
  }
4040
4231
 
4041
4232
  }
@@ -4045,12 +4236,16 @@ interface HashSet {
4045
4236
  // Own properties of Gee-0.8.Gee.HashSet
4046
4237
 
4047
4238
  readonly g_type: GObject.GType
4239
+ readonly gType: GObject.GType
4048
4240
  readonly g_dup_func: GObject.BoxedCopyFunc
4241
+ readonly gDupFunc: GObject.BoxedCopyFunc
4049
4242
  readonly g_destroy_func: GLib.DestroyNotify
4243
+ readonly gDestroyFunc: GLib.DestroyNotify
4050
4244
 
4051
4245
  // Conflicting properties
4052
4246
 
4053
4247
  read_only_view: any
4248
+ readOnlyView: any
4054
4249
 
4055
4250
  // Owm methods of Gee-0.8.Gee.HashSet
4056
4251
 
@@ -4174,6 +4369,9 @@ module LinkedList {
4174
4369
  g_type?: GObject.GType | null
4175
4370
  g_dup_func?: GObject.BoxedCopyFunc | null
4176
4371
  g_destroy_func?: GLib.DestroyNotify | null
4372
+ gType?: GObject.GType | null
4373
+ gDupFunc?: GObject.BoxedCopyFunc | null
4374
+ gDestroyFunc?: GLib.DestroyNotify | null
4177
4375
  }
4178
4376
 
4179
4377
  }
@@ -4183,12 +4381,16 @@ interface LinkedList extends Queue, Deque {
4183
4381
  // Own properties of Gee-0.8.Gee.LinkedList
4184
4382
 
4185
4383
  readonly g_type: GObject.GType
4384
+ readonly gType: GObject.GType
4186
4385
  readonly g_dup_func: GObject.BoxedCopyFunc
4386
+ readonly gDupFunc: GObject.BoxedCopyFunc
4187
4387
  readonly g_destroy_func: GLib.DestroyNotify
4388
+ readonly gDestroyFunc: GLib.DestroyNotify
4188
4389
 
4189
4390
  // Conflicting properties
4190
4391
 
4191
4392
  read_only_view: any
4393
+ readOnlyView: any
4192
4394
 
4193
4395
  // Owm methods of Gee-0.8.Gee.LinkedList
4194
4396
 
@@ -4321,6 +4523,9 @@ module PriorityQueue {
4321
4523
  g_type?: GObject.GType | null
4322
4524
  g_dup_func?: GObject.BoxedCopyFunc | null
4323
4525
  g_destroy_func?: GLib.DestroyNotify | null
4526
+ gType?: GObject.GType | null
4527
+ gDupFunc?: GObject.BoxedCopyFunc | null
4528
+ gDestroyFunc?: GLib.DestroyNotify | null
4324
4529
  }
4325
4530
 
4326
4531
  }
@@ -4330,8 +4535,11 @@ interface PriorityQueue {
4330
4535
  // Own properties of Gee-0.8.Gee.PriorityQueue
4331
4536
 
4332
4537
  readonly g_type: GObject.GType
4538
+ readonly gType: GObject.GType
4333
4539
  readonly g_dup_func: GObject.BoxedCopyFunc
4540
+ readonly gDupFunc: GObject.BoxedCopyFunc
4334
4541
  readonly g_destroy_func: GLib.DestroyNotify
4542
+ readonly gDestroyFunc: GLib.DestroyNotify
4335
4543
 
4336
4544
  // Owm methods of Gee-0.8.Gee.PriorityQueue
4337
4545
 
@@ -4428,6 +4636,12 @@ module TreeMap {
4428
4636
  v_type?: GObject.GType | null
4429
4637
  v_dup_func?: GObject.BoxedCopyFunc | null
4430
4638
  v_destroy_func?: GLib.DestroyNotify | null
4639
+ kType?: GObject.GType | null
4640
+ kDupFunc?: GObject.BoxedCopyFunc | null
4641
+ kDestroyFunc?: GLib.DestroyNotify | null
4642
+ vType?: GObject.GType | null
4643
+ vDupFunc?: GObject.BoxedCopyFunc | null
4644
+ vDestroyFunc?: GLib.DestroyNotify | null
4431
4645
  }
4432
4646
 
4433
4647
  }
@@ -4437,15 +4651,22 @@ interface TreeMap {
4437
4651
  // Own properties of Gee-0.8.Gee.TreeMap
4438
4652
 
4439
4653
  readonly k_type: GObject.GType
4654
+ readonly kType: GObject.GType
4440
4655
  readonly k_dup_func: GObject.BoxedCopyFunc
4656
+ readonly kDupFunc: GObject.BoxedCopyFunc
4441
4657
  readonly k_destroy_func: GLib.DestroyNotify
4658
+ readonly kDestroyFunc: GLib.DestroyNotify
4442
4659
  readonly v_type: GObject.GType
4660
+ readonly vType: GObject.GType
4443
4661
  readonly v_dup_func: GObject.BoxedCopyFunc
4662
+ readonly vDupFunc: GObject.BoxedCopyFunc
4444
4663
  readonly v_destroy_func: GLib.DestroyNotify
4664
+ readonly vDestroyFunc: GLib.DestroyNotify
4445
4665
 
4446
4666
  // Conflicting properties
4447
4667
 
4448
4668
  read_only_view: any
4669
+ readOnlyView: any
4449
4670
 
4450
4671
  // Owm methods of Gee-0.8.Gee.TreeMap
4451
4672
 
@@ -4584,6 +4805,12 @@ module TreeMultiMap {
4584
4805
  v_type?: GObject.GType | null
4585
4806
  v_dup_func?: GObject.BoxedCopyFunc | null
4586
4807
  v_destroy_func?: GLib.DestroyNotify | null
4808
+ kType?: GObject.GType | null
4809
+ kDupFunc?: GObject.BoxedCopyFunc | null
4810
+ kDestroyFunc?: GLib.DestroyNotify | null
4811
+ vType?: GObject.GType | null
4812
+ vDupFunc?: GObject.BoxedCopyFunc | null
4813
+ vDestroyFunc?: GLib.DestroyNotify | null
4587
4814
  }
4588
4815
 
4589
4816
  }
@@ -4593,11 +4820,17 @@ interface TreeMultiMap {
4593
4820
  // Own properties of Gee-0.8.Gee.TreeMultiMap
4594
4821
 
4595
4822
  readonly k_type: GObject.GType
4823
+ readonly kType: GObject.GType
4596
4824
  readonly k_dup_func: GObject.BoxedCopyFunc
4825
+ readonly kDupFunc: GObject.BoxedCopyFunc
4597
4826
  readonly k_destroy_func: GLib.DestroyNotify
4827
+ readonly kDestroyFunc: GLib.DestroyNotify
4598
4828
  readonly v_type: GObject.GType
4829
+ readonly vType: GObject.GType
4599
4830
  readonly v_dup_func: GObject.BoxedCopyFunc
4831
+ readonly vDupFunc: GObject.BoxedCopyFunc
4600
4832
  readonly v_destroy_func: GLib.DestroyNotify
4833
+ readonly vDestroyFunc: GLib.DestroyNotify
4601
4834
 
4602
4835
  // Owm methods of Gee-0.8.Gee.TreeMultiMap
4603
4836
 
@@ -4656,6 +4889,9 @@ module TreeMultiSet {
4656
4889
  g_type?: GObject.GType | null
4657
4890
  g_dup_func?: GObject.BoxedCopyFunc | null
4658
4891
  g_destroy_func?: GLib.DestroyNotify | null
4892
+ gType?: GObject.GType | null
4893
+ gDupFunc?: GObject.BoxedCopyFunc | null
4894
+ gDestroyFunc?: GLib.DestroyNotify | null
4659
4895
  }
4660
4896
 
4661
4897
  }
@@ -4665,8 +4901,11 @@ interface TreeMultiSet {
4665
4901
  // Own properties of Gee-0.8.Gee.TreeMultiSet
4666
4902
 
4667
4903
  readonly g_type: GObject.GType
4904
+ readonly gType: GObject.GType
4668
4905
  readonly g_dup_func: GObject.BoxedCopyFunc
4906
+ readonly gDupFunc: GObject.BoxedCopyFunc
4669
4907
  readonly g_destroy_func: GLib.DestroyNotify
4908
+ readonly gDestroyFunc: GLib.DestroyNotify
4670
4909
 
4671
4910
  // Owm methods of Gee-0.8.Gee.TreeMultiSet
4672
4911
 
@@ -4762,6 +5001,9 @@ module TreeSet {
4762
5001
  g_type?: GObject.GType | null
4763
5002
  g_dup_func?: GObject.BoxedCopyFunc | null
4764
5003
  g_destroy_func?: GLib.DestroyNotify | null
5004
+ gType?: GObject.GType | null
5005
+ gDupFunc?: GObject.BoxedCopyFunc | null
5006
+ gDestroyFunc?: GLib.DestroyNotify | null
4765
5007
  }
4766
5008
 
4767
5009
  }
@@ -4771,12 +5013,16 @@ interface TreeSet {
4771
5013
  // Own properties of Gee-0.8.Gee.TreeSet
4772
5014
 
4773
5015
  readonly g_type: GObject.GType
5016
+ readonly gType: GObject.GType
4774
5017
  readonly g_dup_func: GObject.BoxedCopyFunc
5018
+ readonly gDupFunc: GObject.BoxedCopyFunc
4775
5019
  readonly g_destroy_func: GLib.DestroyNotify
5020
+ readonly gDestroyFunc: GLib.DestroyNotify
4776
5021
 
4777
5022
  // Conflicting properties
4778
5023
 
4779
5024
  read_only_view: any
5025
+ readOnlyView: any
4780
5026
 
4781
5027
  // Owm methods of Gee-0.8.Gee.TreeSet
4782
5028
 
@@ -4941,6 +5187,9 @@ module UnrolledLinkedList {
4941
5187
  g_type?: GObject.GType | null
4942
5188
  g_dup_func?: GObject.BoxedCopyFunc | null
4943
5189
  g_destroy_func?: GLib.DestroyNotify | null
5190
+ gType?: GObject.GType | null
5191
+ gDupFunc?: GObject.BoxedCopyFunc | null
5192
+ gDestroyFunc?: GLib.DestroyNotify | null
4944
5193
  }
4945
5194
 
4946
5195
  }
@@ -4950,12 +5199,16 @@ interface UnrolledLinkedList extends Queue, Deque {
4950
5199
  // Own properties of Gee-0.8.Gee.UnrolledLinkedList
4951
5200
 
4952
5201
  readonly g_type: GObject.GType
5202
+ readonly gType: GObject.GType
4953
5203
  readonly g_dup_func: GObject.BoxedCopyFunc
5204
+ readonly gDupFunc: GObject.BoxedCopyFunc
4954
5205
  readonly g_destroy_func: GLib.DestroyNotify
5206
+ readonly gDestroyFunc: GLib.DestroyNotify
4955
5207
 
4956
5208
  // Conflicting properties
4957
5209
 
4958
5210
  read_only_view: any
5211
+ readOnlyView: any
4959
5212
 
4960
5213
  // Owm methods of Gee-0.8.Gee.UnrolledLinkedList
4961
5214
 
@@ -5090,6 +5343,12 @@ module MapEntry {
5090
5343
  v_dup_func?: GObject.BoxedCopyFunc | null
5091
5344
  v_destroy_func?: GLib.DestroyNotify | null
5092
5345
  value?: any | null
5346
+ kType?: GObject.GType | null
5347
+ kDupFunc?: GObject.BoxedCopyFunc | null
5348
+ kDestroyFunc?: GLib.DestroyNotify | null
5349
+ vType?: GObject.GType | null
5350
+ vDupFunc?: GObject.BoxedCopyFunc | null
5351
+ vDestroyFunc?: GLib.DestroyNotify | null
5093
5352
  }
5094
5353
 
5095
5354
  }
@@ -5099,14 +5358,21 @@ interface MapEntry {
5099
5358
  // Own properties of Gee-0.8.Gee.MapEntry
5100
5359
 
5101
5360
  readonly k_type: GObject.GType
5361
+ readonly kType: GObject.GType
5102
5362
  readonly k_dup_func: GObject.BoxedCopyFunc
5363
+ readonly kDupFunc: GObject.BoxedCopyFunc
5103
5364
  readonly k_destroy_func: GLib.DestroyNotify
5365
+ readonly kDestroyFunc: GLib.DestroyNotify
5104
5366
  readonly v_type: GObject.GType
5367
+ readonly vType: GObject.GType
5105
5368
  readonly v_dup_func: GObject.BoxedCopyFunc
5369
+ readonly vDupFunc: GObject.BoxedCopyFunc
5106
5370
  readonly v_destroy_func: GLib.DestroyNotify
5371
+ readonly vDestroyFunc: GLib.DestroyNotify
5107
5372
  readonly key: any
5108
5373
  value: any
5109
5374
  readonly read_only: boolean
5375
+ readonly readOnly: boolean
5110
5376
 
5111
5377
  // Owm methods of Gee-0.8.Gee.MapEntry
5112
5378