@girs/gee-0.8 0.8.0-3.2.7 → 0.8.0-3.2.9
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.d.ts +0 -4
- 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.cts
CHANGED
|
@@ -158,7 +158,6 @@ export interface BidirList extends List {
|
|
|
158
158
|
|
|
159
159
|
// Own properties of Gee-0.8.Gee.BidirList
|
|
160
160
|
|
|
161
|
-
readonly read_only_view: any
|
|
162
161
|
readonly readOnlyView: any
|
|
163
162
|
|
|
164
163
|
// Owm methods of Gee-0.8.Gee.BidirList
|
|
@@ -334,7 +333,6 @@ export interface BidirSortedSet extends SortedSet {
|
|
|
334
333
|
|
|
335
334
|
// Own properties of Gee-0.8.Gee.BidirSortedSet
|
|
336
335
|
|
|
337
|
-
readonly read_only_view: any
|
|
338
336
|
readonly readOnlyView: any
|
|
339
337
|
|
|
340
338
|
// Owm methods of Gee-0.8.Gee.BidirSortedSet
|
|
@@ -409,7 +407,6 @@ export interface BidirSortedMap extends SortedMap {
|
|
|
409
407
|
|
|
410
408
|
// Own properties of Gee-0.8.Gee.BidirSortedMap
|
|
411
409
|
|
|
412
|
-
readonly read_only_view: any
|
|
413
410
|
readonly readOnlyView: any
|
|
414
411
|
|
|
415
412
|
// Owm methods of Gee-0.8.Gee.BidirSortedMap
|
|
@@ -496,9 +493,7 @@ export interface Collection extends Iterable {
|
|
|
496
493
|
// Own properties of Gee-0.8.Gee.Collection
|
|
497
494
|
|
|
498
495
|
readonly size: number
|
|
499
|
-
readonly read_only: boolean
|
|
500
496
|
readonly readOnly: boolean
|
|
501
|
-
readonly read_only_view: Collection
|
|
502
497
|
readonly readOnlyView: Collection
|
|
503
498
|
|
|
504
499
|
// Owm methods of Gee-0.8.Gee.Collection
|
|
@@ -868,7 +863,6 @@ export interface Iterator extends GObject.Object, Traversable {
|
|
|
868
863
|
// Own properties of Gee-0.8.Gee.Iterator
|
|
869
864
|
|
|
870
865
|
readonly valid: boolean
|
|
871
|
-
readonly read_only: boolean
|
|
872
866
|
readonly readOnly: boolean
|
|
873
867
|
|
|
874
868
|
// Owm methods of Gee-0.8.Gee.Iterator
|
|
@@ -931,7 +925,6 @@ export interface List extends Collection {
|
|
|
931
925
|
|
|
932
926
|
// Own properties of Gee-0.8.Gee.List
|
|
933
927
|
|
|
934
|
-
readonly read_only_view: any
|
|
935
928
|
readonly readOnlyView: any
|
|
936
929
|
|
|
937
930
|
// Owm methods of Gee-0.8.Gee.List
|
|
@@ -1071,12 +1064,10 @@ export interface Map extends GObject.Object, Iterable {
|
|
|
1071
1064
|
// Own properties of Gee-0.8.Gee.Map
|
|
1072
1065
|
|
|
1073
1066
|
readonly size: number
|
|
1074
|
-
readonly read_only: boolean
|
|
1075
1067
|
readonly readOnly: boolean
|
|
1076
1068
|
readonly keys: Set
|
|
1077
1069
|
readonly values: Collection
|
|
1078
1070
|
readonly entries: Set
|
|
1079
|
-
readonly read_only_view: Map
|
|
1080
1071
|
readonly readOnlyView: Map
|
|
1081
1072
|
|
|
1082
1073
|
// Owm methods of Gee-0.8.Gee.Map
|
|
@@ -1180,7 +1171,6 @@ export interface MapIterator extends GObject.Object {
|
|
|
1180
1171
|
|
|
1181
1172
|
readonly valid: boolean
|
|
1182
1173
|
readonly mutable: boolean
|
|
1183
|
-
readonly read_only: boolean
|
|
1184
1174
|
readonly readOnly: boolean
|
|
1185
1175
|
|
|
1186
1176
|
// Owm methods of Gee-0.8.Gee.MapIterator
|
|
@@ -1255,7 +1245,6 @@ export interface MultiMap extends GObject.Object {
|
|
|
1255
1245
|
// Own properties of Gee-0.8.Gee.MultiMap
|
|
1256
1246
|
|
|
1257
1247
|
readonly size: number
|
|
1258
|
-
readonly read_only: boolean
|
|
1259
1248
|
readonly readOnly: boolean
|
|
1260
1249
|
|
|
1261
1250
|
// Owm methods of Gee-0.8.Gee.MultiMap
|
|
@@ -1397,9 +1386,7 @@ export interface Queue extends Collection {
|
|
|
1397
1386
|
// Own properties of Gee-0.8.Gee.Queue
|
|
1398
1387
|
|
|
1399
1388
|
readonly capacity: number
|
|
1400
|
-
readonly remaining_capacity: number
|
|
1401
1389
|
readonly remainingCapacity: number
|
|
1402
|
-
readonly is_full: boolean
|
|
1403
1390
|
readonly isFull: boolean
|
|
1404
1391
|
|
|
1405
1392
|
// Owm methods of Gee-0.8.Gee.Queue
|
|
@@ -1474,7 +1461,6 @@ export interface Set extends Collection {
|
|
|
1474
1461
|
|
|
1475
1462
|
// Own properties of Gee-0.8.Gee.Set
|
|
1476
1463
|
|
|
1477
|
-
readonly read_only_view: any
|
|
1478
1464
|
readonly readOnlyView: any
|
|
1479
1465
|
|
|
1480
1466
|
// Owm methods of Gee-0.8.Gee.Set
|
|
@@ -1541,11 +1527,8 @@ export interface SortedMap extends Map {
|
|
|
1541
1527
|
|
|
1542
1528
|
// Own properties of Gee-0.8.Gee.SortedMap
|
|
1543
1529
|
|
|
1544
|
-
readonly ascending_keys: SortedSet
|
|
1545
1530
|
readonly ascendingKeys: SortedSet
|
|
1546
|
-
readonly ascending_entries: SortedSet
|
|
1547
1531
|
readonly ascendingEntries: SortedSet
|
|
1548
|
-
readonly read_only_view: any
|
|
1549
1532
|
readonly readOnlyView: any
|
|
1550
1533
|
|
|
1551
1534
|
// Owm methods of Gee-0.8.Gee.SortedMap
|
|
@@ -1633,7 +1616,6 @@ export interface SortedSet extends Set {
|
|
|
1633
1616
|
|
|
1634
1617
|
// Own properties of Gee-0.8.Gee.SortedSet
|
|
1635
1618
|
|
|
1636
|
-
readonly read_only_view: any
|
|
1637
1619
|
readonly readOnlyView: any
|
|
1638
1620
|
|
|
1639
1621
|
// Owm methods of Gee-0.8.Gee.SortedSet
|
|
@@ -1788,9 +1770,6 @@ export module AbstractBidirList {
|
|
|
1788
1770
|
|
|
1789
1771
|
// Own constructor properties of Gee-0.8.Gee.AbstractBidirList
|
|
1790
1772
|
|
|
1791
|
-
g_type?: GObject.GType | null
|
|
1792
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1793
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
1794
1773
|
gType?: GObject.GType | null
|
|
1795
1774
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1796
1775
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -1802,13 +1781,9 @@ export interface AbstractBidirList extends BidirList {
|
|
|
1802
1781
|
|
|
1803
1782
|
// Own properties of Gee-0.8.Gee.AbstractBidirList
|
|
1804
1783
|
|
|
1805
|
-
readonly g_type: GObject.GType
|
|
1806
1784
|
readonly gType: GObject.GType
|
|
1807
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1808
1785
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1809
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
1810
1786
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1811
|
-
readonly read_only_view: any
|
|
1812
1787
|
readonly readOnlyView: any
|
|
1813
1788
|
|
|
1814
1789
|
// Owm methods of Gee-0.8.Gee.AbstractBidirList
|
|
@@ -1909,9 +1884,6 @@ export module AbstractBidirSortedSet {
|
|
|
1909
1884
|
|
|
1910
1885
|
// Own constructor properties of Gee-0.8.Gee.AbstractBidirSortedSet
|
|
1911
1886
|
|
|
1912
|
-
g_type?: GObject.GType | null
|
|
1913
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
1914
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
1915
1887
|
gType?: GObject.GType | null
|
|
1916
1888
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
1917
1889
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -1923,13 +1895,9 @@ export interface AbstractBidirSortedSet extends BidirSortedSet {
|
|
|
1923
1895
|
|
|
1924
1896
|
// Own properties of Gee-0.8.Gee.AbstractBidirSortedSet
|
|
1925
1897
|
|
|
1926
|
-
readonly g_type: GObject.GType
|
|
1927
1898
|
readonly gType: GObject.GType
|
|
1928
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
1929
1899
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
1930
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
1931
1900
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
1932
|
-
readonly read_only_view: any
|
|
1933
1901
|
readonly readOnlyView: any
|
|
1934
1902
|
|
|
1935
1903
|
// Owm methods of Gee-0.8.Gee.AbstractBidirSortedSet
|
|
@@ -2045,12 +2013,6 @@ export module AbstractBidirSortedMap {
|
|
|
2045
2013
|
|
|
2046
2014
|
// Own constructor properties of Gee-0.8.Gee.AbstractBidirSortedMap
|
|
2047
2015
|
|
|
2048
|
-
k_type?: GObject.GType | null
|
|
2049
|
-
k_dup_func?: GObject.BoxedCopyFunc | null
|
|
2050
|
-
k_destroy_func?: GLib.DestroyNotify | null
|
|
2051
|
-
v_type?: GObject.GType | null
|
|
2052
|
-
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
2053
|
-
v_destroy_func?: GLib.DestroyNotify | null
|
|
2054
2016
|
kType?: GObject.GType | null
|
|
2055
2017
|
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
2056
2018
|
kDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -2065,19 +2027,12 @@ export interface AbstractBidirSortedMap extends BidirSortedMap {
|
|
|
2065
2027
|
|
|
2066
2028
|
// Own properties of Gee-0.8.Gee.AbstractBidirSortedMap
|
|
2067
2029
|
|
|
2068
|
-
readonly k_type: GObject.GType
|
|
2069
2030
|
readonly kType: GObject.GType
|
|
2070
|
-
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
2071
2031
|
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
2072
|
-
readonly k_destroy_func: GLib.DestroyNotify
|
|
2073
2032
|
readonly kDestroyFunc: GLib.DestroyNotify
|
|
2074
|
-
readonly v_type: GObject.GType
|
|
2075
2033
|
readonly vType: GObject.GType
|
|
2076
|
-
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
2077
2034
|
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
2078
|
-
readonly v_destroy_func: GLib.DestroyNotify
|
|
2079
2035
|
readonly vDestroyFunc: GLib.DestroyNotify
|
|
2080
|
-
readonly read_only_view: any
|
|
2081
2036
|
readonly readOnlyView: any
|
|
2082
2037
|
|
|
2083
2038
|
// Owm methods of Gee-0.8.Gee.AbstractBidirSortedMap
|
|
@@ -2203,9 +2158,6 @@ export module AbstractCollection {
|
|
|
2203
2158
|
|
|
2204
2159
|
// Own constructor properties of Gee-0.8.Gee.AbstractCollection
|
|
2205
2160
|
|
|
2206
|
-
g_type?: GObject.GType | null
|
|
2207
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
2208
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
2209
2161
|
gType?: GObject.GType | null
|
|
2210
2162
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
2211
2163
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -2217,16 +2169,11 @@ export interface AbstractCollection extends Traversable, Iterable, Collection {
|
|
|
2217
2169
|
|
|
2218
2170
|
// Own properties of Gee-0.8.Gee.AbstractCollection
|
|
2219
2171
|
|
|
2220
|
-
readonly g_type: GObject.GType
|
|
2221
2172
|
readonly gType: GObject.GType
|
|
2222
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
2223
2173
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
2224
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
2225
2174
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
2226
2175
|
readonly size: number
|
|
2227
|
-
readonly read_only: boolean
|
|
2228
2176
|
readonly readOnly: boolean
|
|
2229
|
-
readonly read_only_view: Collection
|
|
2230
2177
|
readonly readOnlyView: Collection
|
|
2231
2178
|
|
|
2232
2179
|
// Owm methods of Gee-0.8.Gee.AbstractCollection
|
|
@@ -2320,9 +2267,6 @@ export module AbstractList {
|
|
|
2320
2267
|
|
|
2321
2268
|
// Own constructor properties of Gee-0.8.Gee.AbstractList
|
|
2322
2269
|
|
|
2323
|
-
g_type?: GObject.GType | null
|
|
2324
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
2325
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
2326
2270
|
gType?: GObject.GType | null
|
|
2327
2271
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
2328
2272
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -2334,13 +2278,9 @@ export interface AbstractList extends List {
|
|
|
2334
2278
|
|
|
2335
2279
|
// Own properties of Gee-0.8.Gee.AbstractList
|
|
2336
2280
|
|
|
2337
|
-
readonly g_type: GObject.GType
|
|
2338
2281
|
readonly gType: GObject.GType
|
|
2339
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
2340
2282
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
2341
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
2342
2283
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
2343
|
-
readonly read_only_view: any
|
|
2344
2284
|
readonly readOnlyView: any
|
|
2345
2285
|
|
|
2346
2286
|
// Owm methods of Gee-0.8.Gee.AbstractList
|
|
@@ -2451,12 +2391,6 @@ export module AbstractMap {
|
|
|
2451
2391
|
|
|
2452
2392
|
// Own constructor properties of Gee-0.8.Gee.AbstractMap
|
|
2453
2393
|
|
|
2454
|
-
k_type?: GObject.GType | null
|
|
2455
|
-
k_dup_func?: GObject.BoxedCopyFunc | null
|
|
2456
|
-
k_destroy_func?: GLib.DestroyNotify | null
|
|
2457
|
-
v_type?: GObject.GType | null
|
|
2458
|
-
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
2459
|
-
v_destroy_func?: GLib.DestroyNotify | null
|
|
2460
2394
|
kType?: GObject.GType | null
|
|
2461
2395
|
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
2462
2396
|
kDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -2471,25 +2405,17 @@ export interface AbstractMap extends Traversable, Iterable, Map {
|
|
|
2471
2405
|
|
|
2472
2406
|
// Own properties of Gee-0.8.Gee.AbstractMap
|
|
2473
2407
|
|
|
2474
|
-
readonly k_type: GObject.GType
|
|
2475
2408
|
readonly kType: GObject.GType
|
|
2476
|
-
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
2477
2409
|
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
2478
|
-
readonly k_destroy_func: GLib.DestroyNotify
|
|
2479
2410
|
readonly kDestroyFunc: GLib.DestroyNotify
|
|
2480
|
-
readonly v_type: GObject.GType
|
|
2481
2411
|
readonly vType: GObject.GType
|
|
2482
|
-
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
2483
2412
|
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
2484
|
-
readonly v_destroy_func: GLib.DestroyNotify
|
|
2485
2413
|
readonly vDestroyFunc: GLib.DestroyNotify
|
|
2486
2414
|
readonly size: number
|
|
2487
|
-
readonly read_only: boolean
|
|
2488
2415
|
readonly readOnly: boolean
|
|
2489
2416
|
readonly keys: Set
|
|
2490
2417
|
readonly values: Collection
|
|
2491
2418
|
readonly entries: Set
|
|
2492
|
-
readonly read_only_view: Map
|
|
2493
2419
|
readonly readOnlyView: Map
|
|
2494
2420
|
|
|
2495
2421
|
// Owm methods of Gee-0.8.Gee.AbstractMap
|
|
@@ -2613,12 +2539,6 @@ export module AbstractMultiMap {
|
|
|
2613
2539
|
|
|
2614
2540
|
// Own constructor properties of Gee-0.8.Gee.AbstractMultiMap
|
|
2615
2541
|
|
|
2616
|
-
k_type?: GObject.GType | null
|
|
2617
|
-
k_dup_func?: GObject.BoxedCopyFunc | null
|
|
2618
|
-
k_destroy_func?: GLib.DestroyNotify | null
|
|
2619
|
-
v_type?: GObject.GType | null
|
|
2620
|
-
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
2621
|
-
v_destroy_func?: GLib.DestroyNotify | null
|
|
2622
2542
|
kType?: GObject.GType | null
|
|
2623
2543
|
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
2624
2544
|
kDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -2633,17 +2553,11 @@ export interface AbstractMultiMap extends MultiMap {
|
|
|
2633
2553
|
|
|
2634
2554
|
// Own properties of Gee-0.8.Gee.AbstractMultiMap
|
|
2635
2555
|
|
|
2636
|
-
readonly k_type: GObject.GType
|
|
2637
2556
|
readonly kType: GObject.GType
|
|
2638
|
-
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
2639
2557
|
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
2640
|
-
readonly k_destroy_func: GLib.DestroyNotify
|
|
2641
2558
|
readonly kDestroyFunc: GLib.DestroyNotify
|
|
2642
|
-
readonly v_type: GObject.GType
|
|
2643
2559
|
readonly vType: GObject.GType
|
|
2644
|
-
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
2645
2560
|
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
2646
|
-
readonly v_destroy_func: GLib.DestroyNotify
|
|
2647
2561
|
readonly vDestroyFunc: GLib.DestroyNotify
|
|
2648
2562
|
|
|
2649
2563
|
// Own fields of Gee-0.8.Gee.AbstractMultiMap
|
|
@@ -2735,9 +2649,6 @@ export module AbstractMultiSet {
|
|
|
2735
2649
|
|
|
2736
2650
|
// Own constructor properties of Gee-0.8.Gee.AbstractMultiSet
|
|
2737
2651
|
|
|
2738
|
-
g_type?: GObject.GType | null
|
|
2739
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
2740
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
2741
2652
|
gType?: GObject.GType | null
|
|
2742
2653
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
2743
2654
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -2749,11 +2660,8 @@ export interface AbstractMultiSet extends MultiSet {
|
|
|
2749
2660
|
|
|
2750
2661
|
// Own properties of Gee-0.8.Gee.AbstractMultiSet
|
|
2751
2662
|
|
|
2752
|
-
readonly g_type: GObject.GType
|
|
2753
2663
|
readonly gType: GObject.GType
|
|
2754
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
2755
2664
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
2756
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
2757
2665
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
2758
2666
|
|
|
2759
2667
|
// Own fields of Gee-0.8.Gee.AbstractMultiSet
|
|
@@ -2852,9 +2760,6 @@ export module AbstractQueue {
|
|
|
2852
2760
|
|
|
2853
2761
|
// Own constructor properties of Gee-0.8.Gee.AbstractQueue
|
|
2854
2762
|
|
|
2855
|
-
g_type?: GObject.GType | null
|
|
2856
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
2857
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
2858
2763
|
gType?: GObject.GType | null
|
|
2859
2764
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
2860
2765
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -2866,16 +2771,11 @@ export interface AbstractQueue extends Queue {
|
|
|
2866
2771
|
|
|
2867
2772
|
// Own properties of Gee-0.8.Gee.AbstractQueue
|
|
2868
2773
|
|
|
2869
|
-
readonly g_type: GObject.GType
|
|
2870
2774
|
readonly gType: GObject.GType
|
|
2871
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
2872
2775
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
2873
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
2874
2776
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
2875
2777
|
readonly capacity: number
|
|
2876
|
-
readonly remaining_capacity: number
|
|
2877
2778
|
readonly remainingCapacity: number
|
|
2878
|
-
readonly is_full: boolean
|
|
2879
2779
|
readonly isFull: boolean
|
|
2880
2780
|
|
|
2881
2781
|
// Owm methods of Gee-0.8.Gee.AbstractQueue
|
|
@@ -2970,9 +2870,6 @@ export module AbstractSet {
|
|
|
2970
2870
|
|
|
2971
2871
|
// Own constructor properties of Gee-0.8.Gee.AbstractSet
|
|
2972
2872
|
|
|
2973
|
-
g_type?: GObject.GType | null
|
|
2974
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
2975
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
2976
2873
|
gType?: GObject.GType | null
|
|
2977
2874
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
2978
2875
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -2984,13 +2881,9 @@ export interface AbstractSet extends Set {
|
|
|
2984
2881
|
|
|
2985
2882
|
// Own properties of Gee-0.8.Gee.AbstractSet
|
|
2986
2883
|
|
|
2987
|
-
readonly g_type: GObject.GType
|
|
2988
2884
|
readonly gType: GObject.GType
|
|
2989
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
2990
2885
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
2991
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
2992
2886
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
2993
|
-
readonly read_only_view: any
|
|
2994
2887
|
readonly readOnlyView: any
|
|
2995
2888
|
|
|
2996
2889
|
// Owm methods of Gee-0.8.Gee.AbstractSet
|
|
@@ -3087,12 +2980,6 @@ export module AbstractSortedMap {
|
|
|
3087
2980
|
|
|
3088
2981
|
// Own constructor properties of Gee-0.8.Gee.AbstractSortedMap
|
|
3089
2982
|
|
|
3090
|
-
k_type?: GObject.GType | null
|
|
3091
|
-
k_dup_func?: GObject.BoxedCopyFunc | null
|
|
3092
|
-
k_destroy_func?: GLib.DestroyNotify | null
|
|
3093
|
-
v_type?: GObject.GType | null
|
|
3094
|
-
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
3095
|
-
v_destroy_func?: GLib.DestroyNotify | null
|
|
3096
2983
|
kType?: GObject.GType | null
|
|
3097
2984
|
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
3098
2985
|
kDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -3107,26 +2994,17 @@ export interface AbstractSortedMap extends SortedMap {
|
|
|
3107
2994
|
|
|
3108
2995
|
// Own properties of Gee-0.8.Gee.AbstractSortedMap
|
|
3109
2996
|
|
|
3110
|
-
readonly k_type: GObject.GType
|
|
3111
2997
|
readonly kType: GObject.GType
|
|
3112
|
-
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
3113
2998
|
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
3114
|
-
readonly k_destroy_func: GLib.DestroyNotify
|
|
3115
2999
|
readonly kDestroyFunc: GLib.DestroyNotify
|
|
3116
|
-
readonly v_type: GObject.GType
|
|
3117
3000
|
readonly vType: GObject.GType
|
|
3118
|
-
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
3119
3001
|
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
3120
|
-
readonly v_destroy_func: GLib.DestroyNotify
|
|
3121
3002
|
readonly vDestroyFunc: GLib.DestroyNotify
|
|
3122
|
-
readonly ascending_keys: SortedSet
|
|
3123
3003
|
readonly ascendingKeys: SortedSet
|
|
3124
|
-
readonly ascending_entries: SortedSet
|
|
3125
3004
|
readonly ascendingEntries: SortedSet
|
|
3126
3005
|
|
|
3127
3006
|
// Conflicting properties
|
|
3128
3007
|
|
|
3129
|
-
read_only_view: any
|
|
3130
3008
|
readOnlyView: any
|
|
3131
3009
|
|
|
3132
3010
|
// Owm methods of Gee-0.8.Gee.AbstractSortedMap
|
|
@@ -3253,9 +3131,6 @@ export module AbstractSortedSet {
|
|
|
3253
3131
|
|
|
3254
3132
|
// Own constructor properties of Gee-0.8.Gee.AbstractSortedSet
|
|
3255
3133
|
|
|
3256
|
-
g_type?: GObject.GType | null
|
|
3257
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
3258
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
3259
3134
|
gType?: GObject.GType | null
|
|
3260
3135
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
3261
3136
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -3267,13 +3142,9 @@ export interface AbstractSortedSet extends SortedSet {
|
|
|
3267
3142
|
|
|
3268
3143
|
// Own properties of Gee-0.8.Gee.AbstractSortedSet
|
|
3269
3144
|
|
|
3270
|
-
readonly g_type: GObject.GType
|
|
3271
3145
|
readonly gType: GObject.GType
|
|
3272
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
3273
3146
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
3274
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
3275
3147
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
3276
|
-
readonly read_only_view: any
|
|
3277
3148
|
readonly readOnlyView: any
|
|
3278
3149
|
|
|
3279
3150
|
// Owm methods of Gee-0.8.Gee.AbstractSortedSet
|
|
@@ -3398,9 +3269,6 @@ export module ArrayList {
|
|
|
3398
3269
|
|
|
3399
3270
|
// Own constructor properties of Gee-0.8.Gee.ArrayList
|
|
3400
3271
|
|
|
3401
|
-
g_type?: GObject.GType | null
|
|
3402
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
3403
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
3404
3272
|
gType?: GObject.GType | null
|
|
3405
3273
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
3406
3274
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -3412,16 +3280,12 @@ export interface ArrayList {
|
|
|
3412
3280
|
|
|
3413
3281
|
// Own properties of Gee-0.8.Gee.ArrayList
|
|
3414
3282
|
|
|
3415
|
-
readonly g_type: GObject.GType
|
|
3416
3283
|
readonly gType: GObject.GType
|
|
3417
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
3418
3284
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
3419
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
3420
3285
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
3421
3286
|
|
|
3422
3287
|
// Conflicting properties
|
|
3423
3288
|
|
|
3424
|
-
read_only_view: any
|
|
3425
3289
|
readOnlyView: any
|
|
3426
3290
|
|
|
3427
3291
|
// Own fields of Gee-0.8.Gee.ArrayList
|
|
@@ -3549,9 +3413,6 @@ export module ArrayQueue {
|
|
|
3549
3413
|
|
|
3550
3414
|
// Own constructor properties of Gee-0.8.Gee.ArrayQueue
|
|
3551
3415
|
|
|
3552
|
-
g_type?: GObject.GType | null
|
|
3553
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
3554
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
3555
3416
|
gType?: GObject.GType | null
|
|
3556
3417
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
3557
3418
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -3563,13 +3424,9 @@ export interface ArrayQueue extends Deque {
|
|
|
3563
3424
|
|
|
3564
3425
|
// Own properties of Gee-0.8.Gee.ArrayQueue
|
|
3565
3426
|
|
|
3566
|
-
readonly g_type: GObject.GType
|
|
3567
3427
|
readonly gType: GObject.GType
|
|
3568
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
3569
3428
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
3570
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
3571
3429
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
3572
|
-
readonly is_empty: boolean
|
|
3573
3430
|
readonly isEmpty: boolean
|
|
3574
3431
|
|
|
3575
3432
|
// Owm methods of Gee-0.8.Gee.ArrayQueue
|
|
@@ -3638,9 +3495,6 @@ export module ConcurrentList {
|
|
|
3638
3495
|
|
|
3639
3496
|
// Own constructor properties of Gee-0.8.Gee.ConcurrentList
|
|
3640
3497
|
|
|
3641
|
-
g_type?: GObject.GType | null
|
|
3642
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
3643
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
3644
3498
|
gType?: GObject.GType | null
|
|
3645
3499
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
3646
3500
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -3652,18 +3506,13 @@ export interface ConcurrentList {
|
|
|
3652
3506
|
|
|
3653
3507
|
// Own properties of Gee-0.8.Gee.ConcurrentList
|
|
3654
3508
|
|
|
3655
|
-
readonly g_type: GObject.GType
|
|
3656
3509
|
readonly gType: GObject.GType
|
|
3657
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
3658
3510
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
3659
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
3660
3511
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
3661
|
-
readonly is_empty: boolean
|
|
3662
3512
|
readonly isEmpty: boolean
|
|
3663
3513
|
|
|
3664
3514
|
// Conflicting properties
|
|
3665
3515
|
|
|
3666
|
-
read_only_view: any
|
|
3667
3516
|
readOnlyView: any
|
|
3668
3517
|
|
|
3669
3518
|
// Owm methods of Gee-0.8.Gee.ConcurrentList
|
|
@@ -3761,9 +3610,6 @@ export module ConcurrentSet {
|
|
|
3761
3610
|
|
|
3762
3611
|
// Own constructor properties of Gee-0.8.Gee.ConcurrentSet
|
|
3763
3612
|
|
|
3764
|
-
g_type?: GObject.GType | null
|
|
3765
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
3766
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
3767
3613
|
gType?: GObject.GType | null
|
|
3768
3614
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
3769
3615
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -3775,16 +3621,12 @@ export interface ConcurrentSet {
|
|
|
3775
3621
|
|
|
3776
3622
|
// Own properties of Gee-0.8.Gee.ConcurrentSet
|
|
3777
3623
|
|
|
3778
|
-
readonly g_type: GObject.GType
|
|
3779
3624
|
readonly gType: GObject.GType
|
|
3780
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
3781
3625
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
3782
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
3783
3626
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
3784
3627
|
|
|
3785
3628
|
// Conflicting properties
|
|
3786
3629
|
|
|
3787
|
-
read_only_view: any
|
|
3788
3630
|
readOnlyView: any
|
|
3789
3631
|
|
|
3790
3632
|
// Conflicting methods
|
|
@@ -3906,12 +3748,6 @@ export module HashMap {
|
|
|
3906
3748
|
|
|
3907
3749
|
// Own constructor properties of Gee-0.8.Gee.HashMap
|
|
3908
3750
|
|
|
3909
|
-
k_type?: GObject.GType | null
|
|
3910
|
-
k_dup_func?: GObject.BoxedCopyFunc | null
|
|
3911
|
-
k_destroy_func?: GLib.DestroyNotify | null
|
|
3912
|
-
v_type?: GObject.GType | null
|
|
3913
|
-
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
3914
|
-
v_destroy_func?: GLib.DestroyNotify | null
|
|
3915
3751
|
kType?: GObject.GType | null
|
|
3916
3752
|
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
3917
3753
|
kDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -3926,17 +3762,11 @@ export interface HashMap {
|
|
|
3926
3762
|
|
|
3927
3763
|
// Own properties of Gee-0.8.Gee.HashMap
|
|
3928
3764
|
|
|
3929
|
-
readonly k_type: GObject.GType
|
|
3930
3765
|
readonly kType: GObject.GType
|
|
3931
|
-
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
3932
3766
|
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
3933
|
-
readonly k_destroy_func: GLib.DestroyNotify
|
|
3934
3767
|
readonly kDestroyFunc: GLib.DestroyNotify
|
|
3935
|
-
readonly v_type: GObject.GType
|
|
3936
3768
|
readonly vType: GObject.GType
|
|
3937
|
-
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
3938
3769
|
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
3939
|
-
readonly v_destroy_func: GLib.DestroyNotify
|
|
3940
3770
|
readonly vDestroyFunc: GLib.DestroyNotify
|
|
3941
3771
|
|
|
3942
3772
|
// Owm methods of Gee-0.8.Gee.HashMap
|
|
@@ -4012,12 +3842,6 @@ export module HashMultiMap {
|
|
|
4012
3842
|
|
|
4013
3843
|
// Own constructor properties of Gee-0.8.Gee.HashMultiMap
|
|
4014
3844
|
|
|
4015
|
-
k_type?: GObject.GType | null
|
|
4016
|
-
k_dup_func?: GObject.BoxedCopyFunc | null
|
|
4017
|
-
k_destroy_func?: GLib.DestroyNotify | null
|
|
4018
|
-
v_type?: GObject.GType | null
|
|
4019
|
-
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
4020
|
-
v_destroy_func?: GLib.DestroyNotify | null
|
|
4021
3845
|
kType?: GObject.GType | null
|
|
4022
3846
|
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
4023
3847
|
kDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -4032,17 +3856,11 @@ export interface HashMultiMap {
|
|
|
4032
3856
|
|
|
4033
3857
|
// Own properties of Gee-0.8.Gee.HashMultiMap
|
|
4034
3858
|
|
|
4035
|
-
readonly k_type: GObject.GType
|
|
4036
3859
|
readonly kType: GObject.GType
|
|
4037
|
-
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
4038
3860
|
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
4039
|
-
readonly k_destroy_func: GLib.DestroyNotify
|
|
4040
3861
|
readonly kDestroyFunc: GLib.DestroyNotify
|
|
4041
|
-
readonly v_type: GObject.GType
|
|
4042
3862
|
readonly vType: GObject.GType
|
|
4043
|
-
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
4044
3863
|
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
4045
|
-
readonly v_destroy_func: GLib.DestroyNotify
|
|
4046
3864
|
readonly vDestroyFunc: GLib.DestroyNotify
|
|
4047
3865
|
|
|
4048
3866
|
// Owm methods of Gee-0.8.Gee.HashMultiMap
|
|
@@ -4105,9 +3923,6 @@ export module HashMultiSet {
|
|
|
4105
3923
|
|
|
4106
3924
|
// Own constructor properties of Gee-0.8.Gee.HashMultiSet
|
|
4107
3925
|
|
|
4108
|
-
g_type?: GObject.GType | null
|
|
4109
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
4110
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
4111
3926
|
gType?: GObject.GType | null
|
|
4112
3927
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
4113
3928
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -4119,11 +3934,8 @@ export interface HashMultiSet {
|
|
|
4119
3934
|
|
|
4120
3935
|
// Own properties of Gee-0.8.Gee.HashMultiSet
|
|
4121
3936
|
|
|
4122
|
-
readonly g_type: GObject.GType
|
|
4123
3937
|
readonly gType: GObject.GType
|
|
4124
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
4125
3938
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
4126
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
4127
3939
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
4128
3940
|
|
|
4129
3941
|
// Owm methods of Gee-0.8.Gee.HashMultiSet
|
|
@@ -4219,9 +4031,6 @@ export module HashSet {
|
|
|
4219
4031
|
|
|
4220
4032
|
// Own constructor properties of Gee-0.8.Gee.HashSet
|
|
4221
4033
|
|
|
4222
|
-
g_type?: GObject.GType | null
|
|
4223
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
4224
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
4225
4034
|
gType?: GObject.GType | null
|
|
4226
4035
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
4227
4036
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -4233,16 +4042,12 @@ export interface HashSet {
|
|
|
4233
4042
|
|
|
4234
4043
|
// Own properties of Gee-0.8.Gee.HashSet
|
|
4235
4044
|
|
|
4236
|
-
readonly g_type: GObject.GType
|
|
4237
4045
|
readonly gType: GObject.GType
|
|
4238
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
4239
4046
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
4240
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
4241
4047
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
4242
4048
|
|
|
4243
4049
|
// Conflicting properties
|
|
4244
4050
|
|
|
4245
|
-
read_only_view: any
|
|
4246
4051
|
readOnlyView: any
|
|
4247
4052
|
|
|
4248
4053
|
// Owm methods of Gee-0.8.Gee.HashSet
|
|
@@ -4364,9 +4169,6 @@ export module LinkedList {
|
|
|
4364
4169
|
|
|
4365
4170
|
// Own constructor properties of Gee-0.8.Gee.LinkedList
|
|
4366
4171
|
|
|
4367
|
-
g_type?: GObject.GType | null
|
|
4368
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
4369
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
4370
4172
|
gType?: GObject.GType | null
|
|
4371
4173
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
4372
4174
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -4378,16 +4180,12 @@ export interface LinkedList extends Queue, Deque {
|
|
|
4378
4180
|
|
|
4379
4181
|
// Own properties of Gee-0.8.Gee.LinkedList
|
|
4380
4182
|
|
|
4381
|
-
readonly g_type: GObject.GType
|
|
4382
4183
|
readonly gType: GObject.GType
|
|
4383
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
4384
4184
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
4385
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
4386
4185
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
4387
4186
|
|
|
4388
4187
|
// Conflicting properties
|
|
4389
4188
|
|
|
4390
|
-
read_only_view: any
|
|
4391
4189
|
readOnlyView: any
|
|
4392
4190
|
|
|
4393
4191
|
// Owm methods of Gee-0.8.Gee.LinkedList
|
|
@@ -4518,9 +4316,6 @@ export module PriorityQueue {
|
|
|
4518
4316
|
|
|
4519
4317
|
// Own constructor properties of Gee-0.8.Gee.PriorityQueue
|
|
4520
4318
|
|
|
4521
|
-
g_type?: GObject.GType | null
|
|
4522
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
4523
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
4524
4319
|
gType?: GObject.GType | null
|
|
4525
4320
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
4526
4321
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -4532,11 +4327,8 @@ export interface PriorityQueue {
|
|
|
4532
4327
|
|
|
4533
4328
|
// Own properties of Gee-0.8.Gee.PriorityQueue
|
|
4534
4329
|
|
|
4535
|
-
readonly g_type: GObject.GType
|
|
4536
4330
|
readonly gType: GObject.GType
|
|
4537
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
4538
4331
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
4539
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
4540
4332
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
4541
4333
|
|
|
4542
4334
|
// Owm methods of Gee-0.8.Gee.PriorityQueue
|
|
@@ -4628,12 +4420,6 @@ export module TreeMap {
|
|
|
4628
4420
|
|
|
4629
4421
|
// Own constructor properties of Gee-0.8.Gee.TreeMap
|
|
4630
4422
|
|
|
4631
|
-
k_type?: GObject.GType | null
|
|
4632
|
-
k_dup_func?: GObject.BoxedCopyFunc | null
|
|
4633
|
-
k_destroy_func?: GLib.DestroyNotify | null
|
|
4634
|
-
v_type?: GObject.GType | null
|
|
4635
|
-
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
4636
|
-
v_destroy_func?: GLib.DestroyNotify | null
|
|
4637
4423
|
kType?: GObject.GType | null
|
|
4638
4424
|
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
4639
4425
|
kDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -4648,22 +4434,15 @@ export interface TreeMap {
|
|
|
4648
4434
|
|
|
4649
4435
|
// Own properties of Gee-0.8.Gee.TreeMap
|
|
4650
4436
|
|
|
4651
|
-
readonly k_type: GObject.GType
|
|
4652
4437
|
readonly kType: GObject.GType
|
|
4653
|
-
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
4654
4438
|
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
4655
|
-
readonly k_destroy_func: GLib.DestroyNotify
|
|
4656
4439
|
readonly kDestroyFunc: GLib.DestroyNotify
|
|
4657
|
-
readonly v_type: GObject.GType
|
|
4658
4440
|
readonly vType: GObject.GType
|
|
4659
|
-
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
4660
4441
|
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
4661
|
-
readonly v_destroy_func: GLib.DestroyNotify
|
|
4662
4442
|
readonly vDestroyFunc: GLib.DestroyNotify
|
|
4663
4443
|
|
|
4664
4444
|
// Conflicting properties
|
|
4665
4445
|
|
|
4666
|
-
read_only_view: any
|
|
4667
4446
|
readOnlyView: any
|
|
4668
4447
|
|
|
4669
4448
|
// Owm methods of Gee-0.8.Gee.TreeMap
|
|
@@ -4797,12 +4576,6 @@ export module TreeMultiMap {
|
|
|
4797
4576
|
|
|
4798
4577
|
// Own constructor properties of Gee-0.8.Gee.TreeMultiMap
|
|
4799
4578
|
|
|
4800
|
-
k_type?: GObject.GType | null
|
|
4801
|
-
k_dup_func?: GObject.BoxedCopyFunc | null
|
|
4802
|
-
k_destroy_func?: GLib.DestroyNotify | null
|
|
4803
|
-
v_type?: GObject.GType | null
|
|
4804
|
-
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
4805
|
-
v_destroy_func?: GLib.DestroyNotify | null
|
|
4806
4579
|
kType?: GObject.GType | null
|
|
4807
4580
|
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
4808
4581
|
kDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -4817,17 +4590,11 @@ export interface TreeMultiMap {
|
|
|
4817
4590
|
|
|
4818
4591
|
// Own properties of Gee-0.8.Gee.TreeMultiMap
|
|
4819
4592
|
|
|
4820
|
-
readonly k_type: GObject.GType
|
|
4821
4593
|
readonly kType: GObject.GType
|
|
4822
|
-
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
4823
4594
|
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
4824
|
-
readonly k_destroy_func: GLib.DestroyNotify
|
|
4825
4595
|
readonly kDestroyFunc: GLib.DestroyNotify
|
|
4826
|
-
readonly v_type: GObject.GType
|
|
4827
4596
|
readonly vType: GObject.GType
|
|
4828
|
-
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
4829
4597
|
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
4830
|
-
readonly v_destroy_func: GLib.DestroyNotify
|
|
4831
4598
|
readonly vDestroyFunc: GLib.DestroyNotify
|
|
4832
4599
|
|
|
4833
4600
|
// Owm methods of Gee-0.8.Gee.TreeMultiMap
|
|
@@ -4884,9 +4651,6 @@ export module TreeMultiSet {
|
|
|
4884
4651
|
|
|
4885
4652
|
// Own constructor properties of Gee-0.8.Gee.TreeMultiSet
|
|
4886
4653
|
|
|
4887
|
-
g_type?: GObject.GType | null
|
|
4888
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
4889
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
4890
4654
|
gType?: GObject.GType | null
|
|
4891
4655
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
4892
4656
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -4898,11 +4662,8 @@ export interface TreeMultiSet {
|
|
|
4898
4662
|
|
|
4899
4663
|
// Own properties of Gee-0.8.Gee.TreeMultiSet
|
|
4900
4664
|
|
|
4901
|
-
readonly g_type: GObject.GType
|
|
4902
4665
|
readonly gType: GObject.GType
|
|
4903
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
4904
4666
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
4905
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
4906
4667
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
4907
4668
|
|
|
4908
4669
|
// Owm methods of Gee-0.8.Gee.TreeMultiSet
|
|
@@ -4996,9 +4757,6 @@ export module TreeSet {
|
|
|
4996
4757
|
|
|
4997
4758
|
// Own constructor properties of Gee-0.8.Gee.TreeSet
|
|
4998
4759
|
|
|
4999
|
-
g_type?: GObject.GType | null
|
|
5000
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
5001
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
5002
4760
|
gType?: GObject.GType | null
|
|
5003
4761
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
5004
4762
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -5010,16 +4768,12 @@ export interface TreeSet {
|
|
|
5010
4768
|
|
|
5011
4769
|
// Own properties of Gee-0.8.Gee.TreeSet
|
|
5012
4770
|
|
|
5013
|
-
readonly g_type: GObject.GType
|
|
5014
4771
|
readonly gType: GObject.GType
|
|
5015
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
5016
4772
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
5017
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
5018
4773
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
5019
4774
|
|
|
5020
4775
|
// Conflicting properties
|
|
5021
4776
|
|
|
5022
|
-
read_only_view: any
|
|
5023
4777
|
readOnlyView: any
|
|
5024
4778
|
|
|
5025
4779
|
// Owm methods of Gee-0.8.Gee.TreeSet
|
|
@@ -5182,9 +4936,6 @@ export module UnrolledLinkedList {
|
|
|
5182
4936
|
|
|
5183
4937
|
// Own constructor properties of Gee-0.8.Gee.UnrolledLinkedList
|
|
5184
4938
|
|
|
5185
|
-
g_type?: GObject.GType | null
|
|
5186
|
-
g_dup_func?: GObject.BoxedCopyFunc | null
|
|
5187
|
-
g_destroy_func?: GLib.DestroyNotify | null
|
|
5188
4939
|
gType?: GObject.GType | null
|
|
5189
4940
|
gDupFunc?: GObject.BoxedCopyFunc | null
|
|
5190
4941
|
gDestroyFunc?: GLib.DestroyNotify | null
|
|
@@ -5196,16 +4947,12 @@ export interface UnrolledLinkedList extends Queue, Deque {
|
|
|
5196
4947
|
|
|
5197
4948
|
// Own properties of Gee-0.8.Gee.UnrolledLinkedList
|
|
5198
4949
|
|
|
5199
|
-
readonly g_type: GObject.GType
|
|
5200
4950
|
readonly gType: GObject.GType
|
|
5201
|
-
readonly g_dup_func: GObject.BoxedCopyFunc
|
|
5202
4951
|
readonly gDupFunc: GObject.BoxedCopyFunc
|
|
5203
|
-
readonly g_destroy_func: GLib.DestroyNotify
|
|
5204
4952
|
readonly gDestroyFunc: GLib.DestroyNotify
|
|
5205
4953
|
|
|
5206
4954
|
// Conflicting properties
|
|
5207
4955
|
|
|
5208
|
-
read_only_view: any
|
|
5209
4956
|
readOnlyView: any
|
|
5210
4957
|
|
|
5211
4958
|
// Owm methods of Gee-0.8.Gee.UnrolledLinkedList
|
|
@@ -5334,19 +5081,13 @@ export module MapEntry {
|
|
|
5334
5081
|
|
|
5335
5082
|
// Own constructor properties of Gee-0.8.Gee.MapEntry
|
|
5336
5083
|
|
|
5337
|
-
k_type?: GObject.GType | null
|
|
5338
|
-
k_dup_func?: GObject.BoxedCopyFunc | null
|
|
5339
|
-
k_destroy_func?: GLib.DestroyNotify | null
|
|
5340
|
-
v_type?: GObject.GType | null
|
|
5341
|
-
v_dup_func?: GObject.BoxedCopyFunc | null
|
|
5342
|
-
v_destroy_func?: GLib.DestroyNotify | null
|
|
5343
|
-
value?: any | null
|
|
5344
5084
|
kType?: GObject.GType | null
|
|
5345
5085
|
kDupFunc?: GObject.BoxedCopyFunc | null
|
|
5346
5086
|
kDestroyFunc?: GLib.DestroyNotify | null
|
|
5347
5087
|
vType?: GObject.GType | null
|
|
5348
5088
|
vDupFunc?: GObject.BoxedCopyFunc | null
|
|
5349
5089
|
vDestroyFunc?: GLib.DestroyNotify | null
|
|
5090
|
+
value?: any | null
|
|
5350
5091
|
}
|
|
5351
5092
|
|
|
5352
5093
|
}
|
|
@@ -5355,21 +5096,14 @@ export interface MapEntry {
|
|
|
5355
5096
|
|
|
5356
5097
|
// Own properties of Gee-0.8.Gee.MapEntry
|
|
5357
5098
|
|
|
5358
|
-
readonly k_type: GObject.GType
|
|
5359
5099
|
readonly kType: GObject.GType
|
|
5360
|
-
readonly k_dup_func: GObject.BoxedCopyFunc
|
|
5361
5100
|
readonly kDupFunc: GObject.BoxedCopyFunc
|
|
5362
|
-
readonly k_destroy_func: GLib.DestroyNotify
|
|
5363
5101
|
readonly kDestroyFunc: GLib.DestroyNotify
|
|
5364
|
-
readonly v_type: GObject.GType
|
|
5365
5102
|
readonly vType: GObject.GType
|
|
5366
|
-
readonly v_dup_func: GObject.BoxedCopyFunc
|
|
5367
5103
|
readonly vDupFunc: GObject.BoxedCopyFunc
|
|
5368
|
-
readonly v_destroy_func: GLib.DestroyNotify
|
|
5369
5104
|
readonly vDestroyFunc: GLib.DestroyNotify
|
|
5370
5105
|
readonly key: any
|
|
5371
5106
|
value: any
|
|
5372
|
-
readonly read_only: boolean
|
|
5373
5107
|
readonly readOnly: boolean
|
|
5374
5108
|
|
|
5375
5109
|
// Owm methods of Gee-0.8.Gee.MapEntry
|