@girs/egg-1.0 1.0.0-3.2.7 → 1.0.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/egg-1.0-ambient.js +2 -0
- package/egg-1.0-import.js +3 -0
- package/egg-1.0.d.cts +10 -118
- package/egg-1.0.d.ts +10 -118
- package/package.json +24 -18
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Egg-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for Egg-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/egg-1.0.d.cts
CHANGED
|
@@ -115,7 +115,7 @@ export module Animation {
|
|
|
115
115
|
* animation should run before being completed.
|
|
116
116
|
*/
|
|
117
117
|
duration?: number | null
|
|
118
|
-
|
|
118
|
+
frameClock?: Gdk.FrameClock | null
|
|
119
119
|
/**
|
|
120
120
|
* The "mode" property is the Alpha function that should be used to
|
|
121
121
|
* determine the offset within the animation based on the current
|
|
@@ -127,7 +127,6 @@ export module Animation {
|
|
|
127
127
|
* animated.
|
|
128
128
|
*/
|
|
129
129
|
target?: GObject.Object | null
|
|
130
|
-
frameClock?: Gdk.FrameClock | null
|
|
131
130
|
}
|
|
132
131
|
|
|
133
132
|
}
|
|
@@ -141,7 +140,6 @@ export interface Animation {
|
|
|
141
140
|
* animation should run before being completed.
|
|
142
141
|
*/
|
|
143
142
|
readonly duration: number
|
|
144
|
-
readonly frame_clock: Gdk.FrameClock
|
|
145
143
|
readonly frameClock: Gdk.FrameClock
|
|
146
144
|
/**
|
|
147
145
|
* The "mode" property is the Alpha function that should be used to
|
|
@@ -351,7 +349,6 @@ export module Box {
|
|
|
351
349
|
|
|
352
350
|
// Own constructor properties of Egg-1.0.Egg.Box
|
|
353
351
|
|
|
354
|
-
max_width_request?: number | null
|
|
355
352
|
maxWidthRequest?: number | null
|
|
356
353
|
}
|
|
357
354
|
|
|
@@ -361,7 +358,6 @@ export interface Box extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable
|
|
|
361
358
|
|
|
362
359
|
// Own properties of Egg-1.0.Egg.Box
|
|
363
360
|
|
|
364
|
-
max_width_request: number
|
|
365
361
|
maxWidthRequest: number
|
|
366
362
|
|
|
367
363
|
// Own fields of Egg-1.0.Egg.Box
|
|
@@ -596,7 +592,6 @@ export module CenteringBin {
|
|
|
596
592
|
|
|
597
593
|
// Own constructor properties of Egg-1.0.Egg.CenteringBin
|
|
598
594
|
|
|
599
|
-
max_width_request?: number | null
|
|
600
595
|
maxWidthRequest?: number | null
|
|
601
596
|
}
|
|
602
597
|
|
|
@@ -606,7 +601,6 @@ export interface CenteringBin extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
606
601
|
|
|
607
602
|
// Own properties of Egg-1.0.Egg.CenteringBin
|
|
608
603
|
|
|
609
|
-
max_width_request: number
|
|
610
604
|
maxWidthRequest: number
|
|
611
605
|
|
|
612
606
|
// Own fields of Egg-1.0.Egg.CenteringBin
|
|
@@ -823,10 +817,6 @@ export module ColumnLayout {
|
|
|
823
817
|
|
|
824
818
|
// Own constructor properties of Egg-1.0.Egg.ColumnLayout
|
|
825
819
|
|
|
826
|
-
column_spacing?: number | null
|
|
827
|
-
column_width?: number | null
|
|
828
|
-
max_columns?: number | null
|
|
829
|
-
row_spacing?: number | null
|
|
830
820
|
columnSpacing?: number | null
|
|
831
821
|
columnWidth?: number | null
|
|
832
822
|
maxColumns?: number | null
|
|
@@ -839,13 +829,9 @@ export interface ColumnLayout extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
839
829
|
|
|
840
830
|
// Own properties of Egg-1.0.Egg.ColumnLayout
|
|
841
831
|
|
|
842
|
-
column_spacing: number
|
|
843
832
|
columnSpacing: number
|
|
844
|
-
column_width: number
|
|
845
833
|
columnWidth: number
|
|
846
|
-
max_columns: number
|
|
847
834
|
maxColumns: number
|
|
848
|
-
row_spacing: number
|
|
849
835
|
rowSpacing: number
|
|
850
836
|
|
|
851
837
|
// Own fields of Egg-1.0.Egg.ColumnLayout
|
|
@@ -1276,13 +1262,11 @@ export module EmptyState {
|
|
|
1276
1262
|
|
|
1277
1263
|
// Own constructor properties of Egg-1.0.Egg.EmptyState
|
|
1278
1264
|
|
|
1279
|
-
|
|
1280
|
-
|
|
1265
|
+
iconName?: string | null
|
|
1266
|
+
pixelSize?: number | null
|
|
1281
1267
|
resource?: string | null
|
|
1282
1268
|
subtitle?: string | null
|
|
1283
1269
|
title?: string | null
|
|
1284
|
-
iconName?: string | null
|
|
1285
|
-
pixelSize?: number | null
|
|
1286
1270
|
}
|
|
1287
1271
|
|
|
1288
1272
|
}
|
|
@@ -1291,9 +1275,7 @@ export interface EmptyState extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
1291
1275
|
|
|
1292
1276
|
// Own properties of Egg-1.0.Egg.EmptyState
|
|
1293
1277
|
|
|
1294
|
-
icon_name: string | null
|
|
1295
1278
|
iconName: string | null
|
|
1296
|
-
pixel_size: number
|
|
1297
1279
|
pixelSize: number
|
|
1298
1280
|
resource: string | null
|
|
1299
1281
|
subtitle: string | null
|
|
@@ -1525,7 +1507,6 @@ export module EntryBox {
|
|
|
1525
1507
|
|
|
1526
1508
|
// Own constructor properties of Egg-1.0.Egg.EntryBox
|
|
1527
1509
|
|
|
1528
|
-
max_width_chars?: number | null
|
|
1529
1510
|
maxWidthChars?: number | null
|
|
1530
1511
|
}
|
|
1531
1512
|
|
|
@@ -1535,7 +1516,6 @@ export interface EntryBox extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orien
|
|
|
1535
1516
|
|
|
1536
1517
|
// Own properties of Egg-1.0.Egg.EntryBox
|
|
1537
1518
|
|
|
1538
|
-
max_width_chars: number
|
|
1539
1519
|
maxWidthChars: number
|
|
1540
1520
|
|
|
1541
1521
|
// Conflicting methods
|
|
@@ -1762,19 +1742,14 @@ export module FileChooserEntry {
|
|
|
1762
1742
|
// Own constructor properties of Egg-1.0.Egg.FileChooserEntry
|
|
1763
1743
|
|
|
1764
1744
|
action?: Gtk.FileChooserAction | null
|
|
1765
|
-
create_folders?: boolean | null
|
|
1766
|
-
do_overwrite_confirmation?: boolean | null
|
|
1767
|
-
file?: Gio.File | null
|
|
1768
|
-
filter?: Gtk.FileFilter | null
|
|
1769
|
-
local_only?: boolean | null
|
|
1770
|
-
max_width_chars?: number | null
|
|
1771
|
-
show_hidden?: boolean | null
|
|
1772
|
-
title?: string | null
|
|
1773
1745
|
createFolders?: boolean | null
|
|
1774
1746
|
doOverwriteConfirmation?: boolean | null
|
|
1747
|
+
file?: Gio.File | null
|
|
1748
|
+
filter?: Gtk.FileFilter | null
|
|
1775
1749
|
localOnly?: boolean | null
|
|
1776
1750
|
maxWidthChars?: number | null
|
|
1777
1751
|
showHidden?: boolean | null
|
|
1752
|
+
title?: string | null
|
|
1778
1753
|
}
|
|
1779
1754
|
|
|
1780
1755
|
}
|
|
@@ -1784,17 +1759,12 @@ export interface FileChooserEntry extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
1784
1759
|
// Own properties of Egg-1.0.Egg.FileChooserEntry
|
|
1785
1760
|
|
|
1786
1761
|
action: Gtk.FileChooserAction
|
|
1787
|
-
create_folders: boolean
|
|
1788
1762
|
createFolders: boolean
|
|
1789
|
-
do_overwrite_confirmation: boolean
|
|
1790
1763
|
doOverwriteConfirmation: boolean
|
|
1791
1764
|
file: Gio.File
|
|
1792
1765
|
filter: Gtk.FileFilter
|
|
1793
|
-
local_only: boolean
|
|
1794
1766
|
localOnly: boolean
|
|
1795
|
-
max_width_chars: number
|
|
1796
1767
|
maxWidthChars: number
|
|
1797
|
-
show_hidden: boolean
|
|
1798
1768
|
showHidden: boolean
|
|
1799
1769
|
title: string | null
|
|
1800
1770
|
|
|
@@ -2035,9 +2005,6 @@ export module ListBox {
|
|
|
2035
2005
|
|
|
2036
2006
|
// Own constructor properties of Egg-1.0.Egg.ListBox
|
|
2037
2007
|
|
|
2038
|
-
property_name?: string | null
|
|
2039
|
-
row_type?: GObject.GType | null
|
|
2040
|
-
row_type_name?: string | null
|
|
2041
2008
|
propertyName?: string | null
|
|
2042
2009
|
rowType?: GObject.GType | null
|
|
2043
2010
|
rowTypeName?: string | null
|
|
@@ -2049,11 +2016,8 @@ export interface ListBox extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
2049
2016
|
|
|
2050
2017
|
// Own properties of Egg-1.0.Egg.ListBox
|
|
2051
2018
|
|
|
2052
|
-
readonly property_name: string | null
|
|
2053
2019
|
readonly propertyName: string | null
|
|
2054
|
-
readonly row_type: GObject.GType
|
|
2055
2020
|
readonly rowType: GObject.GType
|
|
2056
|
-
readonly row_type_name: string | null
|
|
2057
2021
|
readonly rowTypeName: string | null
|
|
2058
2022
|
|
|
2059
2023
|
// Own fields of Egg-1.0.Egg.ListBox
|
|
@@ -2813,7 +2777,6 @@ export module ProgressButton {
|
|
|
2813
2777
|
// Own constructor properties of Egg-1.0.Egg.ProgressButton
|
|
2814
2778
|
|
|
2815
2779
|
progress?: number | null
|
|
2816
|
-
show_progress?: boolean | null
|
|
2817
2780
|
showProgress?: boolean | null
|
|
2818
2781
|
}
|
|
2819
2782
|
|
|
@@ -2824,7 +2787,6 @@ export interface ProgressButton extends Atk.ImplementorIface, Gtk.Actionable, Gt
|
|
|
2824
2787
|
// Own properties of Egg-1.0.Egg.ProgressButton
|
|
2825
2788
|
|
|
2826
2789
|
progress: number
|
|
2827
|
-
show_progress: boolean
|
|
2828
2790
|
showProgress: boolean
|
|
2829
2791
|
|
|
2830
2792
|
// Own fields of Egg-1.0.Egg.ProgressButton
|
|
@@ -3090,8 +3052,6 @@ export module RadioBox {
|
|
|
3090
3052
|
|
|
3091
3053
|
// Own constructor properties of Egg-1.0.Egg.RadioBox
|
|
3092
3054
|
|
|
3093
|
-
active_id?: string | null
|
|
3094
|
-
show_more?: boolean | null
|
|
3095
3055
|
activeId?: string | null
|
|
3096
3056
|
showMore?: boolean | null
|
|
3097
3057
|
}
|
|
@@ -3102,11 +3062,8 @@ export interface RadioBox extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
3102
3062
|
|
|
3103
3063
|
// Own properties of Egg-1.0.Egg.RadioBox
|
|
3104
3064
|
|
|
3105
|
-
active_id: string | null
|
|
3106
3065
|
activeId: string | null
|
|
3107
|
-
readonly has_more: boolean
|
|
3108
3066
|
readonly hasMore: boolean
|
|
3109
|
-
show_more: boolean
|
|
3110
3067
|
showMore: boolean
|
|
3111
3068
|
|
|
3112
3069
|
// Own fields of Egg-1.0.Egg.RadioBox
|
|
@@ -3595,8 +3552,6 @@ export module SearchBar {
|
|
|
3595
3552
|
|
|
3596
3553
|
// Own constructor properties of Egg-1.0.Egg.SearchBar
|
|
3597
3554
|
|
|
3598
|
-
search_mode_enabled?: boolean | null
|
|
3599
|
-
show_close_button?: boolean | null
|
|
3600
3555
|
searchModeEnabled?: boolean | null
|
|
3601
3556
|
showCloseButton?: boolean | null
|
|
3602
3557
|
}
|
|
@@ -3607,9 +3562,7 @@ export interface SearchBar extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
3607
3562
|
|
|
3608
3563
|
// Own properties of Egg-1.0.Egg.SearchBar
|
|
3609
3564
|
|
|
3610
|
-
search_mode_enabled: boolean
|
|
3611
3565
|
searchModeEnabled: boolean
|
|
3612
|
-
show_close_button: boolean
|
|
3613
3566
|
showCloseButton: boolean
|
|
3614
3567
|
|
|
3615
3568
|
// Own fields of Egg-1.0.Egg.SearchBar
|
|
@@ -3836,9 +3789,6 @@ export module SettingsFlagAction {
|
|
|
3836
3789
|
|
|
3837
3790
|
// Own constructor properties of Egg-1.0.Egg.SettingsFlagAction
|
|
3838
3791
|
|
|
3839
|
-
flag_nick?: string | null
|
|
3840
|
-
schema_id?: string | null
|
|
3841
|
-
schema_key?: string | null
|
|
3842
3792
|
flagNick?: string | null
|
|
3843
3793
|
schemaId?: string | null
|
|
3844
3794
|
schemaKey?: string | null
|
|
@@ -3850,11 +3800,8 @@ export interface SettingsFlagAction extends Gio.Action {
|
|
|
3850
3800
|
|
|
3851
3801
|
// Own properties of Egg-1.0.Egg.SettingsFlagAction
|
|
3852
3802
|
|
|
3853
|
-
readonly flag_nick: string | null
|
|
3854
3803
|
readonly flagNick: string | null
|
|
3855
|
-
readonly schema_id: string | null
|
|
3856
3804
|
readonly schemaId: string | null
|
|
3857
|
-
schema_key: string | null
|
|
3858
3805
|
schemaKey: string | null
|
|
3859
3806
|
|
|
3860
3807
|
// Class property signals of Egg-1.0.Egg.SettingsFlagAction
|
|
@@ -3920,7 +3867,6 @@ export module SettingsSandwich {
|
|
|
3920
3867
|
// Own constructor properties of Egg-1.0.Egg.SettingsSandwich
|
|
3921
3868
|
|
|
3922
3869
|
path?: string | null
|
|
3923
|
-
schema_id?: string | null
|
|
3924
3870
|
schemaId?: string | null
|
|
3925
3871
|
}
|
|
3926
3872
|
|
|
@@ -3931,7 +3877,6 @@ export interface SettingsSandwich {
|
|
|
3931
3877
|
// Own properties of Egg-1.0.Egg.SettingsSandwich
|
|
3932
3878
|
|
|
3933
3879
|
readonly path: string | null
|
|
3934
|
-
readonly schema_id: string | null
|
|
3935
3880
|
readonly schemaId: string | null
|
|
3936
3881
|
|
|
3937
3882
|
// Owm methods of Egg-1.0.Egg.SettingsSandwich
|
|
@@ -4023,10 +3968,6 @@ export module SignalGroup {
|
|
|
4023
3968
|
* The target instance used when connecting signals.
|
|
4024
3969
|
*/
|
|
4025
3970
|
target?: GObject.Object | null
|
|
4026
|
-
/**
|
|
4027
|
-
* The GType of the target property.
|
|
4028
|
-
*/
|
|
4029
|
-
target_type?: GObject.GType | null
|
|
4030
3971
|
/**
|
|
4031
3972
|
* The GType of the target property.
|
|
4032
3973
|
*/
|
|
@@ -4043,10 +3984,6 @@ export interface SignalGroup {
|
|
|
4043
3984
|
* The target instance used when connecting signals.
|
|
4044
3985
|
*/
|
|
4045
3986
|
target: GObject.Object
|
|
4046
|
-
/**
|
|
4047
|
-
* The GType of the target property.
|
|
4048
|
-
*/
|
|
4049
|
-
readonly target_type: GObject.GType
|
|
4050
3987
|
/**
|
|
4051
3988
|
* The GType of the target property.
|
|
4052
3989
|
*/
|
|
@@ -4191,9 +4128,8 @@ export module SimpleLabel {
|
|
|
4191
4128
|
// Own constructor properties of Egg-1.0.Egg.SimpleLabel
|
|
4192
4129
|
|
|
4193
4130
|
label?: string | null
|
|
4194
|
-
width_chars?: number | null
|
|
4195
|
-
xalign?: number | null
|
|
4196
4131
|
widthChars?: number | null
|
|
4132
|
+
xalign?: number | null
|
|
4197
4133
|
}
|
|
4198
4134
|
|
|
4199
4135
|
}
|
|
@@ -4203,7 +4139,6 @@ export interface SimpleLabel extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
4203
4139
|
// Own properties of Egg-1.0.Egg.SimpleLabel
|
|
4204
4140
|
|
|
4205
4141
|
label: string | null
|
|
4206
|
-
width_chars: number
|
|
4207
4142
|
widthChars: number
|
|
4208
4143
|
xalign: number
|
|
4209
4144
|
|
|
@@ -4397,12 +4332,11 @@ export module SimplePopover {
|
|
|
4397
4332
|
|
|
4398
4333
|
// Own constructor properties of Egg-1.0.Egg.SimplePopover
|
|
4399
4334
|
|
|
4400
|
-
|
|
4335
|
+
buttonText?: string | null
|
|
4401
4336
|
message?: string | null
|
|
4402
4337
|
ready?: boolean | null
|
|
4403
4338
|
text?: string | null
|
|
4404
4339
|
title?: string | null
|
|
4405
|
-
buttonText?: string | null
|
|
4406
4340
|
}
|
|
4407
4341
|
|
|
4408
4342
|
}
|
|
@@ -4411,7 +4345,6 @@ export interface SimplePopover extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
4411
4345
|
|
|
4412
4346
|
// Own properties of Egg-1.0.Egg.SimplePopover
|
|
4413
4347
|
|
|
4414
|
-
button_text: string | null
|
|
4415
4348
|
buttonText: string | null
|
|
4416
4349
|
message: string | null
|
|
4417
4350
|
ready: boolean
|
|
@@ -5012,11 +4945,10 @@ export module Suggestion {
|
|
|
5012
4945
|
|
|
5013
4946
|
// Own constructor properties of Egg-1.0.Egg.Suggestion
|
|
5014
4947
|
|
|
5015
|
-
|
|
4948
|
+
iconName?: string | null
|
|
5016
4949
|
id?: string | null
|
|
5017
4950
|
subtitle?: string | null
|
|
5018
4951
|
title?: string | null
|
|
5019
|
-
iconName?: string | null
|
|
5020
4952
|
}
|
|
5021
4953
|
|
|
5022
4954
|
}
|
|
@@ -5025,7 +4957,6 @@ export interface Suggestion {
|
|
|
5025
4957
|
|
|
5026
4958
|
// Own properties of Egg-1.0.Egg.Suggestion
|
|
5027
4959
|
|
|
5028
|
-
icon_name: string | null
|
|
5029
4960
|
iconName: string | null
|
|
5030
4961
|
id: string | null
|
|
5031
4962
|
subtitle: string | null
|
|
@@ -5191,7 +5122,6 @@ export interface SuggestionEntry extends Atk.ImplementorIface, Gtk.Buildable, Gt
|
|
|
5191
5122
|
// Own properties of Egg-1.0.Egg.SuggestionEntry
|
|
5192
5123
|
|
|
5193
5124
|
model: Gio.ListModel
|
|
5194
|
-
readonly typed_text: string | null
|
|
5195
5125
|
readonly typedText: string | null
|
|
5196
5126
|
|
|
5197
5127
|
// Own fields of Egg-1.0.Egg.SuggestionEntry
|
|
@@ -5652,9 +5582,8 @@ export module SuggestionPopover {
|
|
|
5652
5582
|
// Own constructor properties of Egg-1.0.Egg.SuggestionPopover
|
|
5653
5583
|
|
|
5654
5584
|
model?: Suggestion | null
|
|
5655
|
-
relative_to?: Gtk.Widget | null
|
|
5656
|
-
selected?: Suggestion | null
|
|
5657
5585
|
relativeTo?: Gtk.Widget | null
|
|
5586
|
+
selected?: Suggestion | null
|
|
5658
5587
|
}
|
|
5659
5588
|
|
|
5660
5589
|
}
|
|
@@ -5664,7 +5593,6 @@ export interface SuggestionPopover extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
5664
5593
|
// Own properties of Egg-1.0.Egg.SuggestionPopover
|
|
5665
5594
|
|
|
5666
5595
|
model: Suggestion
|
|
5667
|
-
relative_to: Gtk.Widget
|
|
5668
5596
|
relativeTo: Gtk.Widget
|
|
5669
5597
|
selected: Suggestion
|
|
5670
5598
|
|
|
@@ -6281,22 +6209,6 @@ export module TaskCache {
|
|
|
6281
6209
|
|
|
6282
6210
|
// Own constructor properties of Egg-1.0.Egg.TaskCache
|
|
6283
6211
|
|
|
6284
|
-
key_copy_func?: any | null
|
|
6285
|
-
key_destroy_func?: any | null
|
|
6286
|
-
key_equal_func?: any | null
|
|
6287
|
-
key_hash_func?: any | null
|
|
6288
|
-
populate_callback?: any | null
|
|
6289
|
-
populate_callback_data?: any | null
|
|
6290
|
-
populate_callback_data_destroy?: any | null
|
|
6291
|
-
/**
|
|
6292
|
-
* This is the number of milliseconds before an item should be evicted
|
|
6293
|
-
* from the cache.
|
|
6294
|
-
*
|
|
6295
|
-
* A value of zero indicates no eviction.
|
|
6296
|
-
*/
|
|
6297
|
-
time_to_live?: number | null
|
|
6298
|
-
value_copy_func?: any | null
|
|
6299
|
-
value_destroy_func?: any | null
|
|
6300
6212
|
keyCopyFunc?: any | null
|
|
6301
6213
|
keyDestroyFunc?: any | null
|
|
6302
6214
|
keyEqualFunc?: any | null
|
|
@@ -6321,27 +6233,13 @@ export interface TaskCache {
|
|
|
6321
6233
|
|
|
6322
6234
|
// Own properties of Egg-1.0.Egg.TaskCache
|
|
6323
6235
|
|
|
6324
|
-
readonly key_copy_func: any
|
|
6325
6236
|
readonly keyCopyFunc: any
|
|
6326
|
-
readonly key_destroy_func: any
|
|
6327
6237
|
readonly keyDestroyFunc: any
|
|
6328
|
-
readonly key_equal_func: any
|
|
6329
6238
|
readonly keyEqualFunc: any
|
|
6330
|
-
readonly key_hash_func: any
|
|
6331
6239
|
readonly keyHashFunc: any
|
|
6332
|
-
readonly populate_callback: any
|
|
6333
6240
|
readonly populateCallback: any
|
|
6334
|
-
readonly populate_callback_data: any
|
|
6335
6241
|
readonly populateCallbackData: any
|
|
6336
|
-
readonly populate_callback_data_destroy: any
|
|
6337
6242
|
readonly populateCallbackDataDestroy: any
|
|
6338
|
-
/**
|
|
6339
|
-
* This is the number of milliseconds before an item should be evicted
|
|
6340
|
-
* from the cache.
|
|
6341
|
-
*
|
|
6342
|
-
* A value of zero indicates no eviction.
|
|
6343
|
-
*/
|
|
6344
|
-
readonly time_to_live: number
|
|
6345
6243
|
/**
|
|
6346
6244
|
* This is the number of milliseconds before an item should be evicted
|
|
6347
6245
|
* from the cache.
|
|
@@ -6349,9 +6247,7 @@ export interface TaskCache {
|
|
|
6349
6247
|
* A value of zero indicates no eviction.
|
|
6350
6248
|
*/
|
|
6351
6249
|
readonly timeToLive: number
|
|
6352
|
-
readonly value_copy_func: any
|
|
6353
6250
|
readonly valueCopyFunc: any
|
|
6354
|
-
readonly value_destroy_func: any
|
|
6355
6251
|
readonly valueDestroyFunc: any
|
|
6356
6252
|
|
|
6357
6253
|
// Owm methods of Egg-1.0.Egg.TaskCache
|
|
@@ -6450,8 +6346,6 @@ export module ThreeGrid {
|
|
|
6450
6346
|
|
|
6451
6347
|
// Own constructor properties of Egg-1.0.Egg.ThreeGrid
|
|
6452
6348
|
|
|
6453
|
-
column_spacing?: number | null
|
|
6454
|
-
row_spacing?: number | null
|
|
6455
6349
|
columnSpacing?: number | null
|
|
6456
6350
|
rowSpacing?: number | null
|
|
6457
6351
|
}
|
|
@@ -6462,9 +6356,7 @@ export interface ThreeGrid extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
6462
6356
|
|
|
6463
6357
|
// Own properties of Egg-1.0.Egg.ThreeGrid
|
|
6464
6358
|
|
|
6465
|
-
column_spacing: number
|
|
6466
6359
|
columnSpacing: number
|
|
6467
|
-
row_spacing: number
|
|
6468
6360
|
rowSpacing: number
|
|
6469
6361
|
|
|
6470
6362
|
// Own fields of Egg-1.0.Egg.ThreeGrid
|
package/egg-1.0.d.ts
CHANGED
|
@@ -117,7 +117,7 @@ module Animation {
|
|
|
117
117
|
* animation should run before being completed.
|
|
118
118
|
*/
|
|
119
119
|
duration?: number | null
|
|
120
|
-
|
|
120
|
+
frameClock?: Gdk.FrameClock | null
|
|
121
121
|
/**
|
|
122
122
|
* The "mode" property is the Alpha function that should be used to
|
|
123
123
|
* determine the offset within the animation based on the current
|
|
@@ -129,7 +129,6 @@ module Animation {
|
|
|
129
129
|
* animated.
|
|
130
130
|
*/
|
|
131
131
|
target?: GObject.Object | null
|
|
132
|
-
frameClock?: Gdk.FrameClock | null
|
|
133
132
|
}
|
|
134
133
|
|
|
135
134
|
}
|
|
@@ -143,7 +142,6 @@ interface Animation {
|
|
|
143
142
|
* animation should run before being completed.
|
|
144
143
|
*/
|
|
145
144
|
readonly duration: number
|
|
146
|
-
readonly frame_clock: Gdk.FrameClock
|
|
147
145
|
readonly frameClock: Gdk.FrameClock
|
|
148
146
|
/**
|
|
149
147
|
* The "mode" property is the Alpha function that should be used to
|
|
@@ -353,7 +351,6 @@ module Box {
|
|
|
353
351
|
|
|
354
352
|
// Own constructor properties of Egg-1.0.Egg.Box
|
|
355
353
|
|
|
356
|
-
max_width_request?: number | null
|
|
357
354
|
maxWidthRequest?: number | null
|
|
358
355
|
}
|
|
359
356
|
|
|
@@ -363,7 +360,6 @@ interface Box extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
|
|
|
363
360
|
|
|
364
361
|
// Own properties of Egg-1.0.Egg.Box
|
|
365
362
|
|
|
366
|
-
max_width_request: number
|
|
367
363
|
maxWidthRequest: number
|
|
368
364
|
|
|
369
365
|
// Own fields of Egg-1.0.Egg.Box
|
|
@@ -598,7 +594,6 @@ module CenteringBin {
|
|
|
598
594
|
|
|
599
595
|
// Own constructor properties of Egg-1.0.Egg.CenteringBin
|
|
600
596
|
|
|
601
|
-
max_width_request?: number | null
|
|
602
597
|
maxWidthRequest?: number | null
|
|
603
598
|
}
|
|
604
599
|
|
|
@@ -608,7 +603,6 @@ interface CenteringBin extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
608
603
|
|
|
609
604
|
// Own properties of Egg-1.0.Egg.CenteringBin
|
|
610
605
|
|
|
611
|
-
max_width_request: number
|
|
612
606
|
maxWidthRequest: number
|
|
613
607
|
|
|
614
608
|
// Own fields of Egg-1.0.Egg.CenteringBin
|
|
@@ -825,10 +819,6 @@ module ColumnLayout {
|
|
|
825
819
|
|
|
826
820
|
// Own constructor properties of Egg-1.0.Egg.ColumnLayout
|
|
827
821
|
|
|
828
|
-
column_spacing?: number | null
|
|
829
|
-
column_width?: number | null
|
|
830
|
-
max_columns?: number | null
|
|
831
|
-
row_spacing?: number | null
|
|
832
822
|
columnSpacing?: number | null
|
|
833
823
|
columnWidth?: number | null
|
|
834
824
|
maxColumns?: number | null
|
|
@@ -841,13 +831,9 @@ interface ColumnLayout extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
841
831
|
|
|
842
832
|
// Own properties of Egg-1.0.Egg.ColumnLayout
|
|
843
833
|
|
|
844
|
-
column_spacing: number
|
|
845
834
|
columnSpacing: number
|
|
846
|
-
column_width: number
|
|
847
835
|
columnWidth: number
|
|
848
|
-
max_columns: number
|
|
849
836
|
maxColumns: number
|
|
850
|
-
row_spacing: number
|
|
851
837
|
rowSpacing: number
|
|
852
838
|
|
|
853
839
|
// Own fields of Egg-1.0.Egg.ColumnLayout
|
|
@@ -1278,13 +1264,11 @@ module EmptyState {
|
|
|
1278
1264
|
|
|
1279
1265
|
// Own constructor properties of Egg-1.0.Egg.EmptyState
|
|
1280
1266
|
|
|
1281
|
-
|
|
1282
|
-
|
|
1267
|
+
iconName?: string | null
|
|
1268
|
+
pixelSize?: number | null
|
|
1283
1269
|
resource?: string | null
|
|
1284
1270
|
subtitle?: string | null
|
|
1285
1271
|
title?: string | null
|
|
1286
|
-
iconName?: string | null
|
|
1287
|
-
pixelSize?: number | null
|
|
1288
1272
|
}
|
|
1289
1273
|
|
|
1290
1274
|
}
|
|
@@ -1293,9 +1277,7 @@ interface EmptyState extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
1293
1277
|
|
|
1294
1278
|
// Own properties of Egg-1.0.Egg.EmptyState
|
|
1295
1279
|
|
|
1296
|
-
icon_name: string | null
|
|
1297
1280
|
iconName: string | null
|
|
1298
|
-
pixel_size: number
|
|
1299
1281
|
pixelSize: number
|
|
1300
1282
|
resource: string | null
|
|
1301
1283
|
subtitle: string | null
|
|
@@ -1527,7 +1509,6 @@ module EntryBox {
|
|
|
1527
1509
|
|
|
1528
1510
|
// Own constructor properties of Egg-1.0.Egg.EntryBox
|
|
1529
1511
|
|
|
1530
|
-
max_width_chars?: number | null
|
|
1531
1512
|
maxWidthChars?: number | null
|
|
1532
1513
|
}
|
|
1533
1514
|
|
|
@@ -1537,7 +1518,6 @@ interface EntryBox extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
|
|
|
1537
1518
|
|
|
1538
1519
|
// Own properties of Egg-1.0.Egg.EntryBox
|
|
1539
1520
|
|
|
1540
|
-
max_width_chars: number
|
|
1541
1521
|
maxWidthChars: number
|
|
1542
1522
|
|
|
1543
1523
|
// Conflicting methods
|
|
@@ -1764,19 +1744,14 @@ module FileChooserEntry {
|
|
|
1764
1744
|
// Own constructor properties of Egg-1.0.Egg.FileChooserEntry
|
|
1765
1745
|
|
|
1766
1746
|
action?: Gtk.FileChooserAction | null
|
|
1767
|
-
create_folders?: boolean | null
|
|
1768
|
-
do_overwrite_confirmation?: boolean | null
|
|
1769
|
-
file?: Gio.File | null
|
|
1770
|
-
filter?: Gtk.FileFilter | null
|
|
1771
|
-
local_only?: boolean | null
|
|
1772
|
-
max_width_chars?: number | null
|
|
1773
|
-
show_hidden?: boolean | null
|
|
1774
|
-
title?: string | null
|
|
1775
1747
|
createFolders?: boolean | null
|
|
1776
1748
|
doOverwriteConfirmation?: boolean | null
|
|
1749
|
+
file?: Gio.File | null
|
|
1750
|
+
filter?: Gtk.FileFilter | null
|
|
1777
1751
|
localOnly?: boolean | null
|
|
1778
1752
|
maxWidthChars?: number | null
|
|
1779
1753
|
showHidden?: boolean | null
|
|
1754
|
+
title?: string | null
|
|
1780
1755
|
}
|
|
1781
1756
|
|
|
1782
1757
|
}
|
|
@@ -1786,17 +1761,12 @@ interface FileChooserEntry extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
1786
1761
|
// Own properties of Egg-1.0.Egg.FileChooserEntry
|
|
1787
1762
|
|
|
1788
1763
|
action: Gtk.FileChooserAction
|
|
1789
|
-
create_folders: boolean
|
|
1790
1764
|
createFolders: boolean
|
|
1791
|
-
do_overwrite_confirmation: boolean
|
|
1792
1765
|
doOverwriteConfirmation: boolean
|
|
1793
1766
|
file: Gio.File
|
|
1794
1767
|
filter: Gtk.FileFilter
|
|
1795
|
-
local_only: boolean
|
|
1796
1768
|
localOnly: boolean
|
|
1797
|
-
max_width_chars: number
|
|
1798
1769
|
maxWidthChars: number
|
|
1799
|
-
show_hidden: boolean
|
|
1800
1770
|
showHidden: boolean
|
|
1801
1771
|
title: string | null
|
|
1802
1772
|
|
|
@@ -2037,9 +2007,6 @@ module ListBox {
|
|
|
2037
2007
|
|
|
2038
2008
|
// Own constructor properties of Egg-1.0.Egg.ListBox
|
|
2039
2009
|
|
|
2040
|
-
property_name?: string | null
|
|
2041
|
-
row_type?: GObject.GType | null
|
|
2042
|
-
row_type_name?: string | null
|
|
2043
2010
|
propertyName?: string | null
|
|
2044
2011
|
rowType?: GObject.GType | null
|
|
2045
2012
|
rowTypeName?: string | null
|
|
@@ -2051,11 +2018,8 @@ interface ListBox extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
2051
2018
|
|
|
2052
2019
|
// Own properties of Egg-1.0.Egg.ListBox
|
|
2053
2020
|
|
|
2054
|
-
readonly property_name: string | null
|
|
2055
2021
|
readonly propertyName: string | null
|
|
2056
|
-
readonly row_type: GObject.GType
|
|
2057
2022
|
readonly rowType: GObject.GType
|
|
2058
|
-
readonly row_type_name: string | null
|
|
2059
2023
|
readonly rowTypeName: string | null
|
|
2060
2024
|
|
|
2061
2025
|
// Own fields of Egg-1.0.Egg.ListBox
|
|
@@ -2815,7 +2779,6 @@ module ProgressButton {
|
|
|
2815
2779
|
// Own constructor properties of Egg-1.0.Egg.ProgressButton
|
|
2816
2780
|
|
|
2817
2781
|
progress?: number | null
|
|
2818
|
-
show_progress?: boolean | null
|
|
2819
2782
|
showProgress?: boolean | null
|
|
2820
2783
|
}
|
|
2821
2784
|
|
|
@@ -2826,7 +2789,6 @@ interface ProgressButton extends Atk.ImplementorIface, Gtk.Actionable, Gtk.Activ
|
|
|
2826
2789
|
// Own properties of Egg-1.0.Egg.ProgressButton
|
|
2827
2790
|
|
|
2828
2791
|
progress: number
|
|
2829
|
-
show_progress: boolean
|
|
2830
2792
|
showProgress: boolean
|
|
2831
2793
|
|
|
2832
2794
|
// Own fields of Egg-1.0.Egg.ProgressButton
|
|
@@ -3092,8 +3054,6 @@ module RadioBox {
|
|
|
3092
3054
|
|
|
3093
3055
|
// Own constructor properties of Egg-1.0.Egg.RadioBox
|
|
3094
3056
|
|
|
3095
|
-
active_id?: string | null
|
|
3096
|
-
show_more?: boolean | null
|
|
3097
3057
|
activeId?: string | null
|
|
3098
3058
|
showMore?: boolean | null
|
|
3099
3059
|
}
|
|
@@ -3104,11 +3064,8 @@ interface RadioBox extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
3104
3064
|
|
|
3105
3065
|
// Own properties of Egg-1.0.Egg.RadioBox
|
|
3106
3066
|
|
|
3107
|
-
active_id: string | null
|
|
3108
3067
|
activeId: string | null
|
|
3109
|
-
readonly has_more: boolean
|
|
3110
3068
|
readonly hasMore: boolean
|
|
3111
|
-
show_more: boolean
|
|
3112
3069
|
showMore: boolean
|
|
3113
3070
|
|
|
3114
3071
|
// Own fields of Egg-1.0.Egg.RadioBox
|
|
@@ -3597,8 +3554,6 @@ module SearchBar {
|
|
|
3597
3554
|
|
|
3598
3555
|
// Own constructor properties of Egg-1.0.Egg.SearchBar
|
|
3599
3556
|
|
|
3600
|
-
search_mode_enabled?: boolean | null
|
|
3601
|
-
show_close_button?: boolean | null
|
|
3602
3557
|
searchModeEnabled?: boolean | null
|
|
3603
3558
|
showCloseButton?: boolean | null
|
|
3604
3559
|
}
|
|
@@ -3609,9 +3564,7 @@ interface SearchBar extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
3609
3564
|
|
|
3610
3565
|
// Own properties of Egg-1.0.Egg.SearchBar
|
|
3611
3566
|
|
|
3612
|
-
search_mode_enabled: boolean
|
|
3613
3567
|
searchModeEnabled: boolean
|
|
3614
|
-
show_close_button: boolean
|
|
3615
3568
|
showCloseButton: boolean
|
|
3616
3569
|
|
|
3617
3570
|
// Own fields of Egg-1.0.Egg.SearchBar
|
|
@@ -3838,9 +3791,6 @@ module SettingsFlagAction {
|
|
|
3838
3791
|
|
|
3839
3792
|
// Own constructor properties of Egg-1.0.Egg.SettingsFlagAction
|
|
3840
3793
|
|
|
3841
|
-
flag_nick?: string | null
|
|
3842
|
-
schema_id?: string | null
|
|
3843
|
-
schema_key?: string | null
|
|
3844
3794
|
flagNick?: string | null
|
|
3845
3795
|
schemaId?: string | null
|
|
3846
3796
|
schemaKey?: string | null
|
|
@@ -3852,11 +3802,8 @@ interface SettingsFlagAction extends Gio.Action {
|
|
|
3852
3802
|
|
|
3853
3803
|
// Own properties of Egg-1.0.Egg.SettingsFlagAction
|
|
3854
3804
|
|
|
3855
|
-
readonly flag_nick: string | null
|
|
3856
3805
|
readonly flagNick: string | null
|
|
3857
|
-
readonly schema_id: string | null
|
|
3858
3806
|
readonly schemaId: string | null
|
|
3859
|
-
schema_key: string | null
|
|
3860
3807
|
schemaKey: string | null
|
|
3861
3808
|
|
|
3862
3809
|
// Class property signals of Egg-1.0.Egg.SettingsFlagAction
|
|
@@ -3922,7 +3869,6 @@ module SettingsSandwich {
|
|
|
3922
3869
|
// Own constructor properties of Egg-1.0.Egg.SettingsSandwich
|
|
3923
3870
|
|
|
3924
3871
|
path?: string | null
|
|
3925
|
-
schema_id?: string | null
|
|
3926
3872
|
schemaId?: string | null
|
|
3927
3873
|
}
|
|
3928
3874
|
|
|
@@ -3933,7 +3879,6 @@ interface SettingsSandwich {
|
|
|
3933
3879
|
// Own properties of Egg-1.0.Egg.SettingsSandwich
|
|
3934
3880
|
|
|
3935
3881
|
readonly path: string | null
|
|
3936
|
-
readonly schema_id: string | null
|
|
3937
3882
|
readonly schemaId: string | null
|
|
3938
3883
|
|
|
3939
3884
|
// Owm methods of Egg-1.0.Egg.SettingsSandwich
|
|
@@ -4025,10 +3970,6 @@ module SignalGroup {
|
|
|
4025
3970
|
* The target instance used when connecting signals.
|
|
4026
3971
|
*/
|
|
4027
3972
|
target?: GObject.Object | null
|
|
4028
|
-
/**
|
|
4029
|
-
* The GType of the target property.
|
|
4030
|
-
*/
|
|
4031
|
-
target_type?: GObject.GType | null
|
|
4032
3973
|
/**
|
|
4033
3974
|
* The GType of the target property.
|
|
4034
3975
|
*/
|
|
@@ -4045,10 +3986,6 @@ interface SignalGroup {
|
|
|
4045
3986
|
* The target instance used when connecting signals.
|
|
4046
3987
|
*/
|
|
4047
3988
|
target: GObject.Object
|
|
4048
|
-
/**
|
|
4049
|
-
* The GType of the target property.
|
|
4050
|
-
*/
|
|
4051
|
-
readonly target_type: GObject.GType
|
|
4052
3989
|
/**
|
|
4053
3990
|
* The GType of the target property.
|
|
4054
3991
|
*/
|
|
@@ -4193,9 +4130,8 @@ module SimpleLabel {
|
|
|
4193
4130
|
// Own constructor properties of Egg-1.0.Egg.SimpleLabel
|
|
4194
4131
|
|
|
4195
4132
|
label?: string | null
|
|
4196
|
-
width_chars?: number | null
|
|
4197
|
-
xalign?: number | null
|
|
4198
4133
|
widthChars?: number | null
|
|
4134
|
+
xalign?: number | null
|
|
4199
4135
|
}
|
|
4200
4136
|
|
|
4201
4137
|
}
|
|
@@ -4205,7 +4141,6 @@ interface SimpleLabel extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
4205
4141
|
// Own properties of Egg-1.0.Egg.SimpleLabel
|
|
4206
4142
|
|
|
4207
4143
|
label: string | null
|
|
4208
|
-
width_chars: number
|
|
4209
4144
|
widthChars: number
|
|
4210
4145
|
xalign: number
|
|
4211
4146
|
|
|
@@ -4399,12 +4334,11 @@ module SimplePopover {
|
|
|
4399
4334
|
|
|
4400
4335
|
// Own constructor properties of Egg-1.0.Egg.SimplePopover
|
|
4401
4336
|
|
|
4402
|
-
|
|
4337
|
+
buttonText?: string | null
|
|
4403
4338
|
message?: string | null
|
|
4404
4339
|
ready?: boolean | null
|
|
4405
4340
|
text?: string | null
|
|
4406
4341
|
title?: string | null
|
|
4407
|
-
buttonText?: string | null
|
|
4408
4342
|
}
|
|
4409
4343
|
|
|
4410
4344
|
}
|
|
@@ -4413,7 +4347,6 @@ interface SimplePopover extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
4413
4347
|
|
|
4414
4348
|
// Own properties of Egg-1.0.Egg.SimplePopover
|
|
4415
4349
|
|
|
4416
|
-
button_text: string | null
|
|
4417
4350
|
buttonText: string | null
|
|
4418
4351
|
message: string | null
|
|
4419
4352
|
ready: boolean
|
|
@@ -5014,11 +4947,10 @@ module Suggestion {
|
|
|
5014
4947
|
|
|
5015
4948
|
// Own constructor properties of Egg-1.0.Egg.Suggestion
|
|
5016
4949
|
|
|
5017
|
-
|
|
4950
|
+
iconName?: string | null
|
|
5018
4951
|
id?: string | null
|
|
5019
4952
|
subtitle?: string | null
|
|
5020
4953
|
title?: string | null
|
|
5021
|
-
iconName?: string | null
|
|
5022
4954
|
}
|
|
5023
4955
|
|
|
5024
4956
|
}
|
|
@@ -5027,7 +4959,6 @@ interface Suggestion {
|
|
|
5027
4959
|
|
|
5028
4960
|
// Own properties of Egg-1.0.Egg.Suggestion
|
|
5029
4961
|
|
|
5030
|
-
icon_name: string | null
|
|
5031
4962
|
iconName: string | null
|
|
5032
4963
|
id: string | null
|
|
5033
4964
|
subtitle: string | null
|
|
@@ -5193,7 +5124,6 @@ interface SuggestionEntry extends Atk.ImplementorIface, Gtk.Buildable, Gtk.CellE
|
|
|
5193
5124
|
// Own properties of Egg-1.0.Egg.SuggestionEntry
|
|
5194
5125
|
|
|
5195
5126
|
model: Gio.ListModel
|
|
5196
|
-
readonly typed_text: string | null
|
|
5197
5127
|
readonly typedText: string | null
|
|
5198
5128
|
|
|
5199
5129
|
// Own fields of Egg-1.0.Egg.SuggestionEntry
|
|
@@ -5654,9 +5584,8 @@ module SuggestionPopover {
|
|
|
5654
5584
|
// Own constructor properties of Egg-1.0.Egg.SuggestionPopover
|
|
5655
5585
|
|
|
5656
5586
|
model?: Suggestion | null
|
|
5657
|
-
relative_to?: Gtk.Widget | null
|
|
5658
|
-
selected?: Suggestion | null
|
|
5659
5587
|
relativeTo?: Gtk.Widget | null
|
|
5588
|
+
selected?: Suggestion | null
|
|
5660
5589
|
}
|
|
5661
5590
|
|
|
5662
5591
|
}
|
|
@@ -5666,7 +5595,6 @@ interface SuggestionPopover extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
5666
5595
|
// Own properties of Egg-1.0.Egg.SuggestionPopover
|
|
5667
5596
|
|
|
5668
5597
|
model: Suggestion
|
|
5669
|
-
relative_to: Gtk.Widget
|
|
5670
5598
|
relativeTo: Gtk.Widget
|
|
5671
5599
|
selected: Suggestion
|
|
5672
5600
|
|
|
@@ -6283,22 +6211,6 @@ module TaskCache {
|
|
|
6283
6211
|
|
|
6284
6212
|
// Own constructor properties of Egg-1.0.Egg.TaskCache
|
|
6285
6213
|
|
|
6286
|
-
key_copy_func?: any | null
|
|
6287
|
-
key_destroy_func?: any | null
|
|
6288
|
-
key_equal_func?: any | null
|
|
6289
|
-
key_hash_func?: any | null
|
|
6290
|
-
populate_callback?: any | null
|
|
6291
|
-
populate_callback_data?: any | null
|
|
6292
|
-
populate_callback_data_destroy?: any | null
|
|
6293
|
-
/**
|
|
6294
|
-
* This is the number of milliseconds before an item should be evicted
|
|
6295
|
-
* from the cache.
|
|
6296
|
-
*
|
|
6297
|
-
* A value of zero indicates no eviction.
|
|
6298
|
-
*/
|
|
6299
|
-
time_to_live?: number | null
|
|
6300
|
-
value_copy_func?: any | null
|
|
6301
|
-
value_destroy_func?: any | null
|
|
6302
6214
|
keyCopyFunc?: any | null
|
|
6303
6215
|
keyDestroyFunc?: any | null
|
|
6304
6216
|
keyEqualFunc?: any | null
|
|
@@ -6323,27 +6235,13 @@ interface TaskCache {
|
|
|
6323
6235
|
|
|
6324
6236
|
// Own properties of Egg-1.0.Egg.TaskCache
|
|
6325
6237
|
|
|
6326
|
-
readonly key_copy_func: any
|
|
6327
6238
|
readonly keyCopyFunc: any
|
|
6328
|
-
readonly key_destroy_func: any
|
|
6329
6239
|
readonly keyDestroyFunc: any
|
|
6330
|
-
readonly key_equal_func: any
|
|
6331
6240
|
readonly keyEqualFunc: any
|
|
6332
|
-
readonly key_hash_func: any
|
|
6333
6241
|
readonly keyHashFunc: any
|
|
6334
|
-
readonly populate_callback: any
|
|
6335
6242
|
readonly populateCallback: any
|
|
6336
|
-
readonly populate_callback_data: any
|
|
6337
6243
|
readonly populateCallbackData: any
|
|
6338
|
-
readonly populate_callback_data_destroy: any
|
|
6339
6244
|
readonly populateCallbackDataDestroy: any
|
|
6340
|
-
/**
|
|
6341
|
-
* This is the number of milliseconds before an item should be evicted
|
|
6342
|
-
* from the cache.
|
|
6343
|
-
*
|
|
6344
|
-
* A value of zero indicates no eviction.
|
|
6345
|
-
*/
|
|
6346
|
-
readonly time_to_live: number
|
|
6347
6245
|
/**
|
|
6348
6246
|
* This is the number of milliseconds before an item should be evicted
|
|
6349
6247
|
* from the cache.
|
|
@@ -6351,9 +6249,7 @@ interface TaskCache {
|
|
|
6351
6249
|
* A value of zero indicates no eviction.
|
|
6352
6250
|
*/
|
|
6353
6251
|
readonly timeToLive: number
|
|
6354
|
-
readonly value_copy_func: any
|
|
6355
6252
|
readonly valueCopyFunc: any
|
|
6356
|
-
readonly value_destroy_func: any
|
|
6357
6253
|
readonly valueDestroyFunc: any
|
|
6358
6254
|
|
|
6359
6255
|
// Owm methods of Egg-1.0.Egg.TaskCache
|
|
@@ -6452,8 +6348,6 @@ module ThreeGrid {
|
|
|
6452
6348
|
|
|
6453
6349
|
// Own constructor properties of Egg-1.0.Egg.ThreeGrid
|
|
6454
6350
|
|
|
6455
|
-
column_spacing?: number | null
|
|
6456
|
-
row_spacing?: number | null
|
|
6457
6351
|
columnSpacing?: number | null
|
|
6458
6352
|
rowSpacing?: number | null
|
|
6459
6353
|
}
|
|
@@ -6464,9 +6358,7 @@ interface ThreeGrid extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
6464
6358
|
|
|
6465
6359
|
// Own properties of Egg-1.0.Egg.ThreeGrid
|
|
6466
6360
|
|
|
6467
|
-
column_spacing: number
|
|
6468
6361
|
columnSpacing: number
|
|
6469
|
-
row_spacing: number
|
|
6470
6362
|
rowSpacing: number
|
|
6471
6363
|
|
|
6472
6364
|
// Own fields of Egg-1.0.Egg.ThreeGrid
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/egg-1.0",
|
|
3
|
-
"version": "1.0.0-3.2.
|
|
3
|
+
"version": "1.0.0-3.2.8",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Egg-1.0, generated from library version 1.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "egg-1.0.js",
|
|
7
7
|
"main": "egg-1.0.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./ambient":
|
|
10
|
-
|
|
9
|
+
"./ambient": {
|
|
10
|
+
"types": "./egg-1.0-ambient.d.ts",
|
|
11
|
+
"default": "./egg-1.0-ambient.js"
|
|
12
|
+
},
|
|
13
|
+
"./import": {
|
|
14
|
+
"types": "./egg-1.0-import.d.ts",
|
|
15
|
+
"default": "./egg-1.0-import.js"
|
|
16
|
+
},
|
|
11
17
|
".": {
|
|
12
18
|
"import": {
|
|
13
19
|
"types": "./egg-1.0.d.ts",
|
|
@@ -25,20 +31,20 @@
|
|
|
25
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit egg-1.0.d.cts"
|
|
26
32
|
},
|
|
27
33
|
"dependencies": {
|
|
28
|
-
"@girs/atk-1.0": "^2.
|
|
29
|
-
"@girs/cairo-1.0": "^1.0.0-3.2.
|
|
30
|
-
"@girs/freetype2-2.0": "^2.0.0-3.2.
|
|
31
|
-
"@girs/gdk-3.0": "^3.24.
|
|
32
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.
|
|
33
|
-
"@girs/gio-2.0": "^2.
|
|
34
|
-
"@girs/gjs": "^3.2.
|
|
35
|
-
"@girs/glib-2.0": "^2.
|
|
36
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
37
|
-
"@girs/gobject-2.0": "^2.
|
|
38
|
-
"@girs/gtk-3.0": "^3.24.
|
|
39
|
-
"@girs/harfbuzz-0.0": "^8.
|
|
40
|
-
"@girs/pango-1.0": "^1.51.0-3.2.
|
|
41
|
-
"@girs/xlib-2.0": "^2.0.0-3.2.
|
|
34
|
+
"@girs/atk-1.0": "^2.45.1-3.2.8",
|
|
35
|
+
"@girs/cairo-1.0": "^1.0.0-3.2.8",
|
|
36
|
+
"@girs/freetype2-2.0": "^2.0.0-3.2.8",
|
|
37
|
+
"@girs/gdk-3.0": "^3.24.39-3.2.8",
|
|
38
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.8",
|
|
39
|
+
"@girs/gio-2.0": "^2.77.0-3.2.8",
|
|
40
|
+
"@girs/gjs": "^3.2.8",
|
|
41
|
+
"@girs/glib-2.0": "^2.77.0-3.2.8",
|
|
42
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.8",
|
|
43
|
+
"@girs/gobject-2.0": "^2.77.0-3.2.8",
|
|
44
|
+
"@girs/gtk-3.0": "^3.24.39-3.2.8",
|
|
45
|
+
"@girs/harfbuzz-0.0": "^8.1.1-3.2.8",
|
|
46
|
+
"@girs/pango-1.0": "^1.51.0-3.2.8",
|
|
47
|
+
"@girs/xlib-2.0": "^2.0.0-3.2.8"
|
|
42
48
|
},
|
|
43
49
|
"devDependencies": {
|
|
44
50
|
"typescript": "*"
|
|
@@ -55,7 +61,7 @@
|
|
|
55
61
|
"license": "MIT",
|
|
56
62
|
"repository": {
|
|
57
63
|
"type": "git",
|
|
58
|
-
"url": "git+https://github.com/gjsify/
|
|
64
|
+
"url": "git+https://github.com/gjsify/ts-for-gir.git"
|
|
59
65
|
},
|
|
60
66
|
"bugs": {
|
|
61
67
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|