@girs/gee-0.8 0.8.0-3.2.4 → 0.8.0-3.2.6
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 +14 -1
- package/gee-0.8-ambient.d.ts +4 -1
- package/gee-0.8-import.d.ts +0 -1
- package/gee-0.8.d.cts +266 -0
- package/gee-0.8.d.ts +266 -0
- package/package.json +5 -5
package/gee-0.8.d.cts
CHANGED
|
@@ -159,6 +159,7 @@ export interface BidirList extends List {
|
|
|
159
159
|
// Own properties of Gee-0.8.Gee.BidirList
|
|
160
160
|
|
|
161
161
|
readonly read_only_view: any
|
|
162
|
+
readonly readOnlyView: any
|
|
162
163
|
|
|
163
164
|
// Owm methods of Gee-0.8.Gee.BidirList
|
|
164
165
|
|
|
@@ -334,6 +335,7 @@ export interface BidirSortedSet extends SortedSet {
|
|
|
334
335
|
// Own properties of Gee-0.8.Gee.BidirSortedSet
|
|
335
336
|
|
|
336
337
|
readonly read_only_view: any
|
|
338
|
+
readonly readOnlyView: any
|
|
337
339
|
|
|
338
340
|
// Owm methods of Gee-0.8.Gee.BidirSortedSet
|
|
339
341
|
|
|
@@ -408,6 +410,7 @@ export interface BidirSortedMap extends SortedMap {
|
|
|
408
410
|
// Own properties of Gee-0.8.Gee.BidirSortedMap
|
|
409
411
|
|
|
410
412
|
readonly read_only_view: any
|
|
413
|
+
readonly readOnlyView: any
|
|
411
414
|
|
|
412
415
|
// Owm methods of Gee-0.8.Gee.BidirSortedMap
|
|
413
416
|
|
|
@@ -494,7 +497,9 @@ export interface Collection extends Iterable {
|
|
|
494
497
|
|
|
495
498
|
readonly size: number
|
|
496
499
|
readonly read_only: boolean
|
|
500
|
+
readonly readOnly: boolean
|
|
497
501
|
readonly read_only_view: Collection
|
|
502
|
+
readonly readOnlyView: Collection
|
|
498
503
|
|
|
499
504
|
// Owm methods of Gee-0.8.Gee.Collection
|
|
500
505
|
|
|
@@ -864,6 +869,7 @@ export interface Iterator extends GObject.Object, Traversable {
|
|
|
864
869
|
|
|
865
870
|
readonly valid: boolean
|
|
866
871
|
readonly read_only: boolean
|
|
872
|
+
readonly readOnly: boolean
|
|
867
873
|
|
|
868
874
|
// Owm methods of Gee-0.8.Gee.Iterator
|
|
869
875
|
|
|
@@ -926,6 +932,7 @@ export interface List extends Collection {
|
|
|
926
932
|
// Own properties of Gee-0.8.Gee.List
|
|
927
933
|
|
|
928
934
|
readonly read_only_view: any
|
|
935
|
+
readonly readOnlyView: any
|
|
929
936
|
|
|
930
937
|
// Owm methods of Gee-0.8.Gee.List
|
|
931
938
|
|
|
@@ -1065,10 +1072,12 @@ export interface Map extends GObject.Object, Iterable {
|
|
|
1065
1072
|
|
|
1066
1073
|
readonly size: number
|
|
1067
1074
|
readonly read_only: boolean
|
|
1075
|
+
readonly readOnly: boolean
|
|
1068
1076
|
readonly keys: Set
|
|
1069
1077
|
readonly values: Collection
|
|
1070
1078
|
readonly entries: Set
|
|
1071
1079
|
readonly read_only_view: Map
|
|
1080
|
+
readonly readOnlyView: Map
|
|
1072
1081
|
|
|
1073
1082
|
// Owm methods of Gee-0.8.Gee.Map
|
|
1074
1083
|
|
|
@@ -1172,6 +1181,7 @@ export interface MapIterator extends GObject.Object {
|
|
|
1172
1181
|
readonly valid: boolean
|
|
1173
1182
|
readonly mutable: boolean
|
|
1174
1183
|
readonly read_only: boolean
|
|
1184
|
+
readonly readOnly: boolean
|
|
1175
1185
|
|
|
1176
1186
|
// Owm methods of Gee-0.8.Gee.MapIterator
|
|
1177
1187
|
|
|
@@ -1246,6 +1256,7 @@ export interface MultiMap extends GObject.Object {
|
|
|
1246
1256
|
|
|
1247
1257
|
readonly size: number
|
|
1248
1258
|
readonly read_only: boolean
|
|
1259
|
+
readonly readOnly: boolean
|
|
1249
1260
|
|
|
1250
1261
|
// Owm methods of Gee-0.8.Gee.MultiMap
|
|
1251
1262
|
|
|
@@ -1387,7 +1398,9 @@ export interface Queue extends Collection {
|
|
|
1387
1398
|
|
|
1388
1399
|
readonly capacity: number
|
|
1389
1400
|
readonly remaining_capacity: number
|
|
1401
|
+
readonly remainingCapacity: number
|
|
1390
1402
|
readonly is_full: boolean
|
|
1403
|
+
readonly isFull: boolean
|
|
1391
1404
|
|
|
1392
1405
|
// Owm methods of Gee-0.8.Gee.Queue
|
|
1393
1406
|
|
|
@@ -1462,6 +1475,7 @@ export interface Set extends Collection {
|
|
|
1462
1475
|
// Own properties of Gee-0.8.Gee.Set
|
|
1463
1476
|
|
|
1464
1477
|
readonly read_only_view: any
|
|
1478
|
+
readonly readOnlyView: any
|
|
1465
1479
|
|
|
1466
1480
|
// Owm methods of Gee-0.8.Gee.Set
|
|
1467
1481
|
|
|
@@ -1528,8 +1542,11 @@ export interface SortedMap extends Map {
|
|
|
1528
1542
|
// Own properties of Gee-0.8.Gee.SortedMap
|
|
1529
1543
|
|
|
1530
1544
|
readonly ascending_keys: SortedSet
|
|
1545
|
+
readonly ascendingKeys: SortedSet
|
|
1531
1546
|
readonly ascending_entries: SortedSet
|
|
1547
|
+
readonly ascendingEntries: SortedSet
|
|
1532
1548
|
readonly read_only_view: any
|
|
1549
|
+
readonly readOnlyView: any
|
|
1533
1550
|
|
|
1534
1551
|
// Owm methods of Gee-0.8.Gee.SortedMap
|
|
1535
1552
|
|
|
@@ -1617,6 +1634,7 @@ export interface SortedSet extends Set {
|
|
|
1617
1634
|
// Own properties of Gee-0.8.Gee.SortedSet
|
|
1618
1635
|
|
|
1619
1636
|
readonly read_only_view: any
|
|
1637
|
+
readonly readOnlyView: any
|
|
1620
1638
|
|
|
1621
1639
|
// Owm methods of Gee-0.8.Gee.SortedSet
|
|
1622
1640
|
|
|
@@ -1773,6 +1791,9 @@ export module AbstractBidirList {
|
|
|
1773
1791
|
g_type?: GObject.GType | null
|
|
1774
1792
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1775
1793
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1794
|
+
gType?: GObject.GType | null
|
|
1795
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1796
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1776
1797
|
}
|
|
1777
1798
|
|
|
1778
1799
|
}
|
|
@@ -1782,9 +1803,13 @@ export interface AbstractBidirList extends BidirList {
|
|
|
1782
1803
|
// Own properties of Gee-0.8.Gee.AbstractBidirList
|
|
1783
1804
|
|
|
1784
1805
|
readonly g_type: GObject.GType
|
|
1806
|
+
readonly gType: GObject.GType
|
|
1785
1807
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1808
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1786
1809
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1810
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1787
1811
|
readonly read_only_view: any
|
|
1812
|
+
readonly readOnlyView: any
|
|
1788
1813
|
|
|
1789
1814
|
// Owm methods of Gee-0.8.Gee.AbstractBidirList
|
|
1790
1815
|
|
|
@@ -1887,6 +1912,9 @@ export module AbstractBidirSortedSet {
|
|
|
1887
1912
|
g_type?: GObject.GType | null
|
|
1888
1913
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1889
1914
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
1915
|
+
gType?: GObject.GType | null
|
|
1916
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1917
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
1890
1918
|
}
|
|
1891
1919
|
|
|
1892
1920
|
}
|
|
@@ -1896,9 +1924,13 @@ export interface AbstractBidirSortedSet extends BidirSortedSet {
|
|
|
1896
1924
|
// Own properties of Gee-0.8.Gee.AbstractBidirSortedSet
|
|
1897
1925
|
|
|
1898
1926
|
readonly g_type: GObject.GType
|
|
1927
|
+
readonly gType: GObject.GType
|
|
1899
1928
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1929
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1900
1930
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
1931
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1901
1932
|
readonly read_only_view: any
|
|
1933
|
+
readonly readOnlyView: any
|
|
1902
1934
|
|
|
1903
1935
|
// Owm methods of Gee-0.8.Gee.AbstractBidirSortedSet
|
|
1904
1936
|
|
|
@@ -2019,6 +2051,12 @@ export module AbstractBidirSortedMap {
|
|
|
2019
2051
|
v_type?: GObject.GType | null
|
|
2020
2052
|
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
2021
2053
|
v_destroy_func?: GLib.DestroyNotify | null
|
|
2054
|
+
kType?: GObject.GType | null
|
|
2055
|
+
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
2056
|
+
kDestroyFunc?: GLib.DestroyNotify | null
|
|
2057
|
+
vType?: GObject.GType | null
|
|
2058
|
+
vDupFunc?: GObject.BoxedCopyFunc | null
|
|
2059
|
+
vDestroyFunc?: GLib.DestroyNotify | null
|
|
2022
2060
|
}
|
|
2023
2061
|
|
|
2024
2062
|
}
|
|
@@ -2028,12 +2066,19 @@ export interface AbstractBidirSortedMap extends BidirSortedMap {
|
|
|
2028
2066
|
// Own properties of Gee-0.8.Gee.AbstractBidirSortedMap
|
|
2029
2067
|
|
|
2030
2068
|
readonly k_type: GObject.GType
|
|
2069
|
+
readonly kType: GObject.GType
|
|
2031
2070
|
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
2071
|
+
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
2032
2072
|
readonly k_destroy_func: GLib.DestroyNotify
|
|
2073
|
+
readonly kDestroyFunc: GLib.DestroyNotify
|
|
2033
2074
|
readonly v_type: GObject.GType
|
|
2075
|
+
readonly vType: GObject.GType
|
|
2034
2076
|
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
2077
|
+
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
2035
2078
|
readonly v_destroy_func: GLib.DestroyNotify
|
|
2079
|
+
readonly vDestroyFunc: GLib.DestroyNotify
|
|
2036
2080
|
readonly read_only_view: any
|
|
2081
|
+
readonly readOnlyView: any
|
|
2037
2082
|
|
|
2038
2083
|
// Owm methods of Gee-0.8.Gee.AbstractBidirSortedMap
|
|
2039
2084
|
|
|
@@ -2161,6 +2206,9 @@ export module AbstractCollection {
|
|
|
2161
2206
|
g_type?: GObject.GType | null
|
|
2162
2207
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
2163
2208
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
2209
|
+
gType?: GObject.GType | null
|
|
2210
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
2211
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
2164
2212
|
}
|
|
2165
2213
|
|
|
2166
2214
|
}
|
|
@@ -2170,11 +2218,16 @@ export interface AbstractCollection extends Traversable, Iterable, Collection {
|
|
|
2170
2218
|
// Own properties of Gee-0.8.Gee.AbstractCollection
|
|
2171
2219
|
|
|
2172
2220
|
readonly g_type: GObject.GType
|
|
2221
|
+
readonly gType: GObject.GType
|
|
2173
2222
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
2223
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
2174
2224
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
2225
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
2175
2226
|
readonly size: number
|
|
2176
2227
|
readonly read_only: boolean
|
|
2228
|
+
readonly readOnly: boolean
|
|
2177
2229
|
readonly read_only_view: Collection
|
|
2230
|
+
readonly readOnlyView: Collection
|
|
2178
2231
|
|
|
2179
2232
|
// Owm methods of Gee-0.8.Gee.AbstractCollection
|
|
2180
2233
|
|
|
@@ -2270,6 +2323,9 @@ export module AbstractList {
|
|
|
2270
2323
|
g_type?: GObject.GType | null
|
|
2271
2324
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
2272
2325
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
2326
|
+
gType?: GObject.GType | null
|
|
2327
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
2328
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
2273
2329
|
}
|
|
2274
2330
|
|
|
2275
2331
|
}
|
|
@@ -2279,9 +2335,13 @@ export interface AbstractList extends List {
|
|
|
2279
2335
|
// Own properties of Gee-0.8.Gee.AbstractList
|
|
2280
2336
|
|
|
2281
2337
|
readonly g_type: GObject.GType
|
|
2338
|
+
readonly gType: GObject.GType
|
|
2282
2339
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
2340
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
2283
2341
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
2342
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
2284
2343
|
readonly read_only_view: any
|
|
2344
|
+
readonly readOnlyView: any
|
|
2285
2345
|
|
|
2286
2346
|
// Owm methods of Gee-0.8.Gee.AbstractList
|
|
2287
2347
|
|
|
@@ -2397,6 +2457,12 @@ export module AbstractMap {
|
|
|
2397
2457
|
v_type?: GObject.GType | null
|
|
2398
2458
|
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
2399
2459
|
v_destroy_func?: GLib.DestroyNotify | null
|
|
2460
|
+
kType?: GObject.GType | null
|
|
2461
|
+
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
2462
|
+
kDestroyFunc?: GLib.DestroyNotify | null
|
|
2463
|
+
vType?: GObject.GType | null
|
|
2464
|
+
vDupFunc?: GObject.BoxedCopyFunc | null
|
|
2465
|
+
vDestroyFunc?: GLib.DestroyNotify | null
|
|
2400
2466
|
}
|
|
2401
2467
|
|
|
2402
2468
|
}
|
|
@@ -2406,17 +2472,25 @@ export interface AbstractMap extends Traversable, Iterable, Map {
|
|
|
2406
2472
|
// Own properties of Gee-0.8.Gee.AbstractMap
|
|
2407
2473
|
|
|
2408
2474
|
readonly k_type: GObject.GType
|
|
2475
|
+
readonly kType: GObject.GType
|
|
2409
2476
|
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
2477
|
+
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
2410
2478
|
readonly k_destroy_func: GLib.DestroyNotify
|
|
2479
|
+
readonly kDestroyFunc: GLib.DestroyNotify
|
|
2411
2480
|
readonly v_type: GObject.GType
|
|
2481
|
+
readonly vType: GObject.GType
|
|
2412
2482
|
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
2483
|
+
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
2413
2484
|
readonly v_destroy_func: GLib.DestroyNotify
|
|
2485
|
+
readonly vDestroyFunc: GLib.DestroyNotify
|
|
2414
2486
|
readonly size: number
|
|
2415
2487
|
readonly read_only: boolean
|
|
2488
|
+
readonly readOnly: boolean
|
|
2416
2489
|
readonly keys: Set
|
|
2417
2490
|
readonly values: Collection
|
|
2418
2491
|
readonly entries: Set
|
|
2419
2492
|
readonly read_only_view: Map
|
|
2493
|
+
readonly readOnlyView: Map
|
|
2420
2494
|
|
|
2421
2495
|
// Owm methods of Gee-0.8.Gee.AbstractMap
|
|
2422
2496
|
|
|
@@ -2545,6 +2619,12 @@ export module AbstractMultiMap {
|
|
|
2545
2619
|
v_type?: GObject.GType | null
|
|
2546
2620
|
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
2547
2621
|
v_destroy_func?: GLib.DestroyNotify | null
|
|
2622
|
+
kType?: GObject.GType | null
|
|
2623
|
+
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
2624
|
+
kDestroyFunc?: GLib.DestroyNotify | null
|
|
2625
|
+
vType?: GObject.GType | null
|
|
2626
|
+
vDupFunc?: GObject.BoxedCopyFunc | null
|
|
2627
|
+
vDestroyFunc?: GLib.DestroyNotify | null
|
|
2548
2628
|
}
|
|
2549
2629
|
|
|
2550
2630
|
}
|
|
@@ -2554,11 +2634,17 @@ export interface AbstractMultiMap extends MultiMap {
|
|
|
2554
2634
|
// Own properties of Gee-0.8.Gee.AbstractMultiMap
|
|
2555
2635
|
|
|
2556
2636
|
readonly k_type: GObject.GType
|
|
2637
|
+
readonly kType: GObject.GType
|
|
2557
2638
|
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
2639
|
+
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
2558
2640
|
readonly k_destroy_func: GLib.DestroyNotify
|
|
2641
|
+
readonly kDestroyFunc: GLib.DestroyNotify
|
|
2559
2642
|
readonly v_type: GObject.GType
|
|
2643
|
+
readonly vType: GObject.GType
|
|
2560
2644
|
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
2645
|
+
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
2561
2646
|
readonly v_destroy_func: GLib.DestroyNotify
|
|
2647
|
+
readonly vDestroyFunc: GLib.DestroyNotify
|
|
2562
2648
|
|
|
2563
2649
|
// Own fields of Gee-0.8.Gee.AbstractMultiMap
|
|
2564
2650
|
|
|
@@ -2652,6 +2738,9 @@ export module AbstractMultiSet {
|
|
|
2652
2738
|
g_type?: GObject.GType | null
|
|
2653
2739
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
2654
2740
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
2741
|
+
gType?: GObject.GType | null
|
|
2742
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
2743
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
2655
2744
|
}
|
|
2656
2745
|
|
|
2657
2746
|
}
|
|
@@ -2661,8 +2750,11 @@ export interface AbstractMultiSet extends MultiSet {
|
|
|
2661
2750
|
// Own properties of Gee-0.8.Gee.AbstractMultiSet
|
|
2662
2751
|
|
|
2663
2752
|
readonly g_type: GObject.GType
|
|
2753
|
+
readonly gType: GObject.GType
|
|
2664
2754
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
2755
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
2665
2756
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
2757
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
2666
2758
|
|
|
2667
2759
|
// Own fields of Gee-0.8.Gee.AbstractMultiSet
|
|
2668
2760
|
|
|
@@ -2763,6 +2855,9 @@ export module AbstractQueue {
|
|
|
2763
2855
|
g_type?: GObject.GType | null
|
|
2764
2856
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
2765
2857
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
2858
|
+
gType?: GObject.GType | null
|
|
2859
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
2860
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
2766
2861
|
}
|
|
2767
2862
|
|
|
2768
2863
|
}
|
|
@@ -2772,11 +2867,16 @@ export interface AbstractQueue extends Queue {
|
|
|
2772
2867
|
// Own properties of Gee-0.8.Gee.AbstractQueue
|
|
2773
2868
|
|
|
2774
2869
|
readonly g_type: GObject.GType
|
|
2870
|
+
readonly gType: GObject.GType
|
|
2775
2871
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
2872
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
2776
2873
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
2874
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
2777
2875
|
readonly capacity: number
|
|
2778
2876
|
readonly remaining_capacity: number
|
|
2877
|
+
readonly remainingCapacity: number
|
|
2779
2878
|
readonly is_full: boolean
|
|
2879
|
+
readonly isFull: boolean
|
|
2780
2880
|
|
|
2781
2881
|
// Owm methods of Gee-0.8.Gee.AbstractQueue
|
|
2782
2882
|
|
|
@@ -2873,6 +2973,9 @@ export module AbstractSet {
|
|
|
2873
2973
|
g_type?: GObject.GType | null
|
|
2874
2974
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
2875
2975
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
2976
|
+
gType?: GObject.GType | null
|
|
2977
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
2978
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
2876
2979
|
}
|
|
2877
2980
|
|
|
2878
2981
|
}
|
|
@@ -2882,9 +2985,13 @@ export interface AbstractSet extends Set {
|
|
|
2882
2985
|
// Own properties of Gee-0.8.Gee.AbstractSet
|
|
2883
2986
|
|
|
2884
2987
|
readonly g_type: GObject.GType
|
|
2988
|
+
readonly gType: GObject.GType
|
|
2885
2989
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
2990
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
2886
2991
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
2992
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
2887
2993
|
readonly read_only_view: any
|
|
2994
|
+
readonly readOnlyView: any
|
|
2888
2995
|
|
|
2889
2996
|
// Owm methods of Gee-0.8.Gee.AbstractSet
|
|
2890
2997
|
|
|
@@ -2986,6 +3093,12 @@ export module AbstractSortedMap {
|
|
|
2986
3093
|
v_type?: GObject.GType | null
|
|
2987
3094
|
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
2988
3095
|
v_destroy_func?: GLib.DestroyNotify | null
|
|
3096
|
+
kType?: GObject.GType | null
|
|
3097
|
+
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
3098
|
+
kDestroyFunc?: GLib.DestroyNotify | null
|
|
3099
|
+
vType?: GObject.GType | null
|
|
3100
|
+
vDupFunc?: GObject.BoxedCopyFunc | null
|
|
3101
|
+
vDestroyFunc?: GLib.DestroyNotify | null
|
|
2989
3102
|
}
|
|
2990
3103
|
|
|
2991
3104
|
}
|
|
@@ -2995,17 +3108,26 @@ export interface AbstractSortedMap extends SortedMap {
|
|
|
2995
3108
|
// Own properties of Gee-0.8.Gee.AbstractSortedMap
|
|
2996
3109
|
|
|
2997
3110
|
readonly k_type: GObject.GType
|
|
3111
|
+
readonly kType: GObject.GType
|
|
2998
3112
|
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
3113
|
+
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
2999
3114
|
readonly k_destroy_func: GLib.DestroyNotify
|
|
3115
|
+
readonly kDestroyFunc: GLib.DestroyNotify
|
|
3000
3116
|
readonly v_type: GObject.GType
|
|
3117
|
+
readonly vType: GObject.GType
|
|
3001
3118
|
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
3119
|
+
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
3002
3120
|
readonly v_destroy_func: GLib.DestroyNotify
|
|
3121
|
+
readonly vDestroyFunc: GLib.DestroyNotify
|
|
3003
3122
|
readonly ascending_keys: SortedSet
|
|
3123
|
+
readonly ascendingKeys: SortedSet
|
|
3004
3124
|
readonly ascending_entries: SortedSet
|
|
3125
|
+
readonly ascendingEntries: SortedSet
|
|
3005
3126
|
|
|
3006
3127
|
// Conflicting properties
|
|
3007
3128
|
|
|
3008
3129
|
read_only_view: any
|
|
3130
|
+
readOnlyView: any
|
|
3009
3131
|
|
|
3010
3132
|
// Owm methods of Gee-0.8.Gee.AbstractSortedMap
|
|
3011
3133
|
|
|
@@ -3134,6 +3256,9 @@ export module AbstractSortedSet {
|
|
|
3134
3256
|
g_type?: GObject.GType | null
|
|
3135
3257
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
3136
3258
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
3259
|
+
gType?: GObject.GType | null
|
|
3260
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
3261
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
3137
3262
|
}
|
|
3138
3263
|
|
|
3139
3264
|
}
|
|
@@ -3143,9 +3268,13 @@ export interface AbstractSortedSet extends SortedSet {
|
|
|
3143
3268
|
// Own properties of Gee-0.8.Gee.AbstractSortedSet
|
|
3144
3269
|
|
|
3145
3270
|
readonly g_type: GObject.GType
|
|
3271
|
+
readonly gType: GObject.GType
|
|
3146
3272
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
3273
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
3147
3274
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
3275
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
3148
3276
|
readonly read_only_view: any
|
|
3277
|
+
readonly readOnlyView: any
|
|
3149
3278
|
|
|
3150
3279
|
// Owm methods of Gee-0.8.Gee.AbstractSortedSet
|
|
3151
3280
|
|
|
@@ -3272,6 +3401,9 @@ export module ArrayList {
|
|
|
3272
3401
|
g_type?: GObject.GType | null
|
|
3273
3402
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
3274
3403
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
3404
|
+
gType?: GObject.GType | null
|
|
3405
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
3406
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
3275
3407
|
}
|
|
3276
3408
|
|
|
3277
3409
|
}
|
|
@@ -3281,12 +3413,16 @@ export interface ArrayList {
|
|
|
3281
3413
|
// Own properties of Gee-0.8.Gee.ArrayList
|
|
3282
3414
|
|
|
3283
3415
|
readonly g_type: GObject.GType
|
|
3416
|
+
readonly gType: GObject.GType
|
|
3284
3417
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
3418
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
3285
3419
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
3420
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
3286
3421
|
|
|
3287
3422
|
// Conflicting properties
|
|
3288
3423
|
|
|
3289
3424
|
read_only_view: any
|
|
3425
|
+
readOnlyView: any
|
|
3290
3426
|
|
|
3291
3427
|
// Own fields of Gee-0.8.Gee.ArrayList
|
|
3292
3428
|
|
|
@@ -3416,6 +3552,9 @@ export module ArrayQueue {
|
|
|
3416
3552
|
g_type?: GObject.GType | null
|
|
3417
3553
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
3418
3554
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
3555
|
+
gType?: GObject.GType | null
|
|
3556
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
3557
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
3419
3558
|
}
|
|
3420
3559
|
|
|
3421
3560
|
}
|
|
@@ -3425,9 +3564,13 @@ export interface ArrayQueue extends Deque {
|
|
|
3425
3564
|
// Own properties of Gee-0.8.Gee.ArrayQueue
|
|
3426
3565
|
|
|
3427
3566
|
readonly g_type: GObject.GType
|
|
3567
|
+
readonly gType: GObject.GType
|
|
3428
3568
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
3569
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
3429
3570
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
3571
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
3430
3572
|
readonly is_empty: boolean
|
|
3573
|
+
readonly isEmpty: boolean
|
|
3431
3574
|
|
|
3432
3575
|
// Owm methods of Gee-0.8.Gee.ArrayQueue
|
|
3433
3576
|
|
|
@@ -3498,6 +3641,9 @@ export module ConcurrentList {
|
|
|
3498
3641
|
g_type?: GObject.GType | null
|
|
3499
3642
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
3500
3643
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
3644
|
+
gType?: GObject.GType | null
|
|
3645
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
3646
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
3501
3647
|
}
|
|
3502
3648
|
|
|
3503
3649
|
}
|
|
@@ -3507,13 +3653,18 @@ export interface ConcurrentList {
|
|
|
3507
3653
|
// Own properties of Gee-0.8.Gee.ConcurrentList
|
|
3508
3654
|
|
|
3509
3655
|
readonly g_type: GObject.GType
|
|
3656
|
+
readonly gType: GObject.GType
|
|
3510
3657
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
3658
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
3511
3659
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
3660
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
3512
3661
|
readonly is_empty: boolean
|
|
3662
|
+
readonly isEmpty: boolean
|
|
3513
3663
|
|
|
3514
3664
|
// Conflicting properties
|
|
3515
3665
|
|
|
3516
3666
|
read_only_view: any
|
|
3667
|
+
readOnlyView: any
|
|
3517
3668
|
|
|
3518
3669
|
// Owm methods of Gee-0.8.Gee.ConcurrentList
|
|
3519
3670
|
|
|
@@ -3613,6 +3764,9 @@ export module ConcurrentSet {
|
|
|
3613
3764
|
g_type?: GObject.GType | null
|
|
3614
3765
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
3615
3766
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
3767
|
+
gType?: GObject.GType | null
|
|
3768
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
3769
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
3616
3770
|
}
|
|
3617
3771
|
|
|
3618
3772
|
}
|
|
@@ -3622,12 +3776,16 @@ export interface ConcurrentSet {
|
|
|
3622
3776
|
// Own properties of Gee-0.8.Gee.ConcurrentSet
|
|
3623
3777
|
|
|
3624
3778
|
readonly g_type: GObject.GType
|
|
3779
|
+
readonly gType: GObject.GType
|
|
3625
3780
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
3781
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
3626
3782
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
3783
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
3627
3784
|
|
|
3628
3785
|
// Conflicting properties
|
|
3629
3786
|
|
|
3630
3787
|
read_only_view: any
|
|
3788
|
+
readOnlyView: any
|
|
3631
3789
|
|
|
3632
3790
|
// Conflicting methods
|
|
3633
3791
|
|
|
@@ -3754,6 +3912,12 @@ export module HashMap {
|
|
|
3754
3912
|
v_type?: GObject.GType | null
|
|
3755
3913
|
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
3756
3914
|
v_destroy_func?: GLib.DestroyNotify | null
|
|
3915
|
+
kType?: GObject.GType | null
|
|
3916
|
+
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
3917
|
+
kDestroyFunc?: GLib.DestroyNotify | null
|
|
3918
|
+
vType?: GObject.GType | null
|
|
3919
|
+
vDupFunc?: GObject.BoxedCopyFunc | null
|
|
3920
|
+
vDestroyFunc?: GLib.DestroyNotify | null
|
|
3757
3921
|
}
|
|
3758
3922
|
|
|
3759
3923
|
}
|
|
@@ -3763,11 +3927,17 @@ export interface HashMap {
|
|
|
3763
3927
|
// Own properties of Gee-0.8.Gee.HashMap
|
|
3764
3928
|
|
|
3765
3929
|
readonly k_type: GObject.GType
|
|
3930
|
+
readonly kType: GObject.GType
|
|
3766
3931
|
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
3932
|
+
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
3767
3933
|
readonly k_destroy_func: GLib.DestroyNotify
|
|
3934
|
+
readonly kDestroyFunc: GLib.DestroyNotify
|
|
3768
3935
|
readonly v_type: GObject.GType
|
|
3936
|
+
readonly vType: GObject.GType
|
|
3769
3937
|
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
3938
|
+
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
3770
3939
|
readonly v_destroy_func: GLib.DestroyNotify
|
|
3940
|
+
readonly vDestroyFunc: GLib.DestroyNotify
|
|
3771
3941
|
|
|
3772
3942
|
// Owm methods of Gee-0.8.Gee.HashMap
|
|
3773
3943
|
|
|
@@ -3848,6 +4018,12 @@ export module HashMultiMap {
|
|
|
3848
4018
|
v_type?: GObject.GType | null
|
|
3849
4019
|
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
3850
4020
|
v_destroy_func?: GLib.DestroyNotify | null
|
|
4021
|
+
kType?: GObject.GType | null
|
|
4022
|
+
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
4023
|
+
kDestroyFunc?: GLib.DestroyNotify | null
|
|
4024
|
+
vType?: GObject.GType | null
|
|
4025
|
+
vDupFunc?: GObject.BoxedCopyFunc | null
|
|
4026
|
+
vDestroyFunc?: GLib.DestroyNotify | null
|
|
3851
4027
|
}
|
|
3852
4028
|
|
|
3853
4029
|
}
|
|
@@ -3857,11 +4033,17 @@ export interface HashMultiMap {
|
|
|
3857
4033
|
// Own properties of Gee-0.8.Gee.HashMultiMap
|
|
3858
4034
|
|
|
3859
4035
|
readonly k_type: GObject.GType
|
|
4036
|
+
readonly kType: GObject.GType
|
|
3860
4037
|
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
4038
|
+
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
3861
4039
|
readonly k_destroy_func: GLib.DestroyNotify
|
|
4040
|
+
readonly kDestroyFunc: GLib.DestroyNotify
|
|
3862
4041
|
readonly v_type: GObject.GType
|
|
4042
|
+
readonly vType: GObject.GType
|
|
3863
4043
|
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
4044
|
+
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
3864
4045
|
readonly v_destroy_func: GLib.DestroyNotify
|
|
4046
|
+
readonly vDestroyFunc: GLib.DestroyNotify
|
|
3865
4047
|
|
|
3866
4048
|
// Owm methods of Gee-0.8.Gee.HashMultiMap
|
|
3867
4049
|
|
|
@@ -3926,6 +4108,9 @@ export module HashMultiSet {
|
|
|
3926
4108
|
g_type?: GObject.GType | null
|
|
3927
4109
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
3928
4110
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
4111
|
+
gType?: GObject.GType | null
|
|
4112
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
4113
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
3929
4114
|
}
|
|
3930
4115
|
|
|
3931
4116
|
}
|
|
@@ -3935,8 +4120,11 @@ export interface HashMultiSet {
|
|
|
3935
4120
|
// Own properties of Gee-0.8.Gee.HashMultiSet
|
|
3936
4121
|
|
|
3937
4122
|
readonly g_type: GObject.GType
|
|
4123
|
+
readonly gType: GObject.GType
|
|
3938
4124
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
4125
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
3939
4126
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
4127
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
3940
4128
|
|
|
3941
4129
|
// Owm methods of Gee-0.8.Gee.HashMultiSet
|
|
3942
4130
|
|
|
@@ -4034,6 +4222,9 @@ export module HashSet {
|
|
|
4034
4222
|
g_type?: GObject.GType | null
|
|
4035
4223
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
4036
4224
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
4225
|
+
gType?: GObject.GType | null
|
|
4226
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
4227
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
4037
4228
|
}
|
|
4038
4229
|
|
|
4039
4230
|
}
|
|
@@ -4043,12 +4234,16 @@ export interface HashSet {
|
|
|
4043
4234
|
// Own properties of Gee-0.8.Gee.HashSet
|
|
4044
4235
|
|
|
4045
4236
|
readonly g_type: GObject.GType
|
|
4237
|
+
readonly gType: GObject.GType
|
|
4046
4238
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
4239
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
4047
4240
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
4241
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
4048
4242
|
|
|
4049
4243
|
// Conflicting properties
|
|
4050
4244
|
|
|
4051
4245
|
read_only_view: any
|
|
4246
|
+
readOnlyView: any
|
|
4052
4247
|
|
|
4053
4248
|
// Owm methods of Gee-0.8.Gee.HashSet
|
|
4054
4249
|
|
|
@@ -4172,6 +4367,9 @@ export module LinkedList {
|
|
|
4172
4367
|
g_type?: GObject.GType | null
|
|
4173
4368
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
4174
4369
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
4370
|
+
gType?: GObject.GType | null
|
|
4371
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
4372
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
4175
4373
|
}
|
|
4176
4374
|
|
|
4177
4375
|
}
|
|
@@ -4181,12 +4379,16 @@ export interface LinkedList extends Queue, Deque {
|
|
|
4181
4379
|
// Own properties of Gee-0.8.Gee.LinkedList
|
|
4182
4380
|
|
|
4183
4381
|
readonly g_type: GObject.GType
|
|
4382
|
+
readonly gType: GObject.GType
|
|
4184
4383
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
4384
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
4185
4385
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
4386
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
4186
4387
|
|
|
4187
4388
|
// Conflicting properties
|
|
4188
4389
|
|
|
4189
4390
|
read_only_view: any
|
|
4391
|
+
readOnlyView: any
|
|
4190
4392
|
|
|
4191
4393
|
// Owm methods of Gee-0.8.Gee.LinkedList
|
|
4192
4394
|
|
|
@@ -4319,6 +4521,9 @@ export module PriorityQueue {
|
|
|
4319
4521
|
g_type?: GObject.GType | null
|
|
4320
4522
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
4321
4523
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
4524
|
+
gType?: GObject.GType | null
|
|
4525
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
4526
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
4322
4527
|
}
|
|
4323
4528
|
|
|
4324
4529
|
}
|
|
@@ -4328,8 +4533,11 @@ export interface PriorityQueue {
|
|
|
4328
4533
|
// Own properties of Gee-0.8.Gee.PriorityQueue
|
|
4329
4534
|
|
|
4330
4535
|
readonly g_type: GObject.GType
|
|
4536
|
+
readonly gType: GObject.GType
|
|
4331
4537
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
4538
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
4332
4539
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
4540
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
4333
4541
|
|
|
4334
4542
|
// Owm methods of Gee-0.8.Gee.PriorityQueue
|
|
4335
4543
|
|
|
@@ -4426,6 +4634,12 @@ export module TreeMap {
|
|
|
4426
4634
|
v_type?: GObject.GType | null
|
|
4427
4635
|
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
4428
4636
|
v_destroy_func?: GLib.DestroyNotify | null
|
|
4637
|
+
kType?: GObject.GType | null
|
|
4638
|
+
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
4639
|
+
kDestroyFunc?: GLib.DestroyNotify | null
|
|
4640
|
+
vType?: GObject.GType | null
|
|
4641
|
+
vDupFunc?: GObject.BoxedCopyFunc | null
|
|
4642
|
+
vDestroyFunc?: GLib.DestroyNotify | null
|
|
4429
4643
|
}
|
|
4430
4644
|
|
|
4431
4645
|
}
|
|
@@ -4435,15 +4649,22 @@ export interface TreeMap {
|
|
|
4435
4649
|
// Own properties of Gee-0.8.Gee.TreeMap
|
|
4436
4650
|
|
|
4437
4651
|
readonly k_type: GObject.GType
|
|
4652
|
+
readonly kType: GObject.GType
|
|
4438
4653
|
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
4654
|
+
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
4439
4655
|
readonly k_destroy_func: GLib.DestroyNotify
|
|
4656
|
+
readonly kDestroyFunc: GLib.DestroyNotify
|
|
4440
4657
|
readonly v_type: GObject.GType
|
|
4658
|
+
readonly vType: GObject.GType
|
|
4441
4659
|
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
4660
|
+
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
4442
4661
|
readonly v_destroy_func: GLib.DestroyNotify
|
|
4662
|
+
readonly vDestroyFunc: GLib.DestroyNotify
|
|
4443
4663
|
|
|
4444
4664
|
// Conflicting properties
|
|
4445
4665
|
|
|
4446
4666
|
read_only_view: any
|
|
4667
|
+
readOnlyView: any
|
|
4447
4668
|
|
|
4448
4669
|
// Owm methods of Gee-0.8.Gee.TreeMap
|
|
4449
4670
|
|
|
@@ -4582,6 +4803,12 @@ export module TreeMultiMap {
|
|
|
4582
4803
|
v_type?: GObject.GType | null
|
|
4583
4804
|
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
4584
4805
|
v_destroy_func?: GLib.DestroyNotify | null
|
|
4806
|
+
kType?: GObject.GType | null
|
|
4807
|
+
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
4808
|
+
kDestroyFunc?: GLib.DestroyNotify | null
|
|
4809
|
+
vType?: GObject.GType | null
|
|
4810
|
+
vDupFunc?: GObject.BoxedCopyFunc | null
|
|
4811
|
+
vDestroyFunc?: GLib.DestroyNotify | null
|
|
4585
4812
|
}
|
|
4586
4813
|
|
|
4587
4814
|
}
|
|
@@ -4591,11 +4818,17 @@ export interface TreeMultiMap {
|
|
|
4591
4818
|
// Own properties of Gee-0.8.Gee.TreeMultiMap
|
|
4592
4819
|
|
|
4593
4820
|
readonly k_type: GObject.GType
|
|
4821
|
+
readonly kType: GObject.GType
|
|
4594
4822
|
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
4823
|
+
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
4595
4824
|
readonly k_destroy_func: GLib.DestroyNotify
|
|
4825
|
+
readonly kDestroyFunc: GLib.DestroyNotify
|
|
4596
4826
|
readonly v_type: GObject.GType
|
|
4827
|
+
readonly vType: GObject.GType
|
|
4597
4828
|
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
4829
|
+
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
4598
4830
|
readonly v_destroy_func: GLib.DestroyNotify
|
|
4831
|
+
readonly vDestroyFunc: GLib.DestroyNotify
|
|
4599
4832
|
|
|
4600
4833
|
// Owm methods of Gee-0.8.Gee.TreeMultiMap
|
|
4601
4834
|
|
|
@@ -4654,6 +4887,9 @@ export module TreeMultiSet {
|
|
|
4654
4887
|
g_type?: GObject.GType | null
|
|
4655
4888
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
4656
4889
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
4890
|
+
gType?: GObject.GType | null
|
|
4891
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
4892
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
4657
4893
|
}
|
|
4658
4894
|
|
|
4659
4895
|
}
|
|
@@ -4663,8 +4899,11 @@ export interface TreeMultiSet {
|
|
|
4663
4899
|
// Own properties of Gee-0.8.Gee.TreeMultiSet
|
|
4664
4900
|
|
|
4665
4901
|
readonly g_type: GObject.GType
|
|
4902
|
+
readonly gType: GObject.GType
|
|
4666
4903
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
4904
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
4667
4905
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
4906
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
4668
4907
|
|
|
4669
4908
|
// Owm methods of Gee-0.8.Gee.TreeMultiSet
|
|
4670
4909
|
|
|
@@ -4760,6 +4999,9 @@ export module TreeSet {
|
|
|
4760
4999
|
g_type?: GObject.GType | null
|
|
4761
5000
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
4762
5001
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
5002
|
+
gType?: GObject.GType | null
|
|
5003
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
5004
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
4763
5005
|
}
|
|
4764
5006
|
|
|
4765
5007
|
}
|
|
@@ -4769,12 +5011,16 @@ export interface TreeSet {
|
|
|
4769
5011
|
// Own properties of Gee-0.8.Gee.TreeSet
|
|
4770
5012
|
|
|
4771
5013
|
readonly g_type: GObject.GType
|
|
5014
|
+
readonly gType: GObject.GType
|
|
4772
5015
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
5016
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
4773
5017
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
5018
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
4774
5019
|
|
|
4775
5020
|
// Conflicting properties
|
|
4776
5021
|
|
|
4777
5022
|
read_only_view: any
|
|
5023
|
+
readOnlyView: any
|
|
4778
5024
|
|
|
4779
5025
|
// Owm methods of Gee-0.8.Gee.TreeSet
|
|
4780
5026
|
|
|
@@ -4939,6 +5185,9 @@ export module UnrolledLinkedList {
|
|
|
4939
5185
|
g_type?: GObject.GType | null
|
|
4940
5186
|
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
4941
5187
|
g_destroy_func?: GLib.DestroyNotify | null
|
|
5188
|
+
gType?: GObject.GType | null
|
|
5189
|
+
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
5190
|
+
gDestroyFunc?: GLib.DestroyNotify | null
|
|
4942
5191
|
}
|
|
4943
5192
|
|
|
4944
5193
|
}
|
|
@@ -4948,12 +5197,16 @@ export interface UnrolledLinkedList extends Queue, Deque {
|
|
|
4948
5197
|
// Own properties of Gee-0.8.Gee.UnrolledLinkedList
|
|
4949
5198
|
|
|
4950
5199
|
readonly g_type: GObject.GType
|
|
5200
|
+
readonly gType: GObject.GType
|
|
4951
5201
|
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
5202
|
+
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
4952
5203
|
readonly g_destroy_func: GLib.DestroyNotify
|
|
5204
|
+
readonly gDestroyFunc: GLib.DestroyNotify
|
|
4953
5205
|
|
|
4954
5206
|
// Conflicting properties
|
|
4955
5207
|
|
|
4956
5208
|
read_only_view: any
|
|
5209
|
+
readOnlyView: any
|
|
4957
5210
|
|
|
4958
5211
|
// Owm methods of Gee-0.8.Gee.UnrolledLinkedList
|
|
4959
5212
|
|
|
@@ -5088,6 +5341,12 @@ export module MapEntry {
|
|
|
5088
5341
|
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
5089
5342
|
v_destroy_func?: GLib.DestroyNotify | null
|
|
5090
5343
|
value?: any | null
|
|
5344
|
+
kType?: GObject.GType | null
|
|
5345
|
+
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
5346
|
+
kDestroyFunc?: GLib.DestroyNotify | null
|
|
5347
|
+
vType?: GObject.GType | null
|
|
5348
|
+
vDupFunc?: GObject.BoxedCopyFunc | null
|
|
5349
|
+
vDestroyFunc?: GLib.DestroyNotify | null
|
|
5091
5350
|
}
|
|
5092
5351
|
|
|
5093
5352
|
}
|
|
@@ -5097,14 +5356,21 @@ export interface MapEntry {
|
|
|
5097
5356
|
// Own properties of Gee-0.8.Gee.MapEntry
|
|
5098
5357
|
|
|
5099
5358
|
readonly k_type: GObject.GType
|
|
5359
|
+
readonly kType: GObject.GType
|
|
5100
5360
|
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
5361
|
+
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
5101
5362
|
readonly k_destroy_func: GLib.DestroyNotify
|
|
5363
|
+
readonly kDestroyFunc: GLib.DestroyNotify
|
|
5102
5364
|
readonly v_type: GObject.GType
|
|
5365
|
+
readonly vType: GObject.GType
|
|
5103
5366
|
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
5367
|
+
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
5104
5368
|
readonly v_destroy_func: GLib.DestroyNotify
|
|
5369
|
+
readonly vDestroyFunc: GLib.DestroyNotify
|
|
5105
5370
|
readonly key: any
|
|
5106
5371
|
value: any
|
|
5107
5372
|
readonly read_only: boolean
|
|
5373
|
+
readonly readOnly: boolean
|
|
5108
5374
|
|
|
5109
5375
|
// Owm methods of Gee-0.8.Gee.MapEntry
|
|
5110
5376
|
|