@girs/gee-0.8 0.8.0-3.2.7 → 0.8.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/README.md +1 -1
- package/gee-0.8-ambient.js +2 -0
- package/gee-0.8-import.js +3 -0
- package/gee-0.8.d.cts +1 -267
- package/gee-0.8.d.ts +1 -267
- package/package.json +14 -8
package/gee-0.8.d.ts
CHANGED
|
@@ -160,7 +160,6 @@ interface BidirList extends List {
|
|
|
160
160
|
|
|
161
161
|
// Own properties of Gee-0.8.Gee.BidirList
|
|
162
162
|
|
|
163
|
-
readonly read_only_view: any
|
|
164
163
|
readonly readOnlyView: any
|
|
165
164
|
|
|
166
165
|
// Owm methods of Gee-0.8.Gee.BidirList
|
|
@@ -336,7 +335,6 @@ interface BidirSortedSet extends SortedSet {
|
|
|
336
335
|
|
|
337
336
|
// Own properties of Gee-0.8.Gee.BidirSortedSet
|
|
338
337
|
|
|
339
|
-
readonly read_only_view: any
|
|
340
338
|
readonly readOnlyView: any
|
|
341
339
|
|
|
342
340
|
// Owm methods of Gee-0.8.Gee.BidirSortedSet
|
|
@@ -411,7 +409,6 @@ interface BidirSortedMap extends SortedMap {
|
|
|
411
409
|
|
|
412
410
|
// Own properties of Gee-0.8.Gee.BidirSortedMap
|
|
413
411
|
|
|
414
|
-
readonly read_only_view: any
|
|
415
412
|
readonly readOnlyView: any
|
|
416
413
|
|
|
417
414
|
// Owm methods of Gee-0.8.Gee.BidirSortedMap
|
|
@@ -498,9 +495,7 @@ interface Collection extends Iterable {
|
|
|
498
495
|
// Own properties of Gee-0.8.Gee.Collection
|
|
499
496
|
|
|
500
497
|
readonly size: number
|
|
501
|
-
readonly read_only: boolean
|
|
502
498
|
readonly readOnly: boolean
|
|
503
|
-
readonly read_only_view: Collection
|
|
504
499
|
readonly readOnlyView: Collection
|
|
505
500
|
|
|
506
501
|
// Owm methods of Gee-0.8.Gee.Collection
|
|
@@ -870,7 +865,6 @@ interface Iterator extends GObject.Object, Traversable {
|
|
|
870
865
|
// Own properties of Gee-0.8.Gee.Iterator
|
|
871
866
|
|
|
872
867
|
readonly valid: boolean
|
|
873
|
-
readonly read_only: boolean
|
|
874
868
|
readonly readOnly: boolean
|
|
875
869
|
|
|
876
870
|
// Owm methods of Gee-0.8.Gee.Iterator
|
|
@@ -933,7 +927,6 @@ interface List extends Collection {
|
|
|
933
927
|
|
|
934
928
|
// Own properties of Gee-0.8.Gee.List
|
|
935
929
|
|
|
936
|
-
readonly read_only_view: any
|
|
937
930
|
readonly readOnlyView: any
|
|
938
931
|
|
|
939
932
|
// Owm methods of Gee-0.8.Gee.List
|
|
@@ -1073,12 +1066,10 @@ interface Map extends GObject.Object, Iterable {
|
|
|
1073
1066
|
// Own properties of Gee-0.8.Gee.Map
|
|
1074
1067
|
|
|
1075
1068
|
readonly size: number
|
|
1076
|
-
readonly read_only: boolean
|
|
1077
1069
|
readonly readOnly: boolean
|
|
1078
1070
|
readonly keys: Set
|
|
1079
1071
|
readonly values: Collection
|
|
1080
1072
|
readonly entries: Set
|
|
1081
|
-
readonly read_only_view: Map
|
|
1082
1073
|
readonly readOnlyView: Map
|
|
1083
1074
|
|
|
1084
1075
|
// Owm methods of Gee-0.8.Gee.Map
|
|
@@ -1182,7 +1173,6 @@ interface MapIterator extends GObject.Object {
|
|
|
1182
1173
|
|
|
1183
1174
|
readonly valid: boolean
|
|
1184
1175
|
readonly mutable: boolean
|
|
1185
|
-
readonly read_only: boolean
|
|
1186
1176
|
readonly readOnly: boolean
|
|
1187
1177
|
|
|
1188
1178
|
// Owm methods of Gee-0.8.Gee.MapIterator
|
|
@@ -1257,7 +1247,6 @@ interface MultiMap extends GObject.Object {
|
|
|
1257
1247
|
// Own properties of Gee-0.8.Gee.MultiMap
|
|
1258
1248
|
|
|
1259
1249
|
readonly size: number
|
|
1260
|
-
readonly read_only: boolean
|
|
1261
1250
|
readonly readOnly: boolean
|
|
1262
1251
|
|
|
1263
1252
|
// Owm methods of Gee-0.8.Gee.MultiMap
|
|
@@ -1399,9 +1388,7 @@ interface Queue extends Collection {
|
|
|
1399
1388
|
// Own properties of Gee-0.8.Gee.Queue
|
|
1400
1389
|
|
|
1401
1390
|
readonly capacity: number
|
|
1402
|
-
readonly remaining_capacity: number
|
|
1403
1391
|
readonly remainingCapacity: number
|
|
1404
|
-
readonly is_full: boolean
|
|
1405
1392
|
readonly isFull: boolean
|
|
1406
1393
|
|
|
1407
1394
|
// Owm methods of Gee-0.8.Gee.Queue
|
|
@@ -1476,7 +1463,6 @@ interface Set extends Collection {
|
|
|
1476
1463
|
|
|
1477
1464
|
// Own properties of Gee-0.8.Gee.Set
|
|
1478
1465
|
|
|
1479
|
-
readonly read_only_view: any
|
|
1480
1466
|
readonly readOnlyView: any
|
|
1481
1467
|
|
|
1482
1468
|
// Owm methods of Gee-0.8.Gee.Set
|
|
@@ -1543,11 +1529,8 @@ interface SortedMap extends Map {
|
|
|
1543
1529
|
|
|
1544
1530
|
// Own properties of Gee-0.8.Gee.SortedMap
|
|
1545
1531
|
|
|
1546
|
-
readonly ascending_keys: SortedSet
|
|
1547
1532
|
readonly ascendingKeys: SortedSet
|
|
1548
|
-
readonly ascending_entries: SortedSet
|
|
1549
1533
|
readonly ascendingEntries: SortedSet
|
|
1550
|
-
readonly read_only_view: any
|
|
1551
1534
|
readonly readOnlyView: any
|
|
1552
1535
|
|
|
1553
1536
|
// Owm methods of Gee-0.8.Gee.SortedMap
|
|
@@ -1635,7 +1618,6 @@ interface SortedSet extends Set {
|
|
|
1635
1618
|
|
|
1636
1619
|
// Own properties of Gee-0.8.Gee.SortedSet
|
|
1637
1620
|
|
|
1638
|
-
readonly read_only_view: any
|
|
1639
1621
|
readonly readOnlyView: any
|
|
1640
1622
|
|
|
1641
1623
|
// Owm methods of Gee-0.8.Gee.SortedSet
|
|
@@ -1790,9 +1772,6 @@ module AbstractBidirList {
|
|
|
1790
1772
|
|
|
1791
1773
|
// Own constructor properties of Gee-0.8.Gee.AbstractBidirList
|
|
1792
1774
|
|
|
1793
|
-
g_type?: GObject.GType | null
|
|
1794
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1795
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
1796
1775
|
gType?: GObject.GType | null
|
|
1797
1776
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1798
1777
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -1804,13 +1783,9 @@ interface AbstractBidirList extends BidirList {
|
|
|
1804
1783
|
|
|
1805
1784
|
// Own properties of Gee-0.8.Gee.AbstractBidirList
|
|
1806
1785
|
|
|
1807
|
-
readonly g_type: GObject.GType
|
|
1808
1786
|
readonly gType: GObject.GType
|
|
1809
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1810
1787
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1811
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
1812
1788
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1813
|
-
readonly read_only_view: any
|
|
1814
1789
|
readonly readOnlyView: any
|
|
1815
1790
|
|
|
1816
1791
|
// Owm methods of Gee-0.8.Gee.AbstractBidirList
|
|
@@ -1911,9 +1886,6 @@ module AbstractBidirSortedSet {
|
|
|
1911
1886
|
|
|
1912
1887
|
// Own constructor properties of Gee-0.8.Gee.AbstractBidirSortedSet
|
|
1913
1888
|
|
|
1914
|
-
g_type?: GObject.GType | null
|
|
1915
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1916
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
1917
1889
|
gType?: GObject.GType | null
|
|
1918
1890
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1919
1891
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -1925,13 +1897,9 @@ interface AbstractBidirSortedSet extends BidirSortedSet {
|
|
|
1925
1897
|
|
|
1926
1898
|
// Own properties of Gee-0.8.Gee.AbstractBidirSortedSet
|
|
1927
1899
|
|
|
1928
|
-
readonly g_type: GObject.GType
|
|
1929
1900
|
readonly gType: GObject.GType
|
|
1930
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1931
1901
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1932
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
1933
1902
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1934
|
-
readonly read_only_view: any
|
|
1935
1903
|
readonly readOnlyView: any
|
|
1936
1904
|
|
|
1937
1905
|
// Owm methods of Gee-0.8.Gee.AbstractBidirSortedSet
|
|
@@ -2047,12 +2015,6 @@ module AbstractBidirSortedMap {
|
|
|
2047
2015
|
|
|
2048
2016
|
// Own constructor properties of Gee-0.8.Gee.AbstractBidirSortedMap
|
|
2049
2017
|
|
|
2050
|
-
k_type?: GObject.GType | null
|
|
2051
|
-
k_dup_func?: GObject.BoxedCopyFunc | null
|
|
2052
|
-
k_destroy_func?: GLib.DestroyNotify | null
|
|
2053
|
-
v_type?: GObject.GType | null
|
|
2054
|
-
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
2055
|
-
v_destroy_func?: GLib.DestroyNotify | null
|
|
2056
2018
|
kType?: GObject.GType | null
|
|
2057
2019
|
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
2058
2020
|
kDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -2067,19 +2029,12 @@ interface AbstractBidirSortedMap extends BidirSortedMap {
|
|
|
2067
2029
|
|
|
2068
2030
|
// Own properties of Gee-0.8.Gee.AbstractBidirSortedMap
|
|
2069
2031
|
|
|
2070
|
-
readonly k_type: GObject.GType
|
|
2071
2032
|
readonly kType: GObject.GType
|
|
2072
|
-
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
2073
2033
|
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
2074
|
-
readonly k_destroy_func: GLib.DestroyNotify
|
|
2075
2034
|
readonly kDestroyFunc: GLib.DestroyNotify
|
|
2076
|
-
readonly v_type: GObject.GType
|
|
2077
2035
|
readonly vType: GObject.GType
|
|
2078
|
-
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
2079
2036
|
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
2080
|
-
readonly v_destroy_func: GLib.DestroyNotify
|
|
2081
2037
|
readonly vDestroyFunc: GLib.DestroyNotify
|
|
2082
|
-
readonly read_only_view: any
|
|
2083
2038
|
readonly readOnlyView: any
|
|
2084
2039
|
|
|
2085
2040
|
// Owm methods of Gee-0.8.Gee.AbstractBidirSortedMap
|
|
@@ -2205,9 +2160,6 @@ module AbstractCollection {
|
|
|
2205
2160
|
|
|
2206
2161
|
// Own constructor properties of Gee-0.8.Gee.AbstractCollection
|
|
2207
2162
|
|
|
2208
|
-
g_type?: GObject.GType | null
|
|
2209
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
2210
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
2211
2163
|
gType?: GObject.GType | null
|
|
2212
2164
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
2213
2165
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -2219,16 +2171,11 @@ interface AbstractCollection extends Traversable, Iterable, Collection {
|
|
|
2219
2171
|
|
|
2220
2172
|
// Own properties of Gee-0.8.Gee.AbstractCollection
|
|
2221
2173
|
|
|
2222
|
-
readonly g_type: GObject.GType
|
|
2223
2174
|
readonly gType: GObject.GType
|
|
2224
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
2225
2175
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
2226
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
2227
2176
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
2228
2177
|
readonly size: number
|
|
2229
|
-
readonly read_only: boolean
|
|
2230
2178
|
readonly readOnly: boolean
|
|
2231
|
-
readonly read_only_view: Collection
|
|
2232
2179
|
readonly readOnlyView: Collection
|
|
2233
2180
|
|
|
2234
2181
|
// Owm methods of Gee-0.8.Gee.AbstractCollection
|
|
@@ -2322,9 +2269,6 @@ module AbstractList {
|
|
|
2322
2269
|
|
|
2323
2270
|
// Own constructor properties of Gee-0.8.Gee.AbstractList
|
|
2324
2271
|
|
|
2325
|
-
g_type?: GObject.GType | null
|
|
2326
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
2327
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
2328
2272
|
gType?: GObject.GType | null
|
|
2329
2273
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
2330
2274
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -2336,13 +2280,9 @@ interface AbstractList extends List {
|
|
|
2336
2280
|
|
|
2337
2281
|
// Own properties of Gee-0.8.Gee.AbstractList
|
|
2338
2282
|
|
|
2339
|
-
readonly g_type: GObject.GType
|
|
2340
2283
|
readonly gType: GObject.GType
|
|
2341
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
2342
2284
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
2343
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
2344
2285
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
2345
|
-
readonly read_only_view: any
|
|
2346
2286
|
readonly readOnlyView: any
|
|
2347
2287
|
|
|
2348
2288
|
// Owm methods of Gee-0.8.Gee.AbstractList
|
|
@@ -2453,12 +2393,6 @@ module AbstractMap {
|
|
|
2453
2393
|
|
|
2454
2394
|
// Own constructor properties of Gee-0.8.Gee.AbstractMap
|
|
2455
2395
|
|
|
2456
|
-
k_type?: GObject.GType | null
|
|
2457
|
-
k_dup_func?: GObject.BoxedCopyFunc | null
|
|
2458
|
-
k_destroy_func?: GLib.DestroyNotify | null
|
|
2459
|
-
v_type?: GObject.GType | null
|
|
2460
|
-
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
2461
|
-
v_destroy_func?: GLib.DestroyNotify | null
|
|
2462
2396
|
kType?: GObject.GType | null
|
|
2463
2397
|
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
2464
2398
|
kDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -2473,25 +2407,17 @@ interface AbstractMap extends Traversable, Iterable, Map {
|
|
|
2473
2407
|
|
|
2474
2408
|
// Own properties of Gee-0.8.Gee.AbstractMap
|
|
2475
2409
|
|
|
2476
|
-
readonly k_type: GObject.GType
|
|
2477
2410
|
readonly kType: GObject.GType
|
|
2478
|
-
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
2479
2411
|
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
2480
|
-
readonly k_destroy_func: GLib.DestroyNotify
|
|
2481
2412
|
readonly kDestroyFunc: GLib.DestroyNotify
|
|
2482
|
-
readonly v_type: GObject.GType
|
|
2483
2413
|
readonly vType: GObject.GType
|
|
2484
|
-
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
2485
2414
|
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
2486
|
-
readonly v_destroy_func: GLib.DestroyNotify
|
|
2487
2415
|
readonly vDestroyFunc: GLib.DestroyNotify
|
|
2488
2416
|
readonly size: number
|
|
2489
|
-
readonly read_only: boolean
|
|
2490
2417
|
readonly readOnly: boolean
|
|
2491
2418
|
readonly keys: Set
|
|
2492
2419
|
readonly values: Collection
|
|
2493
2420
|
readonly entries: Set
|
|
2494
|
-
readonly read_only_view: Map
|
|
2495
2421
|
readonly readOnlyView: Map
|
|
2496
2422
|
|
|
2497
2423
|
// Owm methods of Gee-0.8.Gee.AbstractMap
|
|
@@ -2615,12 +2541,6 @@ module AbstractMultiMap {
|
|
|
2615
2541
|
|
|
2616
2542
|
// Own constructor properties of Gee-0.8.Gee.AbstractMultiMap
|
|
2617
2543
|
|
|
2618
|
-
k_type?: GObject.GType | null
|
|
2619
|
-
k_dup_func?: GObject.BoxedCopyFunc | null
|
|
2620
|
-
k_destroy_func?: GLib.DestroyNotify | null
|
|
2621
|
-
v_type?: GObject.GType | null
|
|
2622
|
-
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
2623
|
-
v_destroy_func?: GLib.DestroyNotify | null
|
|
2624
2544
|
kType?: GObject.GType | null
|
|
2625
2545
|
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
2626
2546
|
kDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -2635,17 +2555,11 @@ interface AbstractMultiMap extends MultiMap {
|
|
|
2635
2555
|
|
|
2636
2556
|
// Own properties of Gee-0.8.Gee.AbstractMultiMap
|
|
2637
2557
|
|
|
2638
|
-
readonly k_type: GObject.GType
|
|
2639
2558
|
readonly kType: GObject.GType
|
|
2640
|
-
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
2641
2559
|
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
2642
|
-
readonly k_destroy_func: GLib.DestroyNotify
|
|
2643
2560
|
readonly kDestroyFunc: GLib.DestroyNotify
|
|
2644
|
-
readonly v_type: GObject.GType
|
|
2645
2561
|
readonly vType: GObject.GType
|
|
2646
|
-
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
2647
2562
|
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
2648
|
-
readonly v_destroy_func: GLib.DestroyNotify
|
|
2649
2563
|
readonly vDestroyFunc: GLib.DestroyNotify
|
|
2650
2564
|
|
|
2651
2565
|
// Own fields of Gee-0.8.Gee.AbstractMultiMap
|
|
@@ -2737,9 +2651,6 @@ module AbstractMultiSet {
|
|
|
2737
2651
|
|
|
2738
2652
|
// Own constructor properties of Gee-0.8.Gee.AbstractMultiSet
|
|
2739
2653
|
|
|
2740
|
-
g_type?: GObject.GType | null
|
|
2741
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
2742
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
2743
2654
|
gType?: GObject.GType | null
|
|
2744
2655
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
2745
2656
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -2751,11 +2662,8 @@ interface AbstractMultiSet extends MultiSet {
|
|
|
2751
2662
|
|
|
2752
2663
|
// Own properties of Gee-0.8.Gee.AbstractMultiSet
|
|
2753
2664
|
|
|
2754
|
-
readonly g_type: GObject.GType
|
|
2755
2665
|
readonly gType: GObject.GType
|
|
2756
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
2757
2666
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
2758
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
2759
2667
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
2760
2668
|
|
|
2761
2669
|
// Own fields of Gee-0.8.Gee.AbstractMultiSet
|
|
@@ -2854,9 +2762,6 @@ module AbstractQueue {
|
|
|
2854
2762
|
|
|
2855
2763
|
// Own constructor properties of Gee-0.8.Gee.AbstractQueue
|
|
2856
2764
|
|
|
2857
|
-
g_type?: GObject.GType | null
|
|
2858
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
2859
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
2860
2765
|
gType?: GObject.GType | null
|
|
2861
2766
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
2862
2767
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -2868,16 +2773,11 @@ interface AbstractQueue extends Queue {
|
|
|
2868
2773
|
|
|
2869
2774
|
// Own properties of Gee-0.8.Gee.AbstractQueue
|
|
2870
2775
|
|
|
2871
|
-
readonly g_type: GObject.GType
|
|
2872
2776
|
readonly gType: GObject.GType
|
|
2873
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
2874
2777
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
2875
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
2876
2778
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
2877
2779
|
readonly capacity: number
|
|
2878
|
-
readonly remaining_capacity: number
|
|
2879
2780
|
readonly remainingCapacity: number
|
|
2880
|
-
readonly is_full: boolean
|
|
2881
2781
|
readonly isFull: boolean
|
|
2882
2782
|
|
|
2883
2783
|
// Owm methods of Gee-0.8.Gee.AbstractQueue
|
|
@@ -2972,9 +2872,6 @@ module AbstractSet {
|
|
|
2972
2872
|
|
|
2973
2873
|
// Own constructor properties of Gee-0.8.Gee.AbstractSet
|
|
2974
2874
|
|
|
2975
|
-
g_type?: GObject.GType | null
|
|
2976
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
2977
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
2978
2875
|
gType?: GObject.GType | null
|
|
2979
2876
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
2980
2877
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -2986,13 +2883,9 @@ interface AbstractSet extends Set {
|
|
|
2986
2883
|
|
|
2987
2884
|
// Own properties of Gee-0.8.Gee.AbstractSet
|
|
2988
2885
|
|
|
2989
|
-
readonly g_type: GObject.GType
|
|
2990
2886
|
readonly gType: GObject.GType
|
|
2991
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
2992
2887
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
2993
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
2994
2888
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
2995
|
-
readonly read_only_view: any
|
|
2996
2889
|
readonly readOnlyView: any
|
|
2997
2890
|
|
|
2998
2891
|
// Owm methods of Gee-0.8.Gee.AbstractSet
|
|
@@ -3089,12 +2982,6 @@ module AbstractSortedMap {
|
|
|
3089
2982
|
|
|
3090
2983
|
// Own constructor properties of Gee-0.8.Gee.AbstractSortedMap
|
|
3091
2984
|
|
|
3092
|
-
k_type?: GObject.GType | null
|
|
3093
|
-
k_dup_func?: GObject.BoxedCopyFunc | null
|
|
3094
|
-
k_destroy_func?: GLib.DestroyNotify | null
|
|
3095
|
-
v_type?: GObject.GType | null
|
|
3096
|
-
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
3097
|
-
v_destroy_func?: GLib.DestroyNotify | null
|
|
3098
2985
|
kType?: GObject.GType | null
|
|
3099
2986
|
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
3100
2987
|
kDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -3109,26 +2996,17 @@ interface AbstractSortedMap extends SortedMap {
|
|
|
3109
2996
|
|
|
3110
2997
|
// Own properties of Gee-0.8.Gee.AbstractSortedMap
|
|
3111
2998
|
|
|
3112
|
-
readonly k_type: GObject.GType
|
|
3113
2999
|
readonly kType: GObject.GType
|
|
3114
|
-
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
3115
3000
|
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
3116
|
-
readonly k_destroy_func: GLib.DestroyNotify
|
|
3117
3001
|
readonly kDestroyFunc: GLib.DestroyNotify
|
|
3118
|
-
readonly v_type: GObject.GType
|
|
3119
3002
|
readonly vType: GObject.GType
|
|
3120
|
-
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
3121
3003
|
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
3122
|
-
readonly v_destroy_func: GLib.DestroyNotify
|
|
3123
3004
|
readonly vDestroyFunc: GLib.DestroyNotify
|
|
3124
|
-
readonly ascending_keys: SortedSet
|
|
3125
3005
|
readonly ascendingKeys: SortedSet
|
|
3126
|
-
readonly ascending_entries: SortedSet
|
|
3127
3006
|
readonly ascendingEntries: SortedSet
|
|
3128
3007
|
|
|
3129
3008
|
// Conflicting properties
|
|
3130
3009
|
|
|
3131
|
-
read_only_view: any
|
|
3132
3010
|
readOnlyView: any
|
|
3133
3011
|
|
|
3134
3012
|
// Owm methods of Gee-0.8.Gee.AbstractSortedMap
|
|
@@ -3255,9 +3133,6 @@ module AbstractSortedSet {
|
|
|
3255
3133
|
|
|
3256
3134
|
// Own constructor properties of Gee-0.8.Gee.AbstractSortedSet
|
|
3257
3135
|
|
|
3258
|
-
g_type?: GObject.GType | null
|
|
3259
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
3260
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
3261
3136
|
gType?: GObject.GType | null
|
|
3262
3137
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
3263
3138
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -3269,13 +3144,9 @@ interface AbstractSortedSet extends SortedSet {
|
|
|
3269
3144
|
|
|
3270
3145
|
// Own properties of Gee-0.8.Gee.AbstractSortedSet
|
|
3271
3146
|
|
|
3272
|
-
readonly g_type: GObject.GType
|
|
3273
3147
|
readonly gType: GObject.GType
|
|
3274
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
3275
3148
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
3276
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
3277
3149
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
3278
|
-
readonly read_only_view: any
|
|
3279
3150
|
readonly readOnlyView: any
|
|
3280
3151
|
|
|
3281
3152
|
// Owm methods of Gee-0.8.Gee.AbstractSortedSet
|
|
@@ -3400,9 +3271,6 @@ module ArrayList {
|
|
|
3400
3271
|
|
|
3401
3272
|
// Own constructor properties of Gee-0.8.Gee.ArrayList
|
|
3402
3273
|
|
|
3403
|
-
g_type?: GObject.GType | null
|
|
3404
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
3405
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
3406
3274
|
gType?: GObject.GType | null
|
|
3407
3275
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
3408
3276
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -3414,16 +3282,12 @@ interface ArrayList {
|
|
|
3414
3282
|
|
|
3415
3283
|
// Own properties of Gee-0.8.Gee.ArrayList
|
|
3416
3284
|
|
|
3417
|
-
readonly g_type: GObject.GType
|
|
3418
3285
|
readonly gType: GObject.GType
|
|
3419
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
3420
3286
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
3421
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
3422
3287
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
3423
3288
|
|
|
3424
3289
|
// Conflicting properties
|
|
3425
3290
|
|
|
3426
|
-
read_only_view: any
|
|
3427
3291
|
readOnlyView: any
|
|
3428
3292
|
|
|
3429
3293
|
// Own fields of Gee-0.8.Gee.ArrayList
|
|
@@ -3551,9 +3415,6 @@ module ArrayQueue {
|
|
|
3551
3415
|
|
|
3552
3416
|
// Own constructor properties of Gee-0.8.Gee.ArrayQueue
|
|
3553
3417
|
|
|
3554
|
-
g_type?: GObject.GType | null
|
|
3555
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
3556
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
3557
3418
|
gType?: GObject.GType | null
|
|
3558
3419
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
3559
3420
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -3565,13 +3426,9 @@ interface ArrayQueue extends Deque {
|
|
|
3565
3426
|
|
|
3566
3427
|
// Own properties of Gee-0.8.Gee.ArrayQueue
|
|
3567
3428
|
|
|
3568
|
-
readonly g_type: GObject.GType
|
|
3569
3429
|
readonly gType: GObject.GType
|
|
3570
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
3571
3430
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
3572
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
3573
3431
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
3574
|
-
readonly is_empty: boolean
|
|
3575
3432
|
readonly isEmpty: boolean
|
|
3576
3433
|
|
|
3577
3434
|
// Owm methods of Gee-0.8.Gee.ArrayQueue
|
|
@@ -3640,9 +3497,6 @@ module ConcurrentList {
|
|
|
3640
3497
|
|
|
3641
3498
|
// Own constructor properties of Gee-0.8.Gee.ConcurrentList
|
|
3642
3499
|
|
|
3643
|
-
g_type?: GObject.GType | null
|
|
3644
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
3645
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
3646
3500
|
gType?: GObject.GType | null
|
|
3647
3501
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
3648
3502
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -3654,18 +3508,13 @@ interface ConcurrentList {
|
|
|
3654
3508
|
|
|
3655
3509
|
// Own properties of Gee-0.8.Gee.ConcurrentList
|
|
3656
3510
|
|
|
3657
|
-
readonly g_type: GObject.GType
|
|
3658
3511
|
readonly gType: GObject.GType
|
|
3659
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
3660
3512
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
3661
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
3662
3513
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
3663
|
-
readonly is_empty: boolean
|
|
3664
3514
|
readonly isEmpty: boolean
|
|
3665
3515
|
|
|
3666
3516
|
// Conflicting properties
|
|
3667
3517
|
|
|
3668
|
-
read_only_view: any
|
|
3669
3518
|
readOnlyView: any
|
|
3670
3519
|
|
|
3671
3520
|
// Owm methods of Gee-0.8.Gee.ConcurrentList
|
|
@@ -3763,9 +3612,6 @@ module ConcurrentSet {
|
|
|
3763
3612
|
|
|
3764
3613
|
// Own constructor properties of Gee-0.8.Gee.ConcurrentSet
|
|
3765
3614
|
|
|
3766
|
-
g_type?: GObject.GType | null
|
|
3767
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
3768
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
3769
3615
|
gType?: GObject.GType | null
|
|
3770
3616
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
3771
3617
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -3777,16 +3623,12 @@ interface ConcurrentSet {
|
|
|
3777
3623
|
|
|
3778
3624
|
// Own properties of Gee-0.8.Gee.ConcurrentSet
|
|
3779
3625
|
|
|
3780
|
-
readonly g_type: GObject.GType
|
|
3781
3626
|
readonly gType: GObject.GType
|
|
3782
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
3783
3627
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
3784
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
3785
3628
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
3786
3629
|
|
|
3787
3630
|
// Conflicting properties
|
|
3788
3631
|
|
|
3789
|
-
read_only_view: any
|
|
3790
3632
|
readOnlyView: any
|
|
3791
3633
|
|
|
3792
3634
|
// Conflicting methods
|
|
@@ -3908,12 +3750,6 @@ module HashMap {
|
|
|
3908
3750
|
|
|
3909
3751
|
// Own constructor properties of Gee-0.8.Gee.HashMap
|
|
3910
3752
|
|
|
3911
|
-
k_type?: GObject.GType | null
|
|
3912
|
-
k_dup_func?: GObject.BoxedCopyFunc | null
|
|
3913
|
-
k_destroy_func?: GLib.DestroyNotify | null
|
|
3914
|
-
v_type?: GObject.GType | null
|
|
3915
|
-
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
3916
|
-
v_destroy_func?: GLib.DestroyNotify | null
|
|
3917
3753
|
kType?: GObject.GType | null
|
|
3918
3754
|
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
3919
3755
|
kDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -3928,17 +3764,11 @@ interface HashMap {
|
|
|
3928
3764
|
|
|
3929
3765
|
// Own properties of Gee-0.8.Gee.HashMap
|
|
3930
3766
|
|
|
3931
|
-
readonly k_type: GObject.GType
|
|
3932
3767
|
readonly kType: GObject.GType
|
|
3933
|
-
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
3934
3768
|
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
3935
|
-
readonly k_destroy_func: GLib.DestroyNotify
|
|
3936
3769
|
readonly kDestroyFunc: GLib.DestroyNotify
|
|
3937
|
-
readonly v_type: GObject.GType
|
|
3938
3770
|
readonly vType: GObject.GType
|
|
3939
|
-
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
3940
3771
|
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
3941
|
-
readonly v_destroy_func: GLib.DestroyNotify
|
|
3942
3772
|
readonly vDestroyFunc: GLib.DestroyNotify
|
|
3943
3773
|
|
|
3944
3774
|
// Owm methods of Gee-0.8.Gee.HashMap
|
|
@@ -4014,12 +3844,6 @@ module HashMultiMap {
|
|
|
4014
3844
|
|
|
4015
3845
|
// Own constructor properties of Gee-0.8.Gee.HashMultiMap
|
|
4016
3846
|
|
|
4017
|
-
k_type?: GObject.GType | null
|
|
4018
|
-
k_dup_func?: GObject.BoxedCopyFunc | null
|
|
4019
|
-
k_destroy_func?: GLib.DestroyNotify | null
|
|
4020
|
-
v_type?: GObject.GType | null
|
|
4021
|
-
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
4022
|
-
v_destroy_func?: GLib.DestroyNotify | null
|
|
4023
3847
|
kType?: GObject.GType | null
|
|
4024
3848
|
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
4025
3849
|
kDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -4034,17 +3858,11 @@ interface HashMultiMap {
|
|
|
4034
3858
|
|
|
4035
3859
|
// Own properties of Gee-0.8.Gee.HashMultiMap
|
|
4036
3860
|
|
|
4037
|
-
readonly k_type: GObject.GType
|
|
4038
3861
|
readonly kType: GObject.GType
|
|
4039
|
-
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
4040
3862
|
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
4041
|
-
readonly k_destroy_func: GLib.DestroyNotify
|
|
4042
3863
|
readonly kDestroyFunc: GLib.DestroyNotify
|
|
4043
|
-
readonly v_type: GObject.GType
|
|
4044
3864
|
readonly vType: GObject.GType
|
|
4045
|
-
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
4046
3865
|
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
4047
|
-
readonly v_destroy_func: GLib.DestroyNotify
|
|
4048
3866
|
readonly vDestroyFunc: GLib.DestroyNotify
|
|
4049
3867
|
|
|
4050
3868
|
// Owm methods of Gee-0.8.Gee.HashMultiMap
|
|
@@ -4107,9 +3925,6 @@ module HashMultiSet {
|
|
|
4107
3925
|
|
|
4108
3926
|
// Own constructor properties of Gee-0.8.Gee.HashMultiSet
|
|
4109
3927
|
|
|
4110
|
-
g_type?: GObject.GType | null
|
|
4111
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
4112
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
4113
3928
|
gType?: GObject.GType | null
|
|
4114
3929
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
4115
3930
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -4121,11 +3936,8 @@ interface HashMultiSet {
|
|
|
4121
3936
|
|
|
4122
3937
|
// Own properties of Gee-0.8.Gee.HashMultiSet
|
|
4123
3938
|
|
|
4124
|
-
readonly g_type: GObject.GType
|
|
4125
3939
|
readonly gType: GObject.GType
|
|
4126
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
4127
3940
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
4128
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
4129
3941
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
4130
3942
|
|
|
4131
3943
|
// Owm methods of Gee-0.8.Gee.HashMultiSet
|
|
@@ -4221,9 +4033,6 @@ module HashSet {
|
|
|
4221
4033
|
|
|
4222
4034
|
// Own constructor properties of Gee-0.8.Gee.HashSet
|
|
4223
4035
|
|
|
4224
|
-
g_type?: GObject.GType | null
|
|
4225
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
4226
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
4227
4036
|
gType?: GObject.GType | null
|
|
4228
4037
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
4229
4038
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -4235,16 +4044,12 @@ interface HashSet {
|
|
|
4235
4044
|
|
|
4236
4045
|
// Own properties of Gee-0.8.Gee.HashSet
|
|
4237
4046
|
|
|
4238
|
-
readonly g_type: GObject.GType
|
|
4239
4047
|
readonly gType: GObject.GType
|
|
4240
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
4241
4048
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
4242
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
4243
4049
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
4244
4050
|
|
|
4245
4051
|
// Conflicting properties
|
|
4246
4052
|
|
|
4247
|
-
read_only_view: any
|
|
4248
4053
|
readOnlyView: any
|
|
4249
4054
|
|
|
4250
4055
|
// Owm methods of Gee-0.8.Gee.HashSet
|
|
@@ -4366,9 +4171,6 @@ module LinkedList {
|
|
|
4366
4171
|
|
|
4367
4172
|
// Own constructor properties of Gee-0.8.Gee.LinkedList
|
|
4368
4173
|
|
|
4369
|
-
g_type?: GObject.GType | null
|
|
4370
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
4371
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
4372
4174
|
gType?: GObject.GType | null
|
|
4373
4175
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
4374
4176
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -4380,16 +4182,12 @@ interface LinkedList extends Queue, Deque {
|
|
|
4380
4182
|
|
|
4381
4183
|
// Own properties of Gee-0.8.Gee.LinkedList
|
|
4382
4184
|
|
|
4383
|
-
readonly g_type: GObject.GType
|
|
4384
4185
|
readonly gType: GObject.GType
|
|
4385
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
4386
4186
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
4387
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
4388
4187
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
4389
4188
|
|
|
4390
4189
|
// Conflicting properties
|
|
4391
4190
|
|
|
4392
|
-
read_only_view: any
|
|
4393
4191
|
readOnlyView: any
|
|
4394
4192
|
|
|
4395
4193
|
// Owm methods of Gee-0.8.Gee.LinkedList
|
|
@@ -4520,9 +4318,6 @@ module PriorityQueue {
|
|
|
4520
4318
|
|
|
4521
4319
|
// Own constructor properties of Gee-0.8.Gee.PriorityQueue
|
|
4522
4320
|
|
|
4523
|
-
g_type?: GObject.GType | null
|
|
4524
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
4525
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
4526
4321
|
gType?: GObject.GType | null
|
|
4527
4322
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
4528
4323
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -4534,11 +4329,8 @@ interface PriorityQueue {
|
|
|
4534
4329
|
|
|
4535
4330
|
// Own properties of Gee-0.8.Gee.PriorityQueue
|
|
4536
4331
|
|
|
4537
|
-
readonly g_type: GObject.GType
|
|
4538
4332
|
readonly gType: GObject.GType
|
|
4539
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
4540
4333
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
4541
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
4542
4334
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
4543
4335
|
|
|
4544
4336
|
// Owm methods of Gee-0.8.Gee.PriorityQueue
|
|
@@ -4630,12 +4422,6 @@ module TreeMap {
|
|
|
4630
4422
|
|
|
4631
4423
|
// Own constructor properties of Gee-0.8.Gee.TreeMap
|
|
4632
4424
|
|
|
4633
|
-
k_type?: GObject.GType | null
|
|
4634
|
-
k_dup_func?: GObject.BoxedCopyFunc | null
|
|
4635
|
-
k_destroy_func?: GLib.DestroyNotify | null
|
|
4636
|
-
v_type?: GObject.GType | null
|
|
4637
|
-
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
4638
|
-
v_destroy_func?: GLib.DestroyNotify | null
|
|
4639
4425
|
kType?: GObject.GType | null
|
|
4640
4426
|
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
4641
4427
|
kDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -4650,22 +4436,15 @@ interface TreeMap {
|
|
|
4650
4436
|
|
|
4651
4437
|
// Own properties of Gee-0.8.Gee.TreeMap
|
|
4652
4438
|
|
|
4653
|
-
readonly k_type: GObject.GType
|
|
4654
4439
|
readonly kType: GObject.GType
|
|
4655
|
-
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
4656
4440
|
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
4657
|
-
readonly k_destroy_func: GLib.DestroyNotify
|
|
4658
4441
|
readonly kDestroyFunc: GLib.DestroyNotify
|
|
4659
|
-
readonly v_type: GObject.GType
|
|
4660
4442
|
readonly vType: GObject.GType
|
|
4661
|
-
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
4662
4443
|
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
4663
|
-
readonly v_destroy_func: GLib.DestroyNotify
|
|
4664
4444
|
readonly vDestroyFunc: GLib.DestroyNotify
|
|
4665
4445
|
|
|
4666
4446
|
// Conflicting properties
|
|
4667
4447
|
|
|
4668
|
-
read_only_view: any
|
|
4669
4448
|
readOnlyView: any
|
|
4670
4449
|
|
|
4671
4450
|
// Owm methods of Gee-0.8.Gee.TreeMap
|
|
@@ -4799,12 +4578,6 @@ module TreeMultiMap {
|
|
|
4799
4578
|
|
|
4800
4579
|
// Own constructor properties of Gee-0.8.Gee.TreeMultiMap
|
|
4801
4580
|
|
|
4802
|
-
k_type?: GObject.GType | null
|
|
4803
|
-
k_dup_func?: GObject.BoxedCopyFunc | null
|
|
4804
|
-
k_destroy_func?: GLib.DestroyNotify | null
|
|
4805
|
-
v_type?: GObject.GType | null
|
|
4806
|
-
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
4807
|
-
v_destroy_func?: GLib.DestroyNotify | null
|
|
4808
4581
|
kType?: GObject.GType | null
|
|
4809
4582
|
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
4810
4583
|
kDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -4819,17 +4592,11 @@ interface TreeMultiMap {
|
|
|
4819
4592
|
|
|
4820
4593
|
// Own properties of Gee-0.8.Gee.TreeMultiMap
|
|
4821
4594
|
|
|
4822
|
-
readonly k_type: GObject.GType
|
|
4823
4595
|
readonly kType: GObject.GType
|
|
4824
|
-
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
4825
4596
|
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
4826
|
-
readonly k_destroy_func: GLib.DestroyNotify
|
|
4827
4597
|
readonly kDestroyFunc: GLib.DestroyNotify
|
|
4828
|
-
readonly v_type: GObject.GType
|
|
4829
4598
|
readonly vType: GObject.GType
|
|
4830
|
-
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
4831
4599
|
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
4832
|
-
readonly v_destroy_func: GLib.DestroyNotify
|
|
4833
4600
|
readonly vDestroyFunc: GLib.DestroyNotify
|
|
4834
4601
|
|
|
4835
4602
|
// Owm methods of Gee-0.8.Gee.TreeMultiMap
|
|
@@ -4886,9 +4653,6 @@ module TreeMultiSet {
|
|
|
4886
4653
|
|
|
4887
4654
|
// Own constructor properties of Gee-0.8.Gee.TreeMultiSet
|
|
4888
4655
|
|
|
4889
|
-
g_type?: GObject.GType | null
|
|
4890
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
4891
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
4892
4656
|
gType?: GObject.GType | null
|
|
4893
4657
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
4894
4658
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -4900,11 +4664,8 @@ interface TreeMultiSet {
|
|
|
4900
4664
|
|
|
4901
4665
|
// Own properties of Gee-0.8.Gee.TreeMultiSet
|
|
4902
4666
|
|
|
4903
|
-
readonly g_type: GObject.GType
|
|
4904
4667
|
readonly gType: GObject.GType
|
|
4905
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
4906
4668
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
4907
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
4908
4669
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
4909
4670
|
|
|
4910
4671
|
// Owm methods of Gee-0.8.Gee.TreeMultiSet
|
|
@@ -4998,9 +4759,6 @@ module TreeSet {
|
|
|
4998
4759
|
|
|
4999
4760
|
// Own constructor properties of Gee-0.8.Gee.TreeSet
|
|
5000
4761
|
|
|
5001
|
-
g_type?: GObject.GType | null
|
|
5002
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
5003
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
5004
4762
|
gType?: GObject.GType | null
|
|
5005
4763
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
5006
4764
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -5012,16 +4770,12 @@ interface TreeSet {
|
|
|
5012
4770
|
|
|
5013
4771
|
// Own properties of Gee-0.8.Gee.TreeSet
|
|
5014
4772
|
|
|
5015
|
-
readonly g_type: GObject.GType
|
|
5016
4773
|
readonly gType: GObject.GType
|
|
5017
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
5018
4774
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
5019
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
5020
4775
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
5021
4776
|
|
|
5022
4777
|
// Conflicting properties
|
|
5023
4778
|
|
|
5024
|
-
read_only_view: any
|
|
5025
4779
|
readOnlyView: any
|
|
5026
4780
|
|
|
5027
4781
|
// Owm methods of Gee-0.8.Gee.TreeSet
|
|
@@ -5184,9 +4938,6 @@ module UnrolledLinkedList {
|
|
|
5184
4938
|
|
|
5185
4939
|
// Own constructor properties of Gee-0.8.Gee.UnrolledLinkedList
|
|
5186
4940
|
|
|
5187
|
-
g_type?: GObject.GType | null
|
|
5188
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
5189
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
5190
4941
|
gType?: GObject.GType | null
|
|
5191
4942
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
5192
4943
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -5198,16 +4949,12 @@ interface UnrolledLinkedList extends Queue, Deque {
|
|
|
5198
4949
|
|
|
5199
4950
|
// Own properties of Gee-0.8.Gee.UnrolledLinkedList
|
|
5200
4951
|
|
|
5201
|
-
readonly g_type: GObject.GType
|
|
5202
4952
|
readonly gType: GObject.GType
|
|
5203
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
5204
4953
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
5205
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
5206
4954
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
5207
4955
|
|
|
5208
4956
|
// Conflicting properties
|
|
5209
4957
|
|
|
5210
|
-
read_only_view: any
|
|
5211
4958
|
readOnlyView: any
|
|
5212
4959
|
|
|
5213
4960
|
// Owm methods of Gee-0.8.Gee.UnrolledLinkedList
|
|
@@ -5336,19 +5083,13 @@ module MapEntry {
|
|
|
5336
5083
|
|
|
5337
5084
|
// Own constructor properties of Gee-0.8.Gee.MapEntry
|
|
5338
5085
|
|
|
5339
|
-
k_type?: GObject.GType | null
|
|
5340
|
-
k_dup_func?: GObject.BoxedCopyFunc | null
|
|
5341
|
-
k_destroy_func?: GLib.DestroyNotify | null
|
|
5342
|
-
v_type?: GObject.GType | null
|
|
5343
|
-
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
5344
|
-
v_destroy_func?: GLib.DestroyNotify | null
|
|
5345
|
-
value?: any | null
|
|
5346
5086
|
kType?: GObject.GType | null
|
|
5347
5087
|
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
5348
5088
|
kDestroyFunc?: GLib.DestroyNotify | null
|
|
5349
5089
|
vType?: GObject.GType | null
|
|
5350
5090
|
vDupFunc?: GObject.BoxedCopyFunc | null
|
|
5351
5091
|
vDestroyFunc?: GLib.DestroyNotify | null
|
|
5092
|
+
value?: any | null
|
|
5352
5093
|
}
|
|
5353
5094
|
|
|
5354
5095
|
}
|
|
@@ -5357,21 +5098,14 @@ interface MapEntry {
|
|
|
5357
5098
|
|
|
5358
5099
|
// Own properties of Gee-0.8.Gee.MapEntry
|
|
5359
5100
|
|
|
5360
|
-
readonly k_type: GObject.GType
|
|
5361
5101
|
readonly kType: GObject.GType
|
|
5362
|
-
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
5363
5102
|
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
5364
|
-
readonly k_destroy_func: GLib.DestroyNotify
|
|
5365
5103
|
readonly kDestroyFunc: GLib.DestroyNotify
|
|
5366
|
-
readonly v_type: GObject.GType
|
|
5367
5104
|
readonly vType: GObject.GType
|
|
5368
|
-
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
5369
5105
|
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
5370
|
-
readonly v_destroy_func: GLib.DestroyNotify
|
|
5371
5106
|
readonly vDestroyFunc: GLib.DestroyNotify
|
|
5372
5107
|
readonly key: any
|
|
5373
5108
|
value: any
|
|
5374
|
-
readonly read_only: boolean
|
|
5375
5109
|
readonly readOnly: boolean
|
|
5376
5110
|
|
|
5377
5111
|
// Owm methods of Gee-0.8.Gee.MapEntry
|