@girs/gjs 3.0.0-beta.14 → 3.0.0-beta.15
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 +36 -5
- package/ambient.d.ts +2 -2873
- package/cairo.cjs +2 -0
- package/cairo.d.cts +2 -0
- package/cairo.d.ts +2 -0
- package/cairo.js +2 -0
- package/gettext.cjs +2 -0
- package/gettext.d.cts +2 -1
- package/gettext.d.ts +2 -1
- package/gettext.js +2 -0
- package/gjs.cjs +2 -1
- package/gjs.d.cts +39 -1399
- package/gjs.d.ts +39 -1399
- package/gjs.js +2 -1
- package/package.json +3 -401
- package/system.cjs +2 -0
- package/system.d.cts +2 -1
- package/system.d.ts +2 -1
- package/system.js +2 -0
- package/tsconfig.doc.json +2 -0
package/gjs.d.cts
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
* These type definitions are automatically generated, do not edit them by hand.
|
|
5
5
|
* If you found a bug fix it in ts-for-gir itself or create a bug report on https://github.com/gjsify/ts-for-gir
|
|
6
6
|
*/
|
|
7
|
+
import './ambient.d.ts';
|
|
7
8
|
|
|
8
9
|
import type GObject from '@girs/gobject-2.0';
|
|
9
10
|
import type GLib from '@girs/glib-2.0';
|
|
@@ -11,407 +12,6 @@ import gettext from './gettext.js';
|
|
|
11
12
|
import system from './system.js';
|
|
12
13
|
import cairo from './cairo.js';
|
|
13
14
|
|
|
14
|
-
import type * as Accounts10 from "@girs/accounts-1.0";
|
|
15
|
-
import type * as AccountsService10 from "@girs/accountsservice-1.0";
|
|
16
|
-
import type * as Adw1 from "@girs/adw-1";
|
|
17
|
-
import type * as Amtk4 from "@girs/amtk-4";
|
|
18
|
-
import type * as Amtk5 from "@girs/amtk-5";
|
|
19
|
-
import type * as Anjuta30 from "@girs/anjuta-3.0";
|
|
20
|
-
import type * as Anthy9000 from "@girs/anthy-9000";
|
|
21
|
-
import type * as AppStream10 from "@girs/appstream-1.0";
|
|
22
|
-
import type * as AppStreamBuilder10 from "@girs/appstreambuilder-1.0";
|
|
23
|
-
import type * as AppStreamGlib10 from "@girs/appstreamglib-1.0";
|
|
24
|
-
import type * as Arrow10 from "@girs/arrow-1.0";
|
|
25
|
-
import type * as ArrowDataset10 from "@girs/arrowdataset-1.0";
|
|
26
|
-
import type * as ArrowFlight10 from "@girs/arrowflight-1.0";
|
|
27
|
-
import type * as Atk10 from "@girs/atk-1.0";
|
|
28
|
-
import type * as Atspi20 from "@girs/atspi-2.0";
|
|
29
|
-
import type * as Babl01 from "@girs/babl-0.1";
|
|
30
|
-
import type * as Bamf3 from "@girs/bamf-3";
|
|
31
|
-
import type * as Builder10 from "@girs/builder-1.0";
|
|
32
|
-
import type * as Bump01 from "@girs/bump-0.1";
|
|
33
|
-
import type * as Cally10 from "@girs/cally-1.0";
|
|
34
|
-
import type * as Camel12 from "@girs/camel-1.2";
|
|
35
|
-
import type * as Caribou10 from "@girs/caribou-1.0";
|
|
36
|
-
import type * as Champlain012 from "@girs/champlain-0.12";
|
|
37
|
-
import type * as Cheese30 from "@girs/cheese-3.0";
|
|
38
|
-
import type * as Clutter10 from "@girs/clutter-1.0";
|
|
39
|
-
import type * as ClutterGdk10 from "@girs/cluttergdk-1.0";
|
|
40
|
-
import type * as ClutterGst10 from "@girs/cluttergst-1.0";
|
|
41
|
-
import type * as ClutterGst20 from "@girs/cluttergst-2.0";
|
|
42
|
-
import type * as ClutterGst30 from "@girs/cluttergst-3.0";
|
|
43
|
-
import type * as ClutterX1110 from "@girs/clutterx11-1.0";
|
|
44
|
-
import type * as Cogl10 from "@girs/cogl-1.0";
|
|
45
|
-
import type * as Cogl20 from "@girs/cogl-2.0";
|
|
46
|
-
import type * as CoglGst20 from "@girs/coglgst-2.0";
|
|
47
|
-
import type * as CoglPango10 from "@girs/coglpango-1.0";
|
|
48
|
-
import type * as CoglPango20 from "@girs/coglpango-2.0";
|
|
49
|
-
import type * as ColorHug10 from "@girs/colorhug-1.0";
|
|
50
|
-
import type * as Colord10 from "@girs/colord-1.0";
|
|
51
|
-
import type * as ColordGtk10 from "@girs/colordgtk-1.0";
|
|
52
|
-
import type * as DBus10 from "@girs/dbus-1.0";
|
|
53
|
-
import type * as DBusGLib10 from "@girs/dbusglib-1.0";
|
|
54
|
-
import type * as DMAP30 from "@girs/dmap-3.0";
|
|
55
|
-
import type * as Dazzle10 from "@girs/dazzle-1.0";
|
|
56
|
-
import type * as Dbusmenu04 from "@girs/dbusmenu-0.4";
|
|
57
|
-
import type * as DbusmenuGtk04 from "@girs/dbusmenugtk-0.4";
|
|
58
|
-
import type * as DbusmenuGtk304 from "@girs/dbusmenugtk3-0.4";
|
|
59
|
-
import type * as Dee10 from "@girs/dee-1.0";
|
|
60
|
-
import type * as Devhelp30 from "@girs/devhelp-3.0";
|
|
61
|
-
import type * as EBackend12 from "@girs/ebackend-1.2";
|
|
62
|
-
import type * as EBook12 from "@girs/ebook-1.2";
|
|
63
|
-
import type * as EBookContacts12 from "@girs/ebookcontacts-1.2";
|
|
64
|
-
import type * as ECal20 from "@girs/ecal-2.0";
|
|
65
|
-
import type * as ECalendar12 from "@girs/ecalendar-1.2";
|
|
66
|
-
import type * as EDataBook12 from "@girs/edatabook-1.2";
|
|
67
|
-
import type * as EDataCal20 from "@girs/edatacal-2.0";
|
|
68
|
-
import type * as EDataServer12 from "@girs/edataserver-1.2";
|
|
69
|
-
import type * as EDataServerUI12 from "@girs/edataserverui-1.2";
|
|
70
|
-
import type * as EDataServerUI410 from "@girs/edataserverui4-1.0";
|
|
71
|
-
import type * as Egg10 from "@girs/egg-1.0";
|
|
72
|
-
import type * as Eog30 from "@girs/eog-3.0";
|
|
73
|
-
import type * as Epc10 from "@girs/epc-1.0";
|
|
74
|
-
import type * as EpcUi10 from "@girs/epcui-1.0";
|
|
75
|
-
import type * as EvinceDocument30 from "@girs/evincedocument-3.0";
|
|
76
|
-
import type * as EvinceView30 from "@girs/evinceview-3.0";
|
|
77
|
-
import type * as Farstream01 from "@girs/farstream-0.1";
|
|
78
|
-
import type * as Farstream02 from "@girs/farstream-0.2";
|
|
79
|
-
import type * as Flatpak10 from "@girs/flatpak-1.0";
|
|
80
|
-
import type * as Folks06 from "@girs/folks-0.6";
|
|
81
|
-
import type * as Folks07 from "@girs/folks-0.7";
|
|
82
|
-
import type * as FolksDummy06 from "@girs/folksdummy-0.6";
|
|
83
|
-
import type * as FolksDummy07 from "@girs/folksdummy-0.7";
|
|
84
|
-
import type * as FolksEds06 from "@girs/folkseds-0.6";
|
|
85
|
-
import type * as FolksEds07 from "@girs/folkseds-0.7";
|
|
86
|
-
import type * as FolksLibsocialweb06 from "@girs/folkslibsocialweb-0.6";
|
|
87
|
-
import type * as FolksTelepathy06 from "@girs/folkstelepathy-0.6";
|
|
88
|
-
import type * as FolksTelepathy07 from "@girs/folkstelepathy-0.7";
|
|
89
|
-
import type * as Fwupd20 from "@girs/fwupd-2.0";
|
|
90
|
-
import type * as GCab10 from "@girs/gcab-1.0";
|
|
91
|
-
import type * as GCalc1 from "@girs/gcalc-1";
|
|
92
|
-
import type * as GCalc2 from "@girs/gcalc-2";
|
|
93
|
-
import type * as GConf20 from "@girs/gconf-2.0";
|
|
94
|
-
import type * as GData00 from "@girs/gdata-0.0";
|
|
95
|
-
import type * as GDesktopEnums30 from "@girs/gdesktopenums-3.0";
|
|
96
|
-
import type * as GES10 from "@girs/ges-1.0";
|
|
97
|
-
import type * as GExiv2010 from "@girs/gexiv2-0.10";
|
|
98
|
-
import type * as GFBGraph02 from "@girs/gfbgraph-0.2";
|
|
99
|
-
import type * as GFBGraph03 from "@girs/gfbgraph-0.3";
|
|
100
|
-
import type * as GIRepository20 from "@girs/girepository-2.0";
|
|
101
|
-
import type * as GL10 from "@girs/gl-1.0";
|
|
102
|
-
import type * as GLib20 from "@girs/glib-2.0";
|
|
103
|
-
import type * as GMenu30 from "@girs/gmenu-3.0";
|
|
104
|
-
import type * as GMime30 from "@girs/gmime-3.0";
|
|
105
|
-
import type * as GModule20 from "@girs/gmodule-2.0";
|
|
106
|
-
import type * as GObject20 from "@girs/gobject-2.0";
|
|
107
|
-
import type * as GSSDP10 from "@girs/gssdp-1.0";
|
|
108
|
-
import type * as GSSDP12 from "@girs/gssdp-1.2";
|
|
109
|
-
import type * as GSSDP16 from "@girs/gssdp-1.6";
|
|
110
|
-
import type * as GSignond10 from "@girs/gsignond-1.0";
|
|
111
|
-
import type * as GSound10 from "@girs/gsound-1.0";
|
|
112
|
-
import type * as GSystem10 from "@girs/gsystem-1.0";
|
|
113
|
-
import type * as GTop20 from "@girs/gtop-2.0";
|
|
114
|
-
import type * as GUPnP10 from "@girs/gupnp-1.0";
|
|
115
|
-
import type * as GUPnP12 from "@girs/gupnp-1.2";
|
|
116
|
-
import type * as GUPnP16 from "@girs/gupnp-1.6";
|
|
117
|
-
import type * as GUPnPAV10 from "@girs/gupnpav-1.0";
|
|
118
|
-
import type * as GUPnPDLNA10 from "@girs/gupnpdlna-1.0";
|
|
119
|
-
import type * as GUPnPDLNA20 from "@girs/gupnpdlna-2.0";
|
|
120
|
-
import type * as GUPnPDLNAGst20 from "@girs/gupnpdlnagst-2.0";
|
|
121
|
-
import type * as GUPnPIgd10 from "@girs/gupnpigd-1.0";
|
|
122
|
-
import type * as GUdev10 from "@girs/gudev-1.0";
|
|
123
|
-
import type * as GUsb10 from "@girs/gusb-1.0";
|
|
124
|
-
import type * as GVnc10 from "@girs/gvnc-1.0";
|
|
125
|
-
import type * as GVncPulse10 from "@girs/gvncpulse-1.0";
|
|
126
|
-
import type * as GWeather30 from "@girs/gweather-3.0";
|
|
127
|
-
import type * as GWeather40 from "@girs/gweather-4.0";
|
|
128
|
-
import type * as GXPS01 from "@girs/gxps-0.1";
|
|
129
|
-
import type * as GXml014 from "@girs/gxml-0.14";
|
|
130
|
-
import type * as GXml016 from "@girs/gxml-0.16";
|
|
131
|
-
import type * as GXml018 from "@girs/gxml-0.18";
|
|
132
|
-
import type * as GXml020 from "@girs/gxml-0.20";
|
|
133
|
-
import type * as Gandiva10 from "@girs/gandiva-1.0";
|
|
134
|
-
import type * as Gck1 from "@girs/gck-1";
|
|
135
|
-
import type * as Gck2 from "@girs/gck-2";
|
|
136
|
-
import type * as Gcr3 from "@girs/gcr-3";
|
|
137
|
-
import type * as Gcr4 from "@girs/gcr-4";
|
|
138
|
-
import type * as GcrGtk34 from "@girs/gcrgtk3-4";
|
|
139
|
-
import type * as GcrGtk44 from "@girs/gcrgtk4-4";
|
|
140
|
-
import type * as GcrUi3 from "@girs/gcrui-3";
|
|
141
|
-
import type * as Gd10 from "@girs/gd-1.0";
|
|
142
|
-
import type * as Gda50 from "@girs/gda-5.0";
|
|
143
|
-
import type * as Gda60 from "@girs/gda-6.0";
|
|
144
|
-
import type * as Gdaui50 from "@girs/gdaui-5.0";
|
|
145
|
-
import type * as Gdaui60 from "@girs/gdaui-6.0";
|
|
146
|
-
import type * as Gdk20 from "@girs/gdk-2.0";
|
|
147
|
-
import type * as Gdk30 from "@girs/gdk-3.0";
|
|
148
|
-
import type * as Gdk40 from "@girs/gdk-4.0";
|
|
149
|
-
import type * as GdkPixbuf20 from "@girs/gdkpixbuf-2.0";
|
|
150
|
-
import type * as GdkPixdata20 from "@girs/gdkpixdata-2.0";
|
|
151
|
-
import type * as GdkWayland40 from "@girs/gdkwayland-4.0";
|
|
152
|
-
import type * as GdkX1120 from "@girs/gdkx11-2.0";
|
|
153
|
-
import type * as GdkX1130 from "@girs/gdkx11-3.0";
|
|
154
|
-
import type * as GdkX1140 from "@girs/gdkx11-4.0";
|
|
155
|
-
import type * as Gdl3 from "@girs/gdl-3";
|
|
156
|
-
import type * as Gdm10 from "@girs/gdm-1.0";
|
|
157
|
-
import type * as Gedit30 from "@girs/gedit-3.0";
|
|
158
|
-
import type * as Gee08 from "@girs/gee-0.8";
|
|
159
|
-
import type * as Gee10 from "@girs/gee-1.0";
|
|
160
|
-
import type * as Gegl03 from "@girs/gegl-0.3";
|
|
161
|
-
import type * as Gegl04 from "@girs/gegl-0.4";
|
|
162
|
-
import type * as GeglGtk301 from "@girs/geglgtk3-0.1";
|
|
163
|
-
import type * as Geoclue20 from "@girs/geoclue-2.0";
|
|
164
|
-
import type * as GeocodeGlib10 from "@girs/geocodeglib-1.0";
|
|
165
|
-
import type * as GeocodeGlib20 from "@girs/geocodeglib-2.0";
|
|
166
|
-
import type * as Gepub05 from "@girs/gepub-0.5";
|
|
167
|
-
import type * as Ggit10 from "@girs/ggit-1.0";
|
|
168
|
-
import type * as Gio20 from "@girs/gio-2.0";
|
|
169
|
-
import type * as Gitg10 from "@girs/gitg-1.0";
|
|
170
|
-
import type * as GitgExt10 from "@girs/gitgext-1.0";
|
|
171
|
-
import type * as GjsDBus10 from "@girs/gjsdbus-1.0";
|
|
172
|
-
import type * as Gkbd30 from "@girs/gkbd-3.0";
|
|
173
|
-
import type * as Gladeui20 from "@girs/gladeui-2.0";
|
|
174
|
-
import type * as GnomeAutoar01 from "@girs/gnomeautoar-0.1";
|
|
175
|
-
import type * as GnomeAutoarGtk01 from "@girs/gnomeautoargtk-0.1";
|
|
176
|
-
import type * as GnomeBG40 from "@girs/gnomebg-4.0";
|
|
177
|
-
import type * as GnomeBluetooth10 from "@girs/gnomebluetooth-1.0";
|
|
178
|
-
import type * as GnomeDesktop30 from "@girs/gnomedesktop-3.0";
|
|
179
|
-
import type * as GnomeDesktop40 from "@girs/gnomedesktop-4.0";
|
|
180
|
-
import type * as GnomeKeyring10 from "@girs/gnomekeyring-1.0";
|
|
181
|
-
import type * as GnomeMaps10 from "@girs/gnomemaps-1.0";
|
|
182
|
-
import type * as GnomeRR40 from "@girs/gnomerr-4.0";
|
|
183
|
-
import type * as GoVirt10 from "@girs/govirt-1.0";
|
|
184
|
-
import type * as Goa10 from "@girs/goa-1.0";
|
|
185
|
-
import type * as GooCanvas20 from "@girs/goocanvas-2.0";
|
|
186
|
-
import type * as GooCanvas30 from "@girs/goocanvas-3.0";
|
|
187
|
-
import type * as Gpseq10 from "@girs/gpseq-1.0";
|
|
188
|
-
import type * as Granite10 from "@girs/granite-1.0";
|
|
189
|
-
import type * as Granite70 from "@girs/granite-7.0";
|
|
190
|
-
import type * as Graphene10 from "@girs/graphene-1.0";
|
|
191
|
-
import type * as Grl01 from "@girs/grl-0.1";
|
|
192
|
-
import type * as Grl02 from "@girs/grl-0.2";
|
|
193
|
-
import type * as Grl03 from "@girs/grl-0.3";
|
|
194
|
-
import type * as GrlNet01 from "@girs/grlnet-0.1";
|
|
195
|
-
import type * as GrlNet02 from "@girs/grlnet-0.2";
|
|
196
|
-
import type * as GrlNet03 from "@girs/grlnet-0.3";
|
|
197
|
-
import type * as GrlPls02 from "@girs/grlpls-0.2";
|
|
198
|
-
import type * as GrlPls03 from "@girs/grlpls-0.3";
|
|
199
|
-
import type * as Grss07 from "@girs/grss-0.7";
|
|
200
|
-
import type * as Gsf1 from "@girs/gsf-1";
|
|
201
|
-
import type * as Gsk40 from "@girs/gsk-4.0";
|
|
202
|
-
import type * as Gspell1 from "@girs/gspell-1";
|
|
203
|
-
import type * as Gst10 from "@girs/gst-1.0";
|
|
204
|
-
import type * as GstAllocators10 from "@girs/gstallocators-1.0";
|
|
205
|
-
import type * as GstApp10 from "@girs/gstapp-1.0";
|
|
206
|
-
import type * as GstAudio10 from "@girs/gstaudio-1.0";
|
|
207
|
-
import type * as GstBadAllocators10 from "@girs/gstbadallocators-1.0";
|
|
208
|
-
import type * as GstBadAudio10 from "@girs/gstbadaudio-1.0";
|
|
209
|
-
import type * as GstBase10 from "@girs/gstbase-1.0";
|
|
210
|
-
import type * as GstCheck10 from "@girs/gstcheck-1.0";
|
|
211
|
-
import type * as GstCodecs10 from "@girs/gstcodecs-1.0";
|
|
212
|
-
import type * as GstController10 from "@girs/gstcontroller-1.0";
|
|
213
|
-
import type * as GstFft10 from "@girs/gstfft-1.0";
|
|
214
|
-
import type * as GstGL10 from "@girs/gstgl-1.0";
|
|
215
|
-
import type * as GstGLEGL10 from "@girs/gstglegl-1.0";
|
|
216
|
-
import type * as GstGLWayland10 from "@girs/gstglwayland-1.0";
|
|
217
|
-
import type * as GstGLX1110 from "@girs/gstglx11-1.0";
|
|
218
|
-
import type * as GstInsertBin10 from "@girs/gstinsertbin-1.0";
|
|
219
|
-
import type * as GstMpegts10 from "@girs/gstmpegts-1.0";
|
|
220
|
-
import type * as GstNet10 from "@girs/gstnet-1.0";
|
|
221
|
-
import type * as GstPbutils10 from "@girs/gstpbutils-1.0";
|
|
222
|
-
import type * as GstPlay10 from "@girs/gstplay-1.0";
|
|
223
|
-
import type * as GstPlayer10 from "@girs/gstplayer-1.0";
|
|
224
|
-
import type * as GstRiff10 from "@girs/gstriff-1.0";
|
|
225
|
-
import type * as GstRtp10 from "@girs/gstrtp-1.0";
|
|
226
|
-
import type * as GstRtsp10 from "@girs/gstrtsp-1.0";
|
|
227
|
-
import type * as GstRtspServer10 from "@girs/gstrtspserver-1.0";
|
|
228
|
-
import type * as GstSdp10 from "@girs/gstsdp-1.0";
|
|
229
|
-
import type * as GstTag10 from "@girs/gsttag-1.0";
|
|
230
|
-
import type * as GstTranscoder10 from "@girs/gsttranscoder-1.0";
|
|
231
|
-
import type * as GstVideo10 from "@girs/gstvideo-1.0";
|
|
232
|
-
import type * as GstVulkan10 from "@girs/gstvulkan-1.0";
|
|
233
|
-
import type * as GstWebRTC10 from "@girs/gstwebrtc-1.0";
|
|
234
|
-
import type * as Gtef2 from "@girs/gtef-2";
|
|
235
|
-
import type * as Gtk20 from "@girs/gtk-2.0";
|
|
236
|
-
import type * as Gtk30 from "@girs/gtk-3.0";
|
|
237
|
-
import type * as Gtk40 from "@girs/gtk-4.0";
|
|
238
|
-
import type * as GtkChamplain012 from "@girs/gtkchamplain-0.12";
|
|
239
|
-
import type * as GtkClutter10 from "@girs/gtkclutter-1.0";
|
|
240
|
-
import type * as GtkSource30 from "@girs/gtksource-3.0";
|
|
241
|
-
import type * as GtkSource4 from "@girs/gtksource-4";
|
|
242
|
-
import type * as GtkSource5 from "@girs/gtksource-5";
|
|
243
|
-
import type * as GtkVnc20 from "@girs/gtkvnc-2.0";
|
|
244
|
-
import type * as Gucharmap290 from "@girs/gucharmap-2.90";
|
|
245
|
-
import type * as Guestfs10 from "@girs/guestfs-1.0";
|
|
246
|
-
import type * as Gxps10 from "@girs/gxps-1.0";
|
|
247
|
-
import type * as Handy00 from "@girs/handy-0.0";
|
|
248
|
-
import type * as Handy1 from "@girs/handy-1";
|
|
249
|
-
import type * as HarfBuzz00 from "@girs/harfbuzz-0.0";
|
|
250
|
-
import type * as IAnjuta30 from "@girs/ianjuta-3.0";
|
|
251
|
-
import type * as IBus10 from "@girs/ibus-1.0";
|
|
252
|
-
import type * as ICal30 from "@girs/ical-3.0";
|
|
253
|
-
import type * as ICalGLib30 from "@girs/icalglib-3.0";
|
|
254
|
-
import type * as Ide10 from "@girs/ide-1.0";
|
|
255
|
-
import type * as JSCore30 from "@girs/jscore-3.0";
|
|
256
|
-
import type * as JavaScriptCore40 from "@girs/javascriptcore-4.0";
|
|
257
|
-
import type * as JavaScriptCore41 from "@girs/javascriptcore-4.1";
|
|
258
|
-
import type * as JavaScriptCore50 from "@girs/javascriptcore-5.0";
|
|
259
|
-
import type * as JavaScriptCore60 from "@girs/javascriptcore-6.0";
|
|
260
|
-
import type * as Json10 from "@girs/json-1.0";
|
|
261
|
-
import type * as Jsonrpc10 from "@girs/jsonrpc-1.0";
|
|
262
|
-
import type * as Libmsi10 from "@girs/libmsi-1.0";
|
|
263
|
-
import type * as Libosinfo10 from "@girs/libosinfo-1.0";
|
|
264
|
-
import type * as LibvirtGConfig10 from "@girs/libvirtgconfig-1.0";
|
|
265
|
-
import type * as LibvirtGLib10 from "@girs/libvirtglib-1.0";
|
|
266
|
-
import type * as LibvirtGObject10 from "@girs/libvirtgobject-1.0";
|
|
267
|
-
import type * as Manette02 from "@girs/manette-0.2";
|
|
268
|
-
import type * as Mash02 from "@girs/mash-0.2";
|
|
269
|
-
import type * as Mbim10 from "@girs/mbim-1.0";
|
|
270
|
-
import type * as MediaArt10 from "@girs/mediaart-1.0";
|
|
271
|
-
import type * as MediaArt20 from "@girs/mediaart-2.0";
|
|
272
|
-
import type * as ModemManager10 from "@girs/modemmanager-1.0";
|
|
273
|
-
import type * as Mx10 from "@girs/mx-1.0";
|
|
274
|
-
import type * as Mx20 from "@girs/mx-2.0";
|
|
275
|
-
import type * as MxGtk10 from "@girs/mxgtk-1.0";
|
|
276
|
-
import type * as NM10 from "@girs/nm-1.0";
|
|
277
|
-
import type * as NMA10 from "@girs/nma-1.0";
|
|
278
|
-
import type * as NMClient10 from "@girs/nmclient-1.0";
|
|
279
|
-
import type * as NMGtk10 from "@girs/nmgtk-1.0";
|
|
280
|
-
import type * as Nautilus30 from "@girs/nautilus-3.0";
|
|
281
|
-
import type * as NetworkManager10 from "@girs/networkmanager-1.0";
|
|
282
|
-
import type * as Nice01 from "@girs/nice-0.1";
|
|
283
|
-
import type * as Notify07 from "@girs/notify-0.7";
|
|
284
|
-
import type * as OSTree10 from "@girs/ostree-1.0";
|
|
285
|
-
import type * as P11Kit10 from "@girs/p11kit-1.0";
|
|
286
|
-
import type * as PackageKitGlib10 from "@girs/packagekitglib-1.0";
|
|
287
|
-
import type * as PackageKitPlugin10 from "@girs/packagekitplugin-1.0";
|
|
288
|
-
import type * as PanelApplet40 from "@girs/panelapplet-4.0";
|
|
289
|
-
import type * as Pango10 from "@girs/pango-1.0";
|
|
290
|
-
import type * as PangoCairo10 from "@girs/pangocairo-1.0";
|
|
291
|
-
import type * as PangoFT210 from "@girs/pangoft2-1.0";
|
|
292
|
-
import type * as PangoFc10 from "@girs/pangofc-1.0";
|
|
293
|
-
import type * as PangoOT10 from "@girs/pangoot-1.0";
|
|
294
|
-
import type * as PangoXft10 from "@girs/pangoxft-1.0";
|
|
295
|
-
import type * as Parquet10 from "@girs/parquet-1.0";
|
|
296
|
-
import type * as Peas10 from "@girs/peas-1.0";
|
|
297
|
-
import type * as Peas2 from "@girs/peas-2";
|
|
298
|
-
import type * as PeasGtk10 from "@girs/peasgtk-1.0";
|
|
299
|
-
import type * as Plasma10 from "@girs/plasma-1.0";
|
|
300
|
-
import type * as Pnl10 from "@girs/pnl-1.0";
|
|
301
|
-
import type * as Polkit10 from "@girs/polkit-1.0";
|
|
302
|
-
import type * as PolkitAgent10 from "@girs/polkitagent-1.0";
|
|
303
|
-
import type * as Poppler018 from "@girs/poppler-0.18";
|
|
304
|
-
import type * as Qmi10 from "@girs/qmi-1.0";
|
|
305
|
-
import type * as Qrtr10 from "@girs/qrtr-1.0";
|
|
306
|
-
import type * as Rest07 from "@girs/rest-0.7";
|
|
307
|
-
import type * as Rest10 from "@girs/rest-1.0";
|
|
308
|
-
import type * as RestExtras07 from "@girs/restextras-0.7";
|
|
309
|
-
import type * as RestExtras10 from "@girs/restextras-1.0";
|
|
310
|
-
import type * as Retro014 from "@girs/retro-0.14";
|
|
311
|
-
import type * as Retro1 from "@girs/retro-1";
|
|
312
|
-
import type * as Retro2 from "@girs/retro-2";
|
|
313
|
-
import type * as Rsvg20 from "@girs/rsvg-2.0";
|
|
314
|
-
import type * as RygelCore26 from "@girs/rygelcore-2.6";
|
|
315
|
-
import type * as RygelCore28 from "@girs/rygelcore-2.8";
|
|
316
|
-
import type * as RygelRenderer26 from "@girs/rygelrenderer-2.6";
|
|
317
|
-
import type * as RygelRenderer28 from "@girs/rygelrenderer-2.8";
|
|
318
|
-
import type * as RygelRendererGst26 from "@girs/rygelrenderergst-2.6";
|
|
319
|
-
import type * as RygelRendererGst28 from "@girs/rygelrenderergst-2.8";
|
|
320
|
-
import type * as RygelServer26 from "@girs/rygelserver-2.6";
|
|
321
|
-
import type * as RygelServer28 from "@girs/rygelserver-2.8";
|
|
322
|
-
import type * as Secret1 from "@girs/secret-1";
|
|
323
|
-
import type * as SecretUnstable0 from "@girs/secretunstable-0";
|
|
324
|
-
import type * as Shumate10 from "@girs/shumate-1.0";
|
|
325
|
-
import type * as Signon20 from "@girs/signon-2.0";
|
|
326
|
-
import type * as Snapd1 from "@girs/snapd-1";
|
|
327
|
-
import type * as Soup24 from "@girs/soup-2.4";
|
|
328
|
-
import type * as Soup30 from "@girs/soup-3.0";
|
|
329
|
-
import type * as SoupGNOME24 from "@girs/soupgnome-2.4";
|
|
330
|
-
import type * as SpiceClientGLib20 from "@girs/spiceclientglib-2.0";
|
|
331
|
-
import type * as SpiceClientGtk30 from "@girs/spiceclientgtk-3.0";
|
|
332
|
-
import type * as Sushi10 from "@girs/sushi-1.0";
|
|
333
|
-
import type * as TelepathyFarstream06 from "@girs/telepathyfarstream-0.6";
|
|
334
|
-
import type * as TelepathyGLib012 from "@girs/telepathyglib-0.12";
|
|
335
|
-
import type * as TelepathyLogger02 from "@girs/telepathylogger-0.2";
|
|
336
|
-
import type * as Template10 from "@girs/template-1.0";
|
|
337
|
-
import type * as Tepl4 from "@girs/tepl-4";
|
|
338
|
-
import type * as Tepl5 from "@girs/tepl-5";
|
|
339
|
-
import type * as Tepl6 from "@girs/tepl-6";
|
|
340
|
-
import type * as TimezoneMap10 from "@girs/timezonemap-1.0";
|
|
341
|
-
import type * as Totem10 from "@girs/totem-1.0";
|
|
342
|
-
import type * as TotemPlParser10 from "@girs/totemplparser-1.0";
|
|
343
|
-
import type * as Tracker10 from "@girs/tracker-1.0";
|
|
344
|
-
import type * as Tracker20 from "@girs/tracker-2.0";
|
|
345
|
-
import type * as Tracker30 from "@girs/tracker-3.0";
|
|
346
|
-
import type * as TrackerControl10 from "@girs/trackercontrol-1.0";
|
|
347
|
-
import type * as TrackerControl20 from "@girs/trackercontrol-2.0";
|
|
348
|
-
import type * as TrackerMiner10 from "@girs/trackerminer-1.0";
|
|
349
|
-
import type * as TrackerMiner20 from "@girs/trackerminer-2.0";
|
|
350
|
-
import type * as UDisks20 from "@girs/udisks-2.0";
|
|
351
|
-
import type * as UPowerGlib10 from "@girs/upowerglib-1.0";
|
|
352
|
-
import type * as Uhm00 from "@girs/uhm-0.0";
|
|
353
|
-
import type * as Unique30 from "@girs/unique-3.0";
|
|
354
|
-
import type * as Unity60 from "@girs/unity-6.0";
|
|
355
|
-
import type * as Unity70 from "@girs/unity-7.0";
|
|
356
|
-
import type * as UnityExtras70 from "@girs/unityextras-7.0";
|
|
357
|
-
import type * as Vda1 from "@girs/vda-1";
|
|
358
|
-
import type * as Vgda1 from "@girs/vgda-1";
|
|
359
|
-
import type * as Vgpg1 from "@girs/vgpg-1";
|
|
360
|
-
import type * as Vgsl1 from "@girs/vgsl-1";
|
|
361
|
-
import type * as Vips80 from "@girs/vips-8.0";
|
|
362
|
-
import type * as Vpg1 from "@girs/vpg-1";
|
|
363
|
-
import type * as Vsqlite1 from "@girs/vsqlite-1";
|
|
364
|
-
import type * as Vte291 from "@girs/vte-2.91";
|
|
365
|
-
import type * as Vte4291 from "@girs/vte-4-2.91";
|
|
366
|
-
import type * as Vulkan10 from "@girs/vulkan-1.0";
|
|
367
|
-
import type * as WebKit60 from "@girs/webkit-6.0";
|
|
368
|
-
import type * as WebKit240 from "@girs/webkit2-4.0";
|
|
369
|
-
import type * as WebKit241 from "@girs/webkit2-4.1";
|
|
370
|
-
import type * as WebKit250 from "@girs/webkit2-5.0";
|
|
371
|
-
import type * as WebKit2WebExtension40 from "@girs/webkit2webextension-4.0";
|
|
372
|
-
import type * as WebKit2WebExtension41 from "@girs/webkit2webextension-4.1";
|
|
373
|
-
import type * as WebKit2WebExtension50 from "@girs/webkit2webextension-5.0";
|
|
374
|
-
import type * as WebKitWebExtension60 from "@girs/webkitwebextension-6.0";
|
|
375
|
-
import type * as WebKitWebProcessExtension60 from "@girs/webkitwebprocessextension-6.0";
|
|
376
|
-
import type * as Wnck30 from "@girs/wnck-3.0";
|
|
377
|
-
import type * as Xdp10 from "@girs/xdp-1.0";
|
|
378
|
-
import type * as XdpGtk310 from "@girs/xdpgtk3-1.0";
|
|
379
|
-
import type * as XdpGtk410 from "@girs/xdpgtk4-1.0";
|
|
380
|
-
import type * as Xkl10 from "@girs/xkl-1.0";
|
|
381
|
-
import type * as Zeitgeist20 from "@girs/zeitgeist-2.0";
|
|
382
|
-
import type * as Zpj00 from "@girs/zpj-0.0";
|
|
383
|
-
import type * as Cairo10 from "@girs/cairo-1.0";
|
|
384
|
-
import type * as Fontconfig20 from "@girs/fontconfig-2.0";
|
|
385
|
-
import type * as Freetype220 from "@girs/freetype2-2.0";
|
|
386
|
-
import type * as GSignon10 from "@girs/gsignon-1.0";
|
|
387
|
-
import type * as Libxml220 from "@girs/libxml2-2.0";
|
|
388
|
-
import type * as Win3210 from "@girs/win32-1.0";
|
|
389
|
-
import type * as Xfixes40 from "@girs/xfixes-4.0";
|
|
390
|
-
import type * as Xft20 from "@girs/xft-2.0";
|
|
391
|
-
import type * as Xlib20 from "@girs/xlib-2.0";
|
|
392
|
-
import type * as Xrandr13 from "@girs/xrandr-1.3";
|
|
393
|
-
import type * as ArrowCUDA10 from "@girs/arrowcuda-1.0";
|
|
394
|
-
import type * as Gst010 from "@girs/gst-0.10";
|
|
395
|
-
import type * as GstAudio010 from "@girs/gstaudio-0.10";
|
|
396
|
-
import type * as GstBase010 from "@girs/gstbase-0.10";
|
|
397
|
-
import type * as GstInterfaces010 from "@girs/gstinterfaces-0.10";
|
|
398
|
-
import type * as GstPbutils010 from "@girs/gstpbutils-0.10";
|
|
399
|
-
import type * as GstTag010 from "@girs/gsttag-0.10";
|
|
400
|
-
import type * as GstVideo010 from "@girs/gstvideo-0.10";
|
|
401
|
-
import type * as SocialWebClient025 from "@girs/socialwebclient-0.25";
|
|
402
|
-
import type * as AppIndicator301 from "@girs/appindicator3-0.1";
|
|
403
|
-
import type * as CloudProviders03 from "@girs/cloudproviders-0.3";
|
|
404
|
-
import type * as Gvc10 from "@girs/gvc-1.0";
|
|
405
|
-
import type * as Shell12 from "@girs/shell-12";
|
|
406
|
-
import type * as St12 from "@girs/st-12";
|
|
407
|
-
import type * as Shew0 from "@girs/shew-0";
|
|
408
|
-
import type * as Cally12 from "@girs/cally-12";
|
|
409
|
-
import type * as Clutter12 from "@girs/clutter-12";
|
|
410
|
-
import type * as Cogl12 from "@girs/cogl-12";
|
|
411
|
-
import type * as CoglPango12 from "@girs/coglpango-12";
|
|
412
|
-
import type * as Meta12 from "@girs/meta-12";
|
|
413
|
-
import type * as MetaTest12 from "@girs/metatest-12";
|
|
414
|
-
|
|
415
15
|
// https://gitlab.gnome.org/GNOME/gjs/-/blob/1.72.0/modules/script/package.js
|
|
416
16
|
declare namespace package {
|
|
417
17
|
/**
|
|
@@ -587,6 +187,28 @@ declare namespace signals {
|
|
|
587
187
|
|
|
588
188
|
// See also https://github.com/microsoft/TypeScript/blob/main/lib/lib.dom.d.ts
|
|
589
189
|
declare global {
|
|
190
|
+
|
|
191
|
+
interface GjsGiImports {
|
|
192
|
+
// Will be extended by the import of more gir types
|
|
193
|
+
versions: {
|
|
194
|
+
[namespace: string]: string
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
interface GjsImports {
|
|
199
|
+
gi: GjsGiImports
|
|
200
|
+
lang: typeof lang
|
|
201
|
+
system: typeof system
|
|
202
|
+
signals: typeof signals
|
|
203
|
+
package: typeof package
|
|
204
|
+
mainloop: typeof mainloop
|
|
205
|
+
searchPath: string[]
|
|
206
|
+
gettext: typeof gettext
|
|
207
|
+
byteArray: typeof byteArray
|
|
208
|
+
format: typeof format
|
|
209
|
+
cairo: typeof cairo
|
|
210
|
+
}
|
|
211
|
+
|
|
590
212
|
function print(...args: any[]): void
|
|
591
213
|
function printerr(...args: any[]): void
|
|
592
214
|
function log(message: any): void
|
|
@@ -617,15 +239,15 @@ declare global {
|
|
|
617
239
|
clear(): void
|
|
618
240
|
|
|
619
241
|
/**
|
|
620
|
-
* Logs a message with severity equal to {@link
|
|
242
|
+
* Logs a message with severity equal to {@link GLib.LogLevelFlags.DEBUG}.
|
|
621
243
|
*
|
|
622
244
|
* @param {...any} data formatting substitutions, if applicable
|
|
623
245
|
*/
|
|
624
246
|
debug(...data: any[]): void
|
|
625
247
|
|
|
626
248
|
/**
|
|
627
|
-
* Logs a message with severity equal to {@link
|
|
628
|
-
* Does not use {@link
|
|
249
|
+
* Logs a message with severity equal to {@link GLib.LogLevelFlags.CRITICAL}.
|
|
250
|
+
* Does not use {@link GLib.LogLevelFlags.ERROR} to avoid asserting and
|
|
629
251
|
* forcibly shutting down the application.
|
|
630
252
|
*
|
|
631
253
|
* @param data formatting substitutions, if applicable
|
|
@@ -633,14 +255,14 @@ declare global {
|
|
|
633
255
|
error(...data: any[]): void
|
|
634
256
|
|
|
635
257
|
/**
|
|
636
|
-
* Logs a message with severity equal to {@link
|
|
258
|
+
* Logs a message with severity equal to {@link GLib.LogLevelFlags.INFO}.
|
|
637
259
|
*
|
|
638
260
|
* @param data formatting substitutions, if applicable
|
|
639
261
|
*/
|
|
640
262
|
info(...data: any[]): void
|
|
641
263
|
|
|
642
264
|
/**
|
|
643
|
-
* Logs a message with severity equal to {@link
|
|
265
|
+
* Logs a message with severity equal to {@link GLib.LogLevelFlags.MESSAGE}.
|
|
644
266
|
*
|
|
645
267
|
* @param data formatting substitutions, if applicable
|
|
646
268
|
*/
|
|
@@ -1081,15 +703,15 @@ declare global {
|
|
|
1081
703
|
|
|
1082
704
|
|
|
1083
705
|
interface BooleanConstructor {
|
|
1084
|
-
$gtype:
|
|
706
|
+
$gtype: GObject.GType<boolean>
|
|
1085
707
|
}
|
|
1086
708
|
|
|
1087
709
|
interface NumberConstructor {
|
|
1088
|
-
$gtype:
|
|
710
|
+
$gtype: GObject.GType<number>
|
|
1089
711
|
}
|
|
1090
712
|
|
|
1091
713
|
interface StringConstructor {
|
|
1092
|
-
$gtype:
|
|
714
|
+
$gtype: GObject.GType<string>
|
|
1093
715
|
}
|
|
1094
716
|
|
|
1095
717
|
const ARGV: string[]
|
|
@@ -1103,7 +725,7 @@ declare global {
|
|
|
1103
725
|
* @param delay the duration in milliseconds to wait before running callback
|
|
1104
726
|
* @param args arguments to pass to callback
|
|
1105
727
|
*/
|
|
1106
|
-
function setTimeout(callback: (...args: any[]) => any, delay?: number, ...args: any[]):
|
|
728
|
+
function setTimeout(callback: (...args: any[]) => any, delay?: number, ...args: any[]): GLib.Source
|
|
1107
729
|
|
|
1108
730
|
/**
|
|
1109
731
|
* @version Gjs 1.71.1
|
|
@@ -1111,1007 +733,25 @@ declare global {
|
|
|
1111
733
|
* @param delay the duration in milliseconds to wait between calling callback
|
|
1112
734
|
* @param args arguments to pass to callback
|
|
1113
735
|
*/
|
|
1114
|
-
function setInterval(callback: (...args: any[]) => any, delay?: number, ...args: any[]):
|
|
736
|
+
function setInterval(callback: (...args: any[]) => any, delay?: number, ...args: any[]): GLib.Source
|
|
1115
737
|
|
|
1116
738
|
/**
|
|
1117
739
|
* @version Gjs 1.71.1
|
|
1118
740
|
* @param timeout the timeout to clear
|
|
1119
741
|
*/
|
|
1120
|
-
function clearTimeout(timeout:
|
|
742
|
+
function clearTimeout(timeout: GLib.Source): void
|
|
1121
743
|
|
|
1122
744
|
/**
|
|
1123
745
|
* @version Gjs 1.71.1
|
|
1124
746
|
* @param timeout the timeout to clear
|
|
1125
747
|
*/
|
|
1126
|
-
function clearInterval(timeout:
|
|
1127
|
-
|
|
1128
|
-
const imports: {
|
|
1129
|
-
// TODO: Use only latest version of each gir module?
|
|
1130
|
-
// TODO: Move this to ./types.d.ts
|
|
1131
|
-
gi: {
|
|
1132
|
-
Accounts: typeof Accounts10
|
|
1133
|
-
AccountsService: typeof AccountsService10
|
|
1134
|
-
Adw: typeof Adw1
|
|
1135
|
-
Amtk: typeof Amtk4
|
|
1136
|
-
|
|
|
1137
|
-
typeof Amtk5
|
|
1138
|
-
Anjuta: typeof Anjuta30
|
|
1139
|
-
Anthy: typeof Anthy9000
|
|
1140
|
-
AppStream: typeof AppStream10
|
|
1141
|
-
AppStreamBuilder: typeof AppStreamBuilder10
|
|
1142
|
-
AppStreamGlib: typeof AppStreamGlib10
|
|
1143
|
-
Arrow: typeof Arrow10
|
|
1144
|
-
ArrowDataset: typeof ArrowDataset10
|
|
1145
|
-
ArrowFlight: typeof ArrowFlight10
|
|
1146
|
-
Atk: typeof Atk10
|
|
1147
|
-
Atspi: typeof Atspi20
|
|
1148
|
-
Babl: typeof Babl01
|
|
1149
|
-
Bamf: typeof Bamf3
|
|
1150
|
-
Builder: typeof Builder10
|
|
1151
|
-
Bump: typeof Bump01
|
|
1152
|
-
Cally: typeof Cally10
|
|
1153
|
-
|
|
|
1154
|
-
typeof Cally12
|
|
1155
|
-
Camel: typeof Camel12
|
|
1156
|
-
Caribou: typeof Caribou10
|
|
1157
|
-
Champlain: typeof Champlain012
|
|
1158
|
-
Cheese: typeof Cheese30
|
|
1159
|
-
Clutter: typeof Clutter10
|
|
1160
|
-
|
|
|
1161
|
-
typeof Clutter12
|
|
1162
|
-
ClutterGdk: typeof ClutterGdk10
|
|
1163
|
-
ClutterGst: typeof ClutterGst10
|
|
1164
|
-
|
|
|
1165
|
-
typeof ClutterGst20
|
|
1166
|
-
|
|
|
1167
|
-
typeof ClutterGst30
|
|
1168
|
-
ClutterX11: typeof ClutterX1110
|
|
1169
|
-
Cogl: typeof Cogl10
|
|
1170
|
-
|
|
|
1171
|
-
typeof Cogl20
|
|
1172
|
-
|
|
|
1173
|
-
typeof Cogl12
|
|
1174
|
-
CoglGst: typeof CoglGst20
|
|
1175
|
-
CoglPango: typeof CoglPango10
|
|
1176
|
-
|
|
|
1177
|
-
typeof CoglPango20
|
|
1178
|
-
|
|
|
1179
|
-
typeof CoglPango12
|
|
1180
|
-
ColorHug: typeof ColorHug10
|
|
1181
|
-
Colord: typeof Colord10
|
|
1182
|
-
ColordGtk: typeof ColordGtk10
|
|
1183
|
-
DBus: typeof DBus10
|
|
1184
|
-
DBusGLib: typeof DBusGLib10
|
|
1185
|
-
DMAP: typeof DMAP30
|
|
1186
|
-
Dazzle: typeof Dazzle10
|
|
1187
|
-
Dbusmenu: typeof Dbusmenu04
|
|
1188
|
-
DbusmenuGtk: typeof DbusmenuGtk04
|
|
1189
|
-
DbusmenuGtk3: typeof DbusmenuGtk304
|
|
1190
|
-
Dee: typeof Dee10
|
|
1191
|
-
Devhelp: typeof Devhelp30
|
|
1192
|
-
EBackend: typeof EBackend12
|
|
1193
|
-
EBook: typeof EBook12
|
|
1194
|
-
EBookContacts: typeof EBookContacts12
|
|
1195
|
-
ECal: typeof ECal20
|
|
1196
|
-
ECalendar: typeof ECalendar12
|
|
1197
|
-
EDataBook: typeof EDataBook12
|
|
1198
|
-
EDataCal: typeof EDataCal20
|
|
1199
|
-
EDataServer: typeof EDataServer12
|
|
1200
|
-
EDataServerUI: typeof EDataServerUI12
|
|
1201
|
-
EDataServerUI4: typeof EDataServerUI410
|
|
1202
|
-
Egg: typeof Egg10
|
|
1203
|
-
Eog: typeof Eog30
|
|
1204
|
-
Epc: typeof Epc10
|
|
1205
|
-
EpcUi: typeof EpcUi10
|
|
1206
|
-
EvinceDocument: typeof EvinceDocument30
|
|
1207
|
-
EvinceView: typeof EvinceView30
|
|
1208
|
-
Farstream: typeof Farstream01
|
|
1209
|
-
|
|
|
1210
|
-
typeof Farstream02
|
|
1211
|
-
Flatpak: typeof Flatpak10
|
|
1212
|
-
Folks: typeof Folks06
|
|
1213
|
-
|
|
|
1214
|
-
typeof Folks07
|
|
1215
|
-
FolksDummy: typeof FolksDummy06
|
|
1216
|
-
|
|
|
1217
|
-
typeof FolksDummy07
|
|
1218
|
-
FolksEds: typeof FolksEds06
|
|
1219
|
-
|
|
|
1220
|
-
typeof FolksEds07
|
|
1221
|
-
FolksLibsocialweb: typeof FolksLibsocialweb06
|
|
1222
|
-
FolksTelepathy: typeof FolksTelepathy06
|
|
1223
|
-
|
|
|
1224
|
-
typeof FolksTelepathy07
|
|
1225
|
-
Fwupd: typeof Fwupd20
|
|
1226
|
-
GCab: typeof GCab10
|
|
1227
|
-
GCalc: typeof GCalc1
|
|
1228
|
-
|
|
|
1229
|
-
typeof GCalc2
|
|
1230
|
-
GConf: typeof GConf20
|
|
1231
|
-
GData: typeof GData00
|
|
1232
|
-
GDesktopEnums: typeof GDesktopEnums30
|
|
1233
|
-
GES: typeof GES10
|
|
1234
|
-
GExiv2: typeof GExiv2010
|
|
1235
|
-
GFBGraph: typeof GFBGraph02
|
|
1236
|
-
|
|
|
1237
|
-
typeof GFBGraph03
|
|
1238
|
-
GIRepository: typeof GIRepository20
|
|
1239
|
-
GL: typeof GL10
|
|
1240
|
-
GLib: typeof GLib20
|
|
1241
|
-
GMenu: typeof GMenu30
|
|
1242
|
-
GMime: typeof GMime30
|
|
1243
|
-
GModule: typeof GModule20
|
|
1244
|
-
GObject: typeof GObject20
|
|
1245
|
-
GSSDP: typeof GSSDP10
|
|
1246
|
-
|
|
|
1247
|
-
typeof GSSDP12
|
|
1248
|
-
|
|
|
1249
|
-
typeof GSSDP16
|
|
1250
|
-
GSignond: typeof GSignond10
|
|
1251
|
-
GSound: typeof GSound10
|
|
1252
|
-
GSystem: typeof GSystem10
|
|
1253
|
-
GTop: typeof GTop20
|
|
1254
|
-
GUPnP: typeof GUPnP10
|
|
1255
|
-
|
|
|
1256
|
-
typeof GUPnP12
|
|
1257
|
-
|
|
|
1258
|
-
typeof GUPnP16
|
|
1259
|
-
GUPnPAV: typeof GUPnPAV10
|
|
1260
|
-
GUPnPDLNA: typeof GUPnPDLNA10
|
|
1261
|
-
|
|
|
1262
|
-
typeof GUPnPDLNA20
|
|
1263
|
-
GUPnPDLNAGst: typeof GUPnPDLNAGst20
|
|
1264
|
-
GUPnPIgd: typeof GUPnPIgd10
|
|
1265
|
-
GUdev: typeof GUdev10
|
|
1266
|
-
GUsb: typeof GUsb10
|
|
1267
|
-
GVnc: typeof GVnc10
|
|
1268
|
-
GVncPulse: typeof GVncPulse10
|
|
1269
|
-
GWeather: typeof GWeather30
|
|
1270
|
-
|
|
|
1271
|
-
typeof GWeather40
|
|
1272
|
-
GXPS: typeof GXPS01
|
|
1273
|
-
|
|
|
1274
|
-
typeof Gxps10
|
|
1275
|
-
GXml: typeof GXml014
|
|
1276
|
-
|
|
|
1277
|
-
typeof GXml016
|
|
1278
|
-
|
|
|
1279
|
-
typeof GXml018
|
|
1280
|
-
|
|
|
1281
|
-
typeof GXml020
|
|
1282
|
-
Gandiva: typeof Gandiva10
|
|
1283
|
-
Gck: typeof Gck1
|
|
1284
|
-
|
|
|
1285
|
-
typeof Gck2
|
|
1286
|
-
Gcr: typeof Gcr3
|
|
1287
|
-
|
|
|
1288
|
-
typeof Gcr4
|
|
1289
|
-
GcrGtk3: typeof GcrGtk34
|
|
1290
|
-
GcrGtk4: typeof GcrGtk44
|
|
1291
|
-
GcrUi: typeof GcrUi3
|
|
1292
|
-
Gd: typeof Gd10
|
|
1293
|
-
Gda: typeof Gda50
|
|
1294
|
-
|
|
|
1295
|
-
typeof Gda60
|
|
1296
|
-
Gdaui: typeof Gdaui50
|
|
1297
|
-
|
|
|
1298
|
-
typeof Gdaui60
|
|
1299
|
-
Gdk: typeof Gdk20
|
|
1300
|
-
|
|
|
1301
|
-
typeof Gdk30
|
|
1302
|
-
|
|
|
1303
|
-
typeof Gdk40
|
|
1304
|
-
GdkPixbuf: typeof GdkPixbuf20
|
|
1305
|
-
GdkPixdata: typeof GdkPixdata20
|
|
1306
|
-
GdkWayland: typeof GdkWayland40
|
|
1307
|
-
GdkX11: typeof GdkX1120
|
|
1308
|
-
|
|
|
1309
|
-
typeof GdkX1130
|
|
1310
|
-
|
|
|
1311
|
-
typeof GdkX1140
|
|
1312
|
-
Gdl: typeof Gdl3
|
|
1313
|
-
Gdm: typeof Gdm10
|
|
1314
|
-
Gedit: typeof Gedit30
|
|
1315
|
-
Gee: typeof Gee08
|
|
1316
|
-
|
|
|
1317
|
-
typeof Gee10
|
|
1318
|
-
Gegl: typeof Gegl03
|
|
1319
|
-
|
|
|
1320
|
-
typeof Gegl04
|
|
1321
|
-
GeglGtk3: typeof GeglGtk301
|
|
1322
|
-
Geoclue: typeof Geoclue20
|
|
1323
|
-
GeocodeGlib: typeof GeocodeGlib10
|
|
1324
|
-
|
|
|
1325
|
-
typeof GeocodeGlib20
|
|
1326
|
-
Gepub: typeof Gepub05
|
|
1327
|
-
Ggit: typeof Ggit10
|
|
1328
|
-
Gio: typeof Gio20
|
|
1329
|
-
Gitg: typeof Gitg10
|
|
1330
|
-
GitgExt: typeof GitgExt10
|
|
1331
|
-
GjsDBus: typeof GjsDBus10
|
|
1332
|
-
Gkbd: typeof Gkbd30
|
|
1333
|
-
Gladeui: typeof Gladeui20
|
|
1334
|
-
GnomeAutoar: typeof GnomeAutoar01
|
|
1335
|
-
GnomeAutoarGtk: typeof GnomeAutoarGtk01
|
|
1336
|
-
GnomeBG: typeof GnomeBG40
|
|
1337
|
-
GnomeBluetooth: typeof GnomeBluetooth10
|
|
1338
|
-
GnomeDesktop: typeof GnomeDesktop30
|
|
1339
|
-
|
|
|
1340
|
-
typeof GnomeDesktop40
|
|
1341
|
-
GnomeKeyring: typeof GnomeKeyring10
|
|
1342
|
-
GnomeMaps: typeof GnomeMaps10
|
|
1343
|
-
GnomeRR: typeof GnomeRR40
|
|
1344
|
-
GoVirt: typeof GoVirt10
|
|
1345
|
-
Goa: typeof Goa10
|
|
1346
|
-
GooCanvas: typeof GooCanvas20
|
|
1347
|
-
|
|
|
1348
|
-
typeof GooCanvas30
|
|
1349
|
-
Gpseq: typeof Gpseq10
|
|
1350
|
-
Granite: typeof Granite10
|
|
1351
|
-
|
|
|
1352
|
-
typeof Granite70
|
|
1353
|
-
Graphene: typeof Graphene10
|
|
1354
|
-
Grl: typeof Grl01
|
|
1355
|
-
|
|
|
1356
|
-
typeof Grl02
|
|
1357
|
-
|
|
|
1358
|
-
typeof Grl03
|
|
1359
|
-
GrlNet: typeof GrlNet01
|
|
1360
|
-
|
|
|
1361
|
-
typeof GrlNet02
|
|
1362
|
-
|
|
|
1363
|
-
typeof GrlNet03
|
|
1364
|
-
GrlPls: typeof GrlPls02
|
|
1365
|
-
|
|
|
1366
|
-
typeof GrlPls03
|
|
1367
|
-
Grss: typeof Grss07
|
|
1368
|
-
Gsf: typeof Gsf1
|
|
1369
|
-
Gsk: typeof Gsk40
|
|
1370
|
-
Gspell: typeof Gspell1
|
|
1371
|
-
Gst: typeof Gst10
|
|
1372
|
-
|
|
|
1373
|
-
typeof Gst010
|
|
1374
|
-
GstAllocators: typeof GstAllocators10
|
|
1375
|
-
GstApp: typeof GstApp10
|
|
1376
|
-
GstAudio: typeof GstAudio10
|
|
1377
|
-
|
|
|
1378
|
-
typeof GstAudio010
|
|
1379
|
-
GstBadAllocators: typeof GstBadAllocators10
|
|
1380
|
-
GstBadAudio: typeof GstBadAudio10
|
|
1381
|
-
GstBase: typeof GstBase10
|
|
1382
|
-
|
|
|
1383
|
-
typeof GstBase010
|
|
1384
|
-
GstCheck: typeof GstCheck10
|
|
1385
|
-
GstCodecs: typeof GstCodecs10
|
|
1386
|
-
GstController: typeof GstController10
|
|
1387
|
-
GstFft: typeof GstFft10
|
|
1388
|
-
GstGL: typeof GstGL10
|
|
1389
|
-
GstGLEGL: typeof GstGLEGL10
|
|
1390
|
-
GstGLWayland: typeof GstGLWayland10
|
|
1391
|
-
GstGLX11: typeof GstGLX1110
|
|
1392
|
-
GstInsertBin: typeof GstInsertBin10
|
|
1393
|
-
GstMpegts: typeof GstMpegts10
|
|
1394
|
-
GstNet: typeof GstNet10
|
|
1395
|
-
GstPbutils: typeof GstPbutils10
|
|
1396
|
-
|
|
|
1397
|
-
typeof GstPbutils010
|
|
1398
|
-
GstPlay: typeof GstPlay10
|
|
1399
|
-
GstPlayer: typeof GstPlayer10
|
|
1400
|
-
GstRiff: typeof GstRiff10
|
|
1401
|
-
GstRtp: typeof GstRtp10
|
|
1402
|
-
GstRtsp: typeof GstRtsp10
|
|
1403
|
-
GstRtspServer: typeof GstRtspServer10
|
|
1404
|
-
GstSdp: typeof GstSdp10
|
|
1405
|
-
GstTag: typeof GstTag10
|
|
1406
|
-
|
|
|
1407
|
-
typeof GstTag010
|
|
1408
|
-
GstTranscoder: typeof GstTranscoder10
|
|
1409
|
-
GstVideo: typeof GstVideo10
|
|
1410
|
-
|
|
|
1411
|
-
typeof GstVideo010
|
|
1412
|
-
GstVulkan: typeof GstVulkan10
|
|
1413
|
-
GstWebRTC: typeof GstWebRTC10
|
|
1414
|
-
Gtef: typeof Gtef2
|
|
1415
|
-
Gtk: typeof Gtk20
|
|
1416
|
-
|
|
|
1417
|
-
typeof Gtk30
|
|
1418
|
-
|
|
|
1419
|
-
typeof Gtk40
|
|
1420
|
-
GtkChamplain: typeof GtkChamplain012
|
|
1421
|
-
GtkClutter: typeof GtkClutter10
|
|
1422
|
-
GtkSource: typeof GtkSource30
|
|
1423
|
-
|
|
|
1424
|
-
typeof GtkSource4
|
|
1425
|
-
|
|
|
1426
|
-
typeof GtkSource5
|
|
1427
|
-
GtkVnc: typeof GtkVnc20
|
|
1428
|
-
Gucharmap: typeof Gucharmap290
|
|
1429
|
-
Guestfs: typeof Guestfs10
|
|
1430
|
-
Handy: typeof Handy00
|
|
1431
|
-
|
|
|
1432
|
-
typeof Handy1
|
|
1433
|
-
HarfBuzz: typeof HarfBuzz00
|
|
1434
|
-
IAnjuta: typeof IAnjuta30
|
|
1435
|
-
IBus: typeof IBus10
|
|
1436
|
-
ICal: typeof ICal30
|
|
1437
|
-
ICalGLib: typeof ICalGLib30
|
|
1438
|
-
Ide: typeof Ide10
|
|
1439
|
-
JSCore: typeof JSCore30
|
|
1440
|
-
JavaScriptCore: typeof JavaScriptCore40
|
|
1441
|
-
|
|
|
1442
|
-
typeof JavaScriptCore41
|
|
1443
|
-
|
|
|
1444
|
-
typeof JavaScriptCore50
|
|
1445
|
-
|
|
|
1446
|
-
typeof JavaScriptCore60
|
|
1447
|
-
Json: typeof Json10
|
|
1448
|
-
Jsonrpc: typeof Jsonrpc10
|
|
1449
|
-
Libmsi: typeof Libmsi10
|
|
1450
|
-
Libosinfo: typeof Libosinfo10
|
|
1451
|
-
LibvirtGConfig: typeof LibvirtGConfig10
|
|
1452
|
-
LibvirtGLib: typeof LibvirtGLib10
|
|
1453
|
-
LibvirtGObject: typeof LibvirtGObject10
|
|
1454
|
-
Manette: typeof Manette02
|
|
1455
|
-
Mash: typeof Mash02
|
|
1456
|
-
Mbim: typeof Mbim10
|
|
1457
|
-
MediaArt: typeof MediaArt10
|
|
1458
|
-
|
|
|
1459
|
-
typeof MediaArt20
|
|
1460
|
-
ModemManager: typeof ModemManager10
|
|
1461
|
-
Mx: typeof Mx10
|
|
1462
|
-
|
|
|
1463
|
-
typeof Mx20
|
|
1464
|
-
MxGtk: typeof MxGtk10
|
|
1465
|
-
NM: typeof NM10
|
|
1466
|
-
NMA: typeof NMA10
|
|
1467
|
-
NMClient: typeof NMClient10
|
|
1468
|
-
NMGtk: typeof NMGtk10
|
|
1469
|
-
Nautilus: typeof Nautilus30
|
|
1470
|
-
NetworkManager: typeof NetworkManager10
|
|
1471
|
-
Nice: typeof Nice01
|
|
1472
|
-
Notify: typeof Notify07
|
|
1473
|
-
OSTree: typeof OSTree10
|
|
1474
|
-
P11Kit: typeof P11Kit10
|
|
1475
|
-
PackageKitGlib: typeof PackageKitGlib10
|
|
1476
|
-
PackageKitPlugin: typeof PackageKitPlugin10
|
|
1477
|
-
PanelApplet: typeof PanelApplet40
|
|
1478
|
-
Pango: typeof Pango10
|
|
1479
|
-
PangoCairo: typeof PangoCairo10
|
|
1480
|
-
PangoFT2: typeof PangoFT210
|
|
1481
|
-
PangoFc: typeof PangoFc10
|
|
1482
|
-
PangoOT: typeof PangoOT10
|
|
1483
|
-
PangoXft: typeof PangoXft10
|
|
1484
|
-
Parquet: typeof Parquet10
|
|
1485
|
-
Peas: typeof Peas10
|
|
1486
|
-
|
|
|
1487
|
-
typeof Peas2
|
|
1488
|
-
PeasGtk: typeof PeasGtk10
|
|
1489
|
-
Plasma: typeof Plasma10
|
|
1490
|
-
Pnl: typeof Pnl10
|
|
1491
|
-
Polkit: typeof Polkit10
|
|
1492
|
-
PolkitAgent: typeof PolkitAgent10
|
|
1493
|
-
Poppler: typeof Poppler018
|
|
1494
|
-
Qmi: typeof Qmi10
|
|
1495
|
-
Qrtr: typeof Qrtr10
|
|
1496
|
-
Rest: typeof Rest07
|
|
1497
|
-
|
|
|
1498
|
-
typeof Rest10
|
|
1499
|
-
RestExtras: typeof RestExtras07
|
|
1500
|
-
|
|
|
1501
|
-
typeof RestExtras10
|
|
1502
|
-
Retro: typeof Retro014
|
|
1503
|
-
|
|
|
1504
|
-
typeof Retro1
|
|
1505
|
-
|
|
|
1506
|
-
typeof Retro2
|
|
1507
|
-
Rsvg: typeof Rsvg20
|
|
1508
|
-
RygelCore: typeof RygelCore26
|
|
1509
|
-
|
|
|
1510
|
-
typeof RygelCore28
|
|
1511
|
-
RygelRenderer: typeof RygelRenderer26
|
|
1512
|
-
|
|
|
1513
|
-
typeof RygelRenderer28
|
|
1514
|
-
RygelRendererGst: typeof RygelRendererGst26
|
|
1515
|
-
|
|
|
1516
|
-
typeof RygelRendererGst28
|
|
1517
|
-
RygelServer: typeof RygelServer26
|
|
1518
|
-
|
|
|
1519
|
-
typeof RygelServer28
|
|
1520
|
-
Secret: typeof Secret1
|
|
1521
|
-
SecretUnstable: typeof SecretUnstable0
|
|
1522
|
-
Shumate: typeof Shumate10
|
|
1523
|
-
Signon: typeof Signon20
|
|
1524
|
-
Snapd: typeof Snapd1
|
|
1525
|
-
Soup: typeof Soup24
|
|
1526
|
-
|
|
|
1527
|
-
typeof Soup30
|
|
1528
|
-
SoupGNOME: typeof SoupGNOME24
|
|
1529
|
-
SpiceClientGLib: typeof SpiceClientGLib20
|
|
1530
|
-
SpiceClientGtk: typeof SpiceClientGtk30
|
|
1531
|
-
Sushi: typeof Sushi10
|
|
1532
|
-
TelepathyFarstream: typeof TelepathyFarstream06
|
|
1533
|
-
TelepathyGLib: typeof TelepathyGLib012
|
|
1534
|
-
TelepathyLogger: typeof TelepathyLogger02
|
|
1535
|
-
Template: typeof Template10
|
|
1536
|
-
Tepl: typeof Tepl4
|
|
1537
|
-
|
|
|
1538
|
-
typeof Tepl5
|
|
1539
|
-
|
|
|
1540
|
-
typeof Tepl6
|
|
1541
|
-
TimezoneMap: typeof TimezoneMap10
|
|
1542
|
-
Totem: typeof Totem10
|
|
1543
|
-
TotemPlParser: typeof TotemPlParser10
|
|
1544
|
-
Tracker: typeof Tracker10
|
|
1545
|
-
|
|
|
1546
|
-
typeof Tracker20
|
|
1547
|
-
|
|
|
1548
|
-
typeof Tracker30
|
|
1549
|
-
TrackerControl: typeof TrackerControl10
|
|
1550
|
-
|
|
|
1551
|
-
typeof TrackerControl20
|
|
1552
|
-
TrackerMiner: typeof TrackerMiner10
|
|
1553
|
-
|
|
|
1554
|
-
typeof TrackerMiner20
|
|
1555
|
-
UDisks: typeof UDisks20
|
|
1556
|
-
UPowerGlib: typeof UPowerGlib10
|
|
1557
|
-
Uhm: typeof Uhm00
|
|
1558
|
-
Unique: typeof Unique30
|
|
1559
|
-
Unity: typeof Unity60
|
|
1560
|
-
|
|
|
1561
|
-
typeof Unity70
|
|
1562
|
-
UnityExtras: typeof UnityExtras70
|
|
1563
|
-
Vda: typeof Vda1
|
|
1564
|
-
Vgda: typeof Vgda1
|
|
1565
|
-
Vgpg: typeof Vgpg1
|
|
1566
|
-
Vgsl: typeof Vgsl1
|
|
1567
|
-
Vips: typeof Vips80
|
|
1568
|
-
Vpg: typeof Vpg1
|
|
1569
|
-
Vsqlite: typeof Vsqlite1
|
|
1570
|
-
Vte: typeof Vte291
|
|
1571
|
-
|
|
|
1572
|
-
typeof Vte4291
|
|
1573
|
-
Vulkan: typeof Vulkan10
|
|
1574
|
-
WebKit: typeof WebKit60
|
|
1575
|
-
WebKit2: typeof WebKit240
|
|
1576
|
-
|
|
|
1577
|
-
typeof WebKit241
|
|
1578
|
-
|
|
|
1579
|
-
typeof WebKit250
|
|
1580
|
-
WebKit2WebExtension: typeof WebKit2WebExtension40
|
|
1581
|
-
|
|
|
1582
|
-
typeof WebKit2WebExtension41
|
|
1583
|
-
|
|
|
1584
|
-
typeof WebKit2WebExtension50
|
|
1585
|
-
WebKitWebExtension: typeof WebKitWebExtension60
|
|
1586
|
-
WebKitWebProcessExtension: typeof WebKitWebProcessExtension60
|
|
1587
|
-
Wnck: typeof Wnck30
|
|
1588
|
-
Xdp: typeof Xdp10
|
|
1589
|
-
XdpGtk3: typeof XdpGtk310
|
|
1590
|
-
XdpGtk4: typeof XdpGtk410
|
|
1591
|
-
Xkl: typeof Xkl10
|
|
1592
|
-
Zeitgeist: typeof Zeitgeist20
|
|
1593
|
-
Zpj: typeof Zpj00
|
|
1594
|
-
cairo: typeof Cairo10
|
|
1595
|
-
fontconfig: typeof Fontconfig20
|
|
1596
|
-
freetype2: typeof Freetype220
|
|
1597
|
-
gSignon: typeof GSignon10
|
|
1598
|
-
libxml2: typeof Libxml220
|
|
1599
|
-
win32: typeof Win3210
|
|
1600
|
-
xfixes: typeof Xfixes40
|
|
1601
|
-
xft: typeof Xft20
|
|
1602
|
-
xlib: typeof Xlib20
|
|
1603
|
-
xrandr: typeof Xrandr13
|
|
1604
|
-
ArrowCUDA: typeof ArrowCUDA10
|
|
1605
|
-
GstInterfaces: typeof GstInterfaces010
|
|
1606
|
-
SocialWebClient: typeof SocialWebClient025
|
|
1607
|
-
AppIndicator3: typeof AppIndicator301
|
|
1608
|
-
CloudProviders: typeof CloudProviders03
|
|
1609
|
-
Gvc: typeof Gvc10
|
|
1610
|
-
Shell: typeof Shell12
|
|
1611
|
-
St: typeof St12
|
|
1612
|
-
Shew: typeof Shew0
|
|
1613
|
-
Meta: typeof Meta12
|
|
1614
|
-
MetaTest: typeof MetaTest12
|
|
1615
|
-
versions: {
|
|
1616
|
-
Accounts: '1.0'
|
|
1617
|
-
AccountsService: '1.0'
|
|
1618
|
-
Adw: '1'
|
|
1619
|
-
Amtk: '4'
|
|
1620
|
-
|
|
|
1621
|
-
'5'
|
|
1622
|
-
Anjuta: '3.0'
|
|
1623
|
-
Anthy: '9000'
|
|
1624
|
-
AppStream: '1.0'
|
|
1625
|
-
AppStreamBuilder: '1.0'
|
|
1626
|
-
AppStreamGlib: '1.0'
|
|
1627
|
-
Arrow: '1.0'
|
|
1628
|
-
ArrowDataset: '1.0'
|
|
1629
|
-
ArrowFlight: '1.0'
|
|
1630
|
-
Atk: '1.0'
|
|
1631
|
-
Atspi: '2.0'
|
|
1632
|
-
Babl: '0.1'
|
|
1633
|
-
Bamf: '3'
|
|
1634
|
-
Builder: '1.0'
|
|
1635
|
-
Bump: '0.1'
|
|
1636
|
-
Cally: '1.0'
|
|
1637
|
-
|
|
|
1638
|
-
'12'
|
|
1639
|
-
Camel: '1.2'
|
|
1640
|
-
Caribou: '1.0'
|
|
1641
|
-
Champlain: '0.12'
|
|
1642
|
-
Cheese: '3.0'
|
|
1643
|
-
Clutter: '1.0'
|
|
1644
|
-
|
|
|
1645
|
-
'12'
|
|
1646
|
-
ClutterGdk: '1.0'
|
|
1647
|
-
ClutterGst: '1.0'
|
|
1648
|
-
|
|
|
1649
|
-
'2.0'
|
|
1650
|
-
|
|
|
1651
|
-
'3.0'
|
|
1652
|
-
ClutterX11: '1.0'
|
|
1653
|
-
Cogl: '1.0'
|
|
1654
|
-
|
|
|
1655
|
-
'2.0'
|
|
1656
|
-
|
|
|
1657
|
-
'12'
|
|
1658
|
-
CoglGst: '2.0'
|
|
1659
|
-
CoglPango: '1.0'
|
|
1660
|
-
|
|
|
1661
|
-
'2.0'
|
|
1662
|
-
|
|
|
1663
|
-
'12'
|
|
1664
|
-
ColorHug: '1.0'
|
|
1665
|
-
Colord: '1.0'
|
|
1666
|
-
ColordGtk: '1.0'
|
|
1667
|
-
DBus: '1.0'
|
|
1668
|
-
DBusGLib: '1.0'
|
|
1669
|
-
DMAP: '3.0'
|
|
1670
|
-
Dazzle: '1.0'
|
|
1671
|
-
Dbusmenu: '0.4'
|
|
1672
|
-
DbusmenuGtk: '0.4'
|
|
1673
|
-
DbusmenuGtk3: '0.4'
|
|
1674
|
-
Dee: '1.0'
|
|
1675
|
-
Devhelp: '3.0'
|
|
1676
|
-
EBackend: '1.2'
|
|
1677
|
-
EBook: '1.2'
|
|
1678
|
-
EBookContacts: '1.2'
|
|
1679
|
-
ECal: '2.0'
|
|
1680
|
-
ECalendar: '1.2'
|
|
1681
|
-
EDataBook: '1.2'
|
|
1682
|
-
EDataCal: '2.0'
|
|
1683
|
-
EDataServer: '1.2'
|
|
1684
|
-
EDataServerUI: '1.2'
|
|
1685
|
-
EDataServerUI4: '1.0'
|
|
1686
|
-
Egg: '1.0'
|
|
1687
|
-
Eog: '3.0'
|
|
1688
|
-
Epc: '1.0'
|
|
1689
|
-
EpcUi: '1.0'
|
|
1690
|
-
EvinceDocument: '3.0'
|
|
1691
|
-
EvinceView: '3.0'
|
|
1692
|
-
Farstream: '0.1'
|
|
1693
|
-
|
|
|
1694
|
-
'0.2'
|
|
1695
|
-
Flatpak: '1.0'
|
|
1696
|
-
Folks: '0.6'
|
|
1697
|
-
|
|
|
1698
|
-
'0.7'
|
|
1699
|
-
FolksDummy: '0.6'
|
|
1700
|
-
|
|
|
1701
|
-
'0.7'
|
|
1702
|
-
FolksEds: '0.6'
|
|
1703
|
-
|
|
|
1704
|
-
'0.7'
|
|
1705
|
-
FolksLibsocialweb: '0.6'
|
|
1706
|
-
FolksTelepathy: '0.6'
|
|
1707
|
-
|
|
|
1708
|
-
'0.7'
|
|
1709
|
-
Fwupd: '2.0'
|
|
1710
|
-
GCab: '1.0'
|
|
1711
|
-
GCalc: '1'
|
|
1712
|
-
|
|
|
1713
|
-
'2'
|
|
1714
|
-
GConf: '2.0'
|
|
1715
|
-
GData: '0.0'
|
|
1716
|
-
GDesktopEnums: '3.0'
|
|
1717
|
-
GES: '1.0'
|
|
1718
|
-
GExiv2: '0.10'
|
|
1719
|
-
GFBGraph: '0.2'
|
|
1720
|
-
|
|
|
1721
|
-
'0.3'
|
|
1722
|
-
GIRepository: '2.0'
|
|
1723
|
-
GL: '1.0'
|
|
1724
|
-
GLib: '2.0'
|
|
1725
|
-
GMenu: '3.0'
|
|
1726
|
-
GMime: '3.0'
|
|
1727
|
-
GModule: '2.0'
|
|
1728
|
-
GObject: '2.0'
|
|
1729
|
-
GSSDP: '1.0'
|
|
1730
|
-
|
|
|
1731
|
-
'1.2'
|
|
1732
|
-
|
|
|
1733
|
-
'1.6'
|
|
1734
|
-
GSignond: '1.0'
|
|
1735
|
-
GSound: '1.0'
|
|
1736
|
-
GSystem: '1.0'
|
|
1737
|
-
GTop: '2.0'
|
|
1738
|
-
GUPnP: '1.0'
|
|
1739
|
-
|
|
|
1740
|
-
'1.2'
|
|
1741
|
-
|
|
|
1742
|
-
'1.6'
|
|
1743
|
-
GUPnPAV: '1.0'
|
|
1744
|
-
GUPnPDLNA: '1.0'
|
|
1745
|
-
|
|
|
1746
|
-
'2.0'
|
|
1747
|
-
GUPnPDLNAGst: '2.0'
|
|
1748
|
-
GUPnPIgd: '1.0'
|
|
1749
|
-
GUdev: '1.0'
|
|
1750
|
-
GUsb: '1.0'
|
|
1751
|
-
GVnc: '1.0'
|
|
1752
|
-
GVncPulse: '1.0'
|
|
1753
|
-
GWeather: '3.0'
|
|
1754
|
-
|
|
|
1755
|
-
'4.0'
|
|
1756
|
-
GXPS: '0.1'
|
|
1757
|
-
|
|
|
1758
|
-
'1.0'
|
|
1759
|
-
GXml: '0.14'
|
|
1760
|
-
|
|
|
1761
|
-
'0.16'
|
|
1762
|
-
|
|
|
1763
|
-
'0.18'
|
|
1764
|
-
|
|
|
1765
|
-
'0.20'
|
|
1766
|
-
Gandiva: '1.0'
|
|
1767
|
-
Gck: '1'
|
|
1768
|
-
|
|
|
1769
|
-
'2'
|
|
1770
|
-
Gcr: '3'
|
|
1771
|
-
|
|
|
1772
|
-
'4'
|
|
1773
|
-
GcrGtk3: '4'
|
|
1774
|
-
GcrGtk4: '4'
|
|
1775
|
-
GcrUi: '3'
|
|
1776
|
-
Gd: '1.0'
|
|
1777
|
-
Gda: '5.0'
|
|
1778
|
-
|
|
|
1779
|
-
'6.0'
|
|
1780
|
-
Gdaui: '5.0'
|
|
1781
|
-
|
|
|
1782
|
-
'6.0'
|
|
1783
|
-
Gdk: '2.0'
|
|
1784
|
-
|
|
|
1785
|
-
'3.0'
|
|
1786
|
-
|
|
|
1787
|
-
'4.0'
|
|
1788
|
-
GdkPixbuf: '2.0'
|
|
1789
|
-
GdkPixdata: '2.0'
|
|
1790
|
-
GdkWayland: '4.0'
|
|
1791
|
-
GdkX11: '2.0'
|
|
1792
|
-
|
|
|
1793
|
-
'3.0'
|
|
1794
|
-
|
|
|
1795
|
-
'4.0'
|
|
1796
|
-
Gdl: '3'
|
|
1797
|
-
Gdm: '1.0'
|
|
1798
|
-
Gedit: '3.0'
|
|
1799
|
-
Gee: '0.8'
|
|
1800
|
-
|
|
|
1801
|
-
'1.0'
|
|
1802
|
-
Gegl: '0.3'
|
|
1803
|
-
|
|
|
1804
|
-
'0.4'
|
|
1805
|
-
GeglGtk3: '0.1'
|
|
1806
|
-
Geoclue: '2.0'
|
|
1807
|
-
GeocodeGlib: '1.0'
|
|
1808
|
-
|
|
|
1809
|
-
'2.0'
|
|
1810
|
-
Gepub: '0.5'
|
|
1811
|
-
Ggit: '1.0'
|
|
1812
|
-
Gio: '2.0'
|
|
1813
|
-
Gitg: '1.0'
|
|
1814
|
-
GitgExt: '1.0'
|
|
1815
|
-
GjsDBus: '1.0'
|
|
1816
|
-
Gkbd: '3.0'
|
|
1817
|
-
Gladeui: '2.0'
|
|
1818
|
-
GnomeAutoar: '0.1'
|
|
1819
|
-
GnomeAutoarGtk: '0.1'
|
|
1820
|
-
GnomeBG: '4.0'
|
|
1821
|
-
GnomeBluetooth: '1.0'
|
|
1822
|
-
GnomeDesktop: '3.0'
|
|
1823
|
-
|
|
|
1824
|
-
'4.0'
|
|
1825
|
-
GnomeKeyring: '1.0'
|
|
1826
|
-
GnomeMaps: '1.0'
|
|
1827
|
-
GnomeRR: '4.0'
|
|
1828
|
-
GoVirt: '1.0'
|
|
1829
|
-
Goa: '1.0'
|
|
1830
|
-
GooCanvas: '2.0'
|
|
1831
|
-
|
|
|
1832
|
-
'3.0'
|
|
1833
|
-
Gpseq: '1.0'
|
|
1834
|
-
Granite: '1.0'
|
|
1835
|
-
|
|
|
1836
|
-
'7.0'
|
|
1837
|
-
Graphene: '1.0'
|
|
1838
|
-
Grl: '0.1'
|
|
1839
|
-
|
|
|
1840
|
-
'0.2'
|
|
1841
|
-
|
|
|
1842
|
-
'0.3'
|
|
1843
|
-
GrlNet: '0.1'
|
|
1844
|
-
|
|
|
1845
|
-
'0.2'
|
|
1846
|
-
|
|
|
1847
|
-
'0.3'
|
|
1848
|
-
GrlPls: '0.2'
|
|
1849
|
-
|
|
|
1850
|
-
'0.3'
|
|
1851
|
-
Grss: '0.7'
|
|
1852
|
-
Gsf: '1'
|
|
1853
|
-
Gsk: '4.0'
|
|
1854
|
-
Gspell: '1'
|
|
1855
|
-
Gst: '1.0'
|
|
1856
|
-
|
|
|
1857
|
-
'0.10'
|
|
1858
|
-
GstAllocators: '1.0'
|
|
1859
|
-
GstApp: '1.0'
|
|
1860
|
-
GstAudio: '1.0'
|
|
1861
|
-
|
|
|
1862
|
-
'0.10'
|
|
1863
|
-
GstBadAllocators: '1.0'
|
|
1864
|
-
GstBadAudio: '1.0'
|
|
1865
|
-
GstBase: '1.0'
|
|
1866
|
-
|
|
|
1867
|
-
'0.10'
|
|
1868
|
-
GstCheck: '1.0'
|
|
1869
|
-
GstCodecs: '1.0'
|
|
1870
|
-
GstController: '1.0'
|
|
1871
|
-
GstFft: '1.0'
|
|
1872
|
-
GstGL: '1.0'
|
|
1873
|
-
GstGLEGL: '1.0'
|
|
1874
|
-
GstGLWayland: '1.0'
|
|
1875
|
-
GstGLX11: '1.0'
|
|
1876
|
-
GstInsertBin: '1.0'
|
|
1877
|
-
GstMpegts: '1.0'
|
|
1878
|
-
GstNet: '1.0'
|
|
1879
|
-
GstPbutils: '1.0'
|
|
1880
|
-
|
|
|
1881
|
-
'0.10'
|
|
1882
|
-
GstPlay: '1.0'
|
|
1883
|
-
GstPlayer: '1.0'
|
|
1884
|
-
GstRiff: '1.0'
|
|
1885
|
-
GstRtp: '1.0'
|
|
1886
|
-
GstRtsp: '1.0'
|
|
1887
|
-
GstRtspServer: '1.0'
|
|
1888
|
-
GstSdp: '1.0'
|
|
1889
|
-
GstTag: '1.0'
|
|
1890
|
-
|
|
|
1891
|
-
'0.10'
|
|
1892
|
-
GstTranscoder: '1.0'
|
|
1893
|
-
GstVideo: '1.0'
|
|
1894
|
-
|
|
|
1895
|
-
'0.10'
|
|
1896
|
-
GstVulkan: '1.0'
|
|
1897
|
-
GstWebRTC: '1.0'
|
|
1898
|
-
Gtef: '2'
|
|
1899
|
-
Gtk: '2.0'
|
|
1900
|
-
|
|
|
1901
|
-
'3.0'
|
|
1902
|
-
|
|
|
1903
|
-
'4.0'
|
|
1904
|
-
GtkChamplain: '0.12'
|
|
1905
|
-
GtkClutter: '1.0'
|
|
1906
|
-
GtkSource: '3.0'
|
|
1907
|
-
|
|
|
1908
|
-
'4'
|
|
1909
|
-
|
|
|
1910
|
-
'5'
|
|
1911
|
-
GtkVnc: '2.0'
|
|
1912
|
-
Gucharmap: '2.90'
|
|
1913
|
-
Guestfs: '1.0'
|
|
1914
|
-
Handy: '0.0'
|
|
1915
|
-
|
|
|
1916
|
-
'1'
|
|
1917
|
-
HarfBuzz: '0.0'
|
|
1918
|
-
IAnjuta: '3.0'
|
|
1919
|
-
IBus: '1.0'
|
|
1920
|
-
ICal: '3.0'
|
|
1921
|
-
ICalGLib: '3.0'
|
|
1922
|
-
Ide: '1.0'
|
|
1923
|
-
JSCore: '3.0'
|
|
1924
|
-
JavaScriptCore: '4.0'
|
|
1925
|
-
|
|
|
1926
|
-
'4.1'
|
|
1927
|
-
|
|
|
1928
|
-
'5.0'
|
|
1929
|
-
|
|
|
1930
|
-
'6.0'
|
|
1931
|
-
Json: '1.0'
|
|
1932
|
-
Jsonrpc: '1.0'
|
|
1933
|
-
Libmsi: '1.0'
|
|
1934
|
-
Libosinfo: '1.0'
|
|
1935
|
-
LibvirtGConfig: '1.0'
|
|
1936
|
-
LibvirtGLib: '1.0'
|
|
1937
|
-
LibvirtGObject: '1.0'
|
|
1938
|
-
Manette: '0.2'
|
|
1939
|
-
Mash: '0.2'
|
|
1940
|
-
Mbim: '1.0'
|
|
1941
|
-
MediaArt: '1.0'
|
|
1942
|
-
|
|
|
1943
|
-
'2.0'
|
|
1944
|
-
ModemManager: '1.0'
|
|
1945
|
-
Mx: '1.0'
|
|
1946
|
-
|
|
|
1947
|
-
'2.0'
|
|
1948
|
-
MxGtk: '1.0'
|
|
1949
|
-
NM: '1.0'
|
|
1950
|
-
NMA: '1.0'
|
|
1951
|
-
NMClient: '1.0'
|
|
1952
|
-
NMGtk: '1.0'
|
|
1953
|
-
Nautilus: '3.0'
|
|
1954
|
-
NetworkManager: '1.0'
|
|
1955
|
-
Nice: '0.1'
|
|
1956
|
-
Notify: '0.7'
|
|
1957
|
-
OSTree: '1.0'
|
|
1958
|
-
P11Kit: '1.0'
|
|
1959
|
-
PackageKitGlib: '1.0'
|
|
1960
|
-
PackageKitPlugin: '1.0'
|
|
1961
|
-
PanelApplet: '4.0'
|
|
1962
|
-
Pango: '1.0'
|
|
1963
|
-
PangoCairo: '1.0'
|
|
1964
|
-
PangoFT2: '1.0'
|
|
1965
|
-
PangoFc: '1.0'
|
|
1966
|
-
PangoOT: '1.0'
|
|
1967
|
-
PangoXft: '1.0'
|
|
1968
|
-
Parquet: '1.0'
|
|
1969
|
-
Peas: '1.0'
|
|
1970
|
-
|
|
|
1971
|
-
'2'
|
|
1972
|
-
PeasGtk: '1.0'
|
|
1973
|
-
Plasma: '1.0'
|
|
1974
|
-
Pnl: '1.0'
|
|
1975
|
-
Polkit: '1.0'
|
|
1976
|
-
PolkitAgent: '1.0'
|
|
1977
|
-
Poppler: '0.18'
|
|
1978
|
-
Qmi: '1.0'
|
|
1979
|
-
Qrtr: '1.0'
|
|
1980
|
-
Rest: '0.7'
|
|
1981
|
-
|
|
|
1982
|
-
'1.0'
|
|
1983
|
-
RestExtras: '0.7'
|
|
1984
|
-
|
|
|
1985
|
-
'1.0'
|
|
1986
|
-
Retro: '0.14'
|
|
1987
|
-
|
|
|
1988
|
-
'1'
|
|
1989
|
-
|
|
|
1990
|
-
'2'
|
|
1991
|
-
Rsvg: '2.0'
|
|
1992
|
-
RygelCore: '2.6'
|
|
1993
|
-
|
|
|
1994
|
-
'2.8'
|
|
1995
|
-
RygelRenderer: '2.6'
|
|
1996
|
-
|
|
|
1997
|
-
'2.8'
|
|
1998
|
-
RygelRendererGst: '2.6'
|
|
1999
|
-
|
|
|
2000
|
-
'2.8'
|
|
2001
|
-
RygelServer: '2.6'
|
|
2002
|
-
|
|
|
2003
|
-
'2.8'
|
|
2004
|
-
Secret: '1'
|
|
2005
|
-
SecretUnstable: '0'
|
|
2006
|
-
Shumate: '1.0'
|
|
2007
|
-
Signon: '2.0'
|
|
2008
|
-
Snapd: '1'
|
|
2009
|
-
Soup: '2.4'
|
|
2010
|
-
|
|
|
2011
|
-
'3.0'
|
|
2012
|
-
SoupGNOME: '2.4'
|
|
2013
|
-
SpiceClientGLib: '2.0'
|
|
2014
|
-
SpiceClientGtk: '3.0'
|
|
2015
|
-
Sushi: '1.0'
|
|
2016
|
-
TelepathyFarstream: '0.6'
|
|
2017
|
-
TelepathyGLib: '0.12'
|
|
2018
|
-
TelepathyLogger: '0.2'
|
|
2019
|
-
Template: '1.0'
|
|
2020
|
-
Tepl: '4'
|
|
2021
|
-
|
|
|
2022
|
-
'5'
|
|
2023
|
-
|
|
|
2024
|
-
'6'
|
|
2025
|
-
TimezoneMap: '1.0'
|
|
2026
|
-
Totem: '1.0'
|
|
2027
|
-
TotemPlParser: '1.0'
|
|
2028
|
-
Tracker: '1.0'
|
|
2029
|
-
|
|
|
2030
|
-
'2.0'
|
|
2031
|
-
|
|
|
2032
|
-
'3.0'
|
|
2033
|
-
TrackerControl: '1.0'
|
|
2034
|
-
|
|
|
2035
|
-
'2.0'
|
|
2036
|
-
TrackerMiner: '1.0'
|
|
2037
|
-
|
|
|
2038
|
-
'2.0'
|
|
2039
|
-
UDisks: '2.0'
|
|
2040
|
-
UPowerGlib: '1.0'
|
|
2041
|
-
Uhm: '0.0'
|
|
2042
|
-
Unique: '3.0'
|
|
2043
|
-
Unity: '6.0'
|
|
2044
|
-
|
|
|
2045
|
-
'7.0'
|
|
2046
|
-
UnityExtras: '7.0'
|
|
2047
|
-
Vda: '1'
|
|
2048
|
-
Vgda: '1'
|
|
2049
|
-
Vgpg: '1'
|
|
2050
|
-
Vgsl: '1'
|
|
2051
|
-
Vips: '8.0'
|
|
2052
|
-
Vpg: '1'
|
|
2053
|
-
Vsqlite: '1'
|
|
2054
|
-
Vte: '2.91'
|
|
2055
|
-
|
|
|
2056
|
-
'4-2.91'
|
|
2057
|
-
Vulkan: '1.0'
|
|
2058
|
-
WebKit: '6.0'
|
|
2059
|
-
WebKit2: '4.0'
|
|
2060
|
-
|
|
|
2061
|
-
'4.1'
|
|
2062
|
-
|
|
|
2063
|
-
'5.0'
|
|
2064
|
-
WebKit2WebExtension: '4.0'
|
|
2065
|
-
|
|
|
2066
|
-
'4.1'
|
|
2067
|
-
|
|
|
2068
|
-
'5.0'
|
|
2069
|
-
WebKitWebExtension: '6.0'
|
|
2070
|
-
WebKitWebProcessExtension: '6.0'
|
|
2071
|
-
Wnck: '3.0'
|
|
2072
|
-
Xdp: '1.0'
|
|
2073
|
-
XdpGtk3: '1.0'
|
|
2074
|
-
XdpGtk4: '1.0'
|
|
2075
|
-
Xkl: '1.0'
|
|
2076
|
-
Zeitgeist: '2.0'
|
|
2077
|
-
Zpj: '0.0'
|
|
2078
|
-
cairo: '1.0'
|
|
2079
|
-
fontconfig: '2.0'
|
|
2080
|
-
freetype2: '2.0'
|
|
2081
|
-
gSignon: '1.0'
|
|
2082
|
-
libxml2: '2.0'
|
|
2083
|
-
win32: '1.0'
|
|
2084
|
-
xfixes: '4.0'
|
|
2085
|
-
xft: '2.0'
|
|
2086
|
-
xlib: '2.0'
|
|
2087
|
-
xrandr: '1.3'
|
|
2088
|
-
ArrowCUDA: '1.0'
|
|
2089
|
-
GstInterfaces: '0.10'
|
|
2090
|
-
SocialWebClient: '0.25'
|
|
2091
|
-
AppIndicator3: '0.1'
|
|
2092
|
-
CloudProviders: '0.3'
|
|
2093
|
-
Gvc: '1.0'
|
|
2094
|
-
Shell: '12'
|
|
2095
|
-
St: '12'
|
|
2096
|
-
Shew: '0'
|
|
2097
|
-
Meta: '12'
|
|
2098
|
-
MetaTest: '12'
|
|
2099
|
-
}
|
|
2100
|
-
}
|
|
748
|
+
function clearInterval(timeout: GLib.Source): void
|
|
2101
749
|
|
|
2102
|
-
|
|
2103
|
-
system: typeof system
|
|
2104
|
-
signals: typeof signals
|
|
2105
|
-
package: typeof package
|
|
2106
|
-
mainloop: typeof mainloop
|
|
2107
|
-
searchPath: string[]
|
|
2108
|
-
gettext: typeof gettext
|
|
2109
|
-
byteArray: typeof byteArray
|
|
2110
|
-
format: typeof format
|
|
2111
|
-
cairo: typeof cairo
|
|
2112
|
-
}
|
|
750
|
+
const imports: GjsImports
|
|
2113
751
|
}
|
|
2114
752
|
|
|
2115
|
-
declare const _imports:
|
|
753
|
+
declare const _imports: GjsImports
|
|
2116
754
|
export default _imports
|
|
2117
755
|
export { _imports as imports }
|
|
756
|
+
|
|
757
|
+
|