@girs/timezonemap-1.0 1.0.0-3.0.0-beta.12

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 ADDED
@@ -0,0 +1,31 @@
1
+
2
+ # TimezoneMap-1.0
3
+
4
+ GJS TypeScript type definitions for TimezoneMap-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gjs) v3.0.0-beta.12.
5
+
6
+ ## Install
7
+
8
+ To use this type definitions, install them with NPM like this:
9
+ ```bash
10
+ npm install @girs/timezonemap-1.0
11
+ ```
12
+
13
+ ## Usage
14
+
15
+ You can import this package into your project like this:
16
+ ```ts
17
+ import TimezoneMap from '@girs/timezonemap-1.0';
18
+ ```
19
+
20
+ Or if you prefer CommonJS, you can also use this:
21
+ ```ts
22
+ const TimezoneMap = require('@girs/timezonemap-1.0');
23
+ ```
24
+
25
+ If you use [ambient modules](https://github.com/gjsify/ts-for-gir/tree/main/packages/cli#ambient-modules), you can also import this module like you would do this in JavaScript:
26
+
27
+ ```ts
28
+ import TimezoneMap from 'gi://TimezoneMap?version=1.0';
29
+ ```
30
+
31
+ Depending on your project configuration, it is recommended to use a bundler like [esbuild](https://esbuild.github.io/). You can find examples using different bundlers [here](https://github.com/gjsify/ts-for-gir/tree/main/examples).
package/package.json ADDED
@@ -0,0 +1,65 @@
1
+ {
2
+ "name": "@girs/timezonemap-1.0",
3
+ "version": "1.0.0-3.0.0-beta.12",
4
+ "description": "GJS TypeScript type definitions for TimezoneMap-1.0, generated from library version 1.0.0",
5
+ "type": "module",
6
+ "module": "timezonemap-1.0.js",
7
+ "main": "timezonemap-1.0.js",
8
+ "typedoc": {
9
+ "entryPoint": "./timezonemap-1.0.d.ts",
10
+ "readmeFile": "./README.md",
11
+ "displayName": "TimezoneMap-1.0",
12
+ "tsconfig": "./tsconfig.doc.json"
13
+ },
14
+ "exports": {
15
+ ".": {
16
+ "import": {
17
+ "types": "./timezonemap-1.0.d.ts",
18
+ "default": "./timezonemap-1.0.js"
19
+ },
20
+ "require": {
21
+ "types": "./timezonemap-1.0.d.cts",
22
+ "default": "./timezonemap-1.0.cjs"
23
+ }
24
+ }
25
+ },
26
+ "scripts": {
27
+ "test": "yarn test:esm && yarn test:cjs",
28
+ "test:esm": "tsc --noEmit timezonemap-1.0.d.ts",
29
+ "test:cjs": "tsc --noEmit timezonemap-1.0.d.cts"
30
+ },
31
+ "dependencies": {
32
+ "@girs/atk-1.0": "^2.45.1-3.0.0-beta.12",
33
+ "@girs/cairo-1.0": "^1.0.0-3.0.0-beta.12",
34
+ "@girs/freetype2-2.0": "^2.0.0-3.0.0-beta.12",
35
+ "@girs/gdk-3.0": "^3.24.36-3.0.0-beta.12",
36
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.0.0-beta.12",
37
+ "@girs/gio-2.0": "^2.75.1-3.0.0-beta.12",
38
+ "@girs/glib-2.0": "^2.75.1-3.0.0-beta.12",
39
+ "@girs/gmodule-2.0": "^2.0.0-3.0.0-beta.12",
40
+ "@girs/gobject-2.0": "^2.75.1-3.0.0-beta.12",
41
+ "@girs/gtk-3.0": "^3.24.36-3.0.0-beta.12",
42
+ "@girs/harfbuzz-0.0": "^6.0.0-3.0.0-beta.12",
43
+ "@girs/json-1.0": "^1.7.1-3.0.0-beta.12",
44
+ "@girs/pango-1.0": "^1.50.13-3.0.0-beta.12",
45
+ "@girs/xlib-2.0": "^2.0.0-3.0.0-beta.12"
46
+ },
47
+ "devDependencies": {
48
+ "typescript": "^*"
49
+ },
50
+ "keywords": [
51
+ "Gir",
52
+ "TypeScript",
53
+ "TimezoneMap-1.0"
54
+ ],
55
+ "author": "ts-for-gir",
56
+ "license": "Apache-2.0",
57
+ "repository": {
58
+ "type": "git",
59
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
60
+ },
61
+ "bugs": {
62
+ "url": "https://github.com/gjsify/ts-for-gir/issues"
63
+ },
64
+ "homepage": "https://github.com/gjsify/ts-for-gir#readme"
65
+ }
@@ -0,0 +1,9 @@
1
+
2
+
3
+ imports.gi.versions.TimezoneMap = '1.0'
4
+ const TimezoneMap = imports.gi.TimezoneMap;
5
+
6
+ module.exports = TimezoneMap;
7
+
8
+
9
+
@@ -0,0 +1,449 @@
1
+
2
+ /*
3
+ * Type Definitions for Gjs (https://gjs.guide/)
4
+ *
5
+ * These type definitions are automatically generated, do not edit them by hand.
6
+ * If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-gjs
7
+ */
8
+ /**
9
+ * TimezoneMap-1.0
10
+ */
11
+
12
+ import type xlib from '@girs/xlib-2.0';
13
+ import type cairo from '@girs/cairo-1.0';
14
+ import type Pango from '@girs/pango-1.0';
15
+ import type HarfBuzz from '@girs/harfbuzz-0.0';
16
+ import type freetype2 from '@girs/freetype2-2.0';
17
+ import type GObject from '@girs/gobject-2.0';
18
+ import type GLib from '@girs/glib-2.0';
19
+ import type Gio from '@girs/gio-2.0';
20
+ import type Json from '@girs/json-1.0';
21
+ import type Gtk from '@girs/gtk-3.0';
22
+ import type Gdk from '@girs/gdk-3.0';
23
+ import type GdkPixbuf from '@girs/gdkpixbuf-2.0';
24
+ import type GModule from '@girs/gmodule-2.0';
25
+ import type Atk from '@girs/atk-1.0';
26
+
27
+ export const TIMEZONE_COMPLETION_ADMIN1: number
28
+ export const TIMEZONE_COMPLETION_COUNTRY: number
29
+ export const TIMEZONE_COMPLETION_LAST: number
30
+ export const TIMEZONE_COMPLETION_LATITUDE: number
31
+ export const TIMEZONE_COMPLETION_LONGITUDE: number
32
+ export const TIMEZONE_COMPLETION_NAME: number
33
+ export const TIMEZONE_COMPLETION_ZONE: number
34
+ export module TimezoneCompletion {
35
+
36
+ // Constructor properties interface
37
+
38
+ export interface ConstructorProperties extends Gtk.Buildable.ConstructorProperties, Gtk.CellLayout.ConstructorProperties, Gtk.EntryCompletion.ConstructorProperties {
39
+ }
40
+
41
+ }
42
+
43
+ export interface TimezoneCompletion extends Gtk.Buildable, Gtk.CellLayout {
44
+
45
+ // Own fields of TimezoneMap-1.0.TimezoneMap.TimezoneCompletion
46
+
47
+ parent: Gtk.EntryCompletion
48
+ priv: TimezoneCompletionPrivate
49
+
50
+ // Owm methods of TimezoneMap-1.0.TimezoneMap.TimezoneCompletion
51
+
52
+ watch_entry(entry: Gtk.Entry): void
53
+
54
+ // Class property signals of TimezoneMap-1.0.TimezoneMap.TimezoneCompletion
55
+
56
+ connect(sigName: "notify::cell-area", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
57
+ connect_after(sigName: "notify::cell-area", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
58
+ emit(sigName: "notify::cell-area", ...args: any[]): void
59
+ connect(sigName: "notify::inline-completion", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
60
+ connect_after(sigName: "notify::inline-completion", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
61
+ emit(sigName: "notify::inline-completion", ...args: any[]): void
62
+ connect(sigName: "notify::inline-selection", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
63
+ connect_after(sigName: "notify::inline-selection", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
64
+ emit(sigName: "notify::inline-selection", ...args: any[]): void
65
+ connect(sigName: "notify::minimum-key-length", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
66
+ connect_after(sigName: "notify::minimum-key-length", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
67
+ emit(sigName: "notify::minimum-key-length", ...args: any[]): void
68
+ connect(sigName: "notify::model", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
69
+ connect_after(sigName: "notify::model", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
70
+ emit(sigName: "notify::model", ...args: any[]): void
71
+ connect(sigName: "notify::popup-completion", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
72
+ connect_after(sigName: "notify::popup-completion", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
73
+ emit(sigName: "notify::popup-completion", ...args: any[]): void
74
+ connect(sigName: "notify::popup-set-width", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
75
+ connect_after(sigName: "notify::popup-set-width", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
76
+ emit(sigName: "notify::popup-set-width", ...args: any[]): void
77
+ connect(sigName: "notify::popup-single-match", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
78
+ connect_after(sigName: "notify::popup-single-match", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
79
+ emit(sigName: "notify::popup-single-match", ...args: any[]): void
80
+ connect(sigName: "notify::text-column", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
81
+ connect_after(sigName: "notify::text-column", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
82
+ emit(sigName: "notify::text-column", ...args: any[]): void
83
+ connect(sigName: string, callback: (...args: any[]) => void): number
84
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
85
+ emit(sigName: string, ...args: any[]): void
86
+ disconnect(id: number): void
87
+ }
88
+
89
+ export class TimezoneCompletion extends Gtk.EntryCompletion {
90
+
91
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneCompletion
92
+
93
+ static name: string
94
+ static $gtype: GObject.GType<TimezoneCompletion>
95
+
96
+ // Constructors of TimezoneMap-1.0.TimezoneMap.TimezoneCompletion
97
+
98
+ constructor(config?: TimezoneCompletion.ConstructorProperties)
99
+ constructor()
100
+ static new(): TimezoneCompletion
101
+
102
+ // Overloads of new
103
+
104
+ /**
105
+ * Creates a new #GtkEntryCompletion object.
106
+ * @constructor
107
+ * @returns A newly created #GtkEntryCompletion object
108
+ */
109
+ static new(): Gtk.EntryCompletion
110
+ _init(config?: TimezoneCompletion.ConstructorProperties): void
111
+ }
112
+
113
+ export module TimezoneLocation {
114
+
115
+ // Constructor properties interface
116
+
117
+ export interface ConstructorProperties extends GObject.Object.ConstructorProperties {
118
+
119
+ // Own constructor properties of TimezoneMap-1.0.TimezoneMap.TimezoneLocation
120
+
121
+ Comment?: string | null
122
+ country?: string | null
123
+ dist?: number | null
124
+ latitude?: number | null
125
+ longitude?: number | null
126
+ zone?: string | null
127
+ }
128
+
129
+ }
130
+
131
+ export interface TimezoneLocation {
132
+
133
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneLocation
134
+
135
+ Comment: string
136
+ country: string
137
+ dist: number
138
+ latitude: number
139
+ longitude: number
140
+ zone: string
141
+
142
+ // Own fields of TimezoneMap-1.0.TimezoneMap.TimezoneLocation
143
+
144
+ parent: GObject.Object
145
+ priv: TimezoneLocationPrivate
146
+
147
+ // Class property signals of TimezoneMap-1.0.TimezoneMap.TimezoneLocation
148
+
149
+ connect(sigName: "notify::Comment", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
150
+ connect_after(sigName: "notify::Comment", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
151
+ emit(sigName: "notify::Comment", ...args: any[]): void
152
+ connect(sigName: "notify::country", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
153
+ connect_after(sigName: "notify::country", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
154
+ emit(sigName: "notify::country", ...args: any[]): void
155
+ connect(sigName: "notify::dist", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
156
+ connect_after(sigName: "notify::dist", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
157
+ emit(sigName: "notify::dist", ...args: any[]): void
158
+ connect(sigName: "notify::latitude", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
159
+ connect_after(sigName: "notify::latitude", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
160
+ emit(sigName: "notify::latitude", ...args: any[]): void
161
+ connect(sigName: "notify::longitude", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
162
+ connect_after(sigName: "notify::longitude", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
163
+ emit(sigName: "notify::longitude", ...args: any[]): void
164
+ connect(sigName: "notify::zone", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
165
+ connect_after(sigName: "notify::zone", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
166
+ emit(sigName: "notify::zone", ...args: any[]): void
167
+ connect(sigName: string, callback: (...args: any[]) => void): number
168
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
169
+ emit(sigName: string, ...args: any[]): void
170
+ disconnect(id: number): void
171
+ }
172
+
173
+ export class TimezoneLocation extends GObject.Object {
174
+
175
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneLocation
176
+
177
+ static name: string
178
+ static $gtype: GObject.GType<TimezoneLocation>
179
+
180
+ // Constructors of TimezoneMap-1.0.TimezoneMap.TimezoneLocation
181
+
182
+ constructor(config?: TimezoneLocation.ConstructorProperties)
183
+ constructor()
184
+ static new(): TimezoneLocation
185
+ _init(config?: TimezoneLocation.ConstructorProperties): void
186
+ }
187
+
188
+ export module TimezoneMap {
189
+
190
+ // Signal callback interfaces
191
+
192
+ /**
193
+ * Signal callback interface for `location-changed`
194
+ */
195
+ export interface LocationChangedSignalCallback {
196
+ ($obj: TimezoneMap, object: TimezoneLocation): void
197
+ }
198
+
199
+
200
+ // Constructor properties interface
201
+
202
+ export interface ConstructorProperties extends Atk.ImplementorIface.ConstructorProperties, Gtk.Buildable.ConstructorProperties, Gtk.Widget.ConstructorProperties {
203
+ }
204
+
205
+ }
206
+
207
+ export interface TimezoneMap extends Atk.ImplementorIface, Gtk.Buildable {
208
+
209
+ // Own fields of TimezoneMap-1.0.TimezoneMap.TimezoneMap
210
+
211
+ parent: Gtk.Widget & Gtk.Container
212
+ priv: TimezoneMapPrivate
213
+
214
+ // Owm methods of TimezoneMap-1.0.TimezoneMap.TimezoneMap
215
+
216
+ get_timezone_at_coords(lon: number, lat: number): string | null
217
+ set_coords(lon: number, lat: number): void
218
+ set_timezone(timezone: string | null): void
219
+ set_watermark(watermark: string | null): void
220
+
221
+ // Own signals of TimezoneMap-1.0.TimezoneMap.TimezoneMap
222
+
223
+ connect(sigName: "location-changed", callback: TimezoneMap.LocationChangedSignalCallback): number
224
+ connect_after(sigName: "location-changed", callback: TimezoneMap.LocationChangedSignalCallback): number
225
+ emit(sigName: "location-changed", object: TimezoneLocation, ...args: any[]): void
226
+
227
+ // Class property signals of TimezoneMap-1.0.TimezoneMap.TimezoneMap
228
+
229
+ connect(sigName: "notify::app-paintable", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
230
+ connect_after(sigName: "notify::app-paintable", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
231
+ emit(sigName: "notify::app-paintable", ...args: any[]): void
232
+ connect(sigName: "notify::can-default", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
233
+ connect_after(sigName: "notify::can-default", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
234
+ emit(sigName: "notify::can-default", ...args: any[]): void
235
+ connect(sigName: "notify::can-focus", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
236
+ connect_after(sigName: "notify::can-focus", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
237
+ emit(sigName: "notify::can-focus", ...args: any[]): void
238
+ connect(sigName: "notify::composite-child", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
239
+ connect_after(sigName: "notify::composite-child", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
240
+ emit(sigName: "notify::composite-child", ...args: any[]): void
241
+ connect(sigName: "notify::double-buffered", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
242
+ connect_after(sigName: "notify::double-buffered", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
243
+ emit(sigName: "notify::double-buffered", ...args: any[]): void
244
+ connect(sigName: "notify::events", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
245
+ connect_after(sigName: "notify::events", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
246
+ emit(sigName: "notify::events", ...args: any[]): void
247
+ connect(sigName: "notify::expand", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
248
+ connect_after(sigName: "notify::expand", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
249
+ emit(sigName: "notify::expand", ...args: any[]): void
250
+ connect(sigName: "notify::focus-on-click", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
251
+ connect_after(sigName: "notify::focus-on-click", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
252
+ emit(sigName: "notify::focus-on-click", ...args: any[]): void
253
+ connect(sigName: "notify::halign", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
254
+ connect_after(sigName: "notify::halign", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
255
+ emit(sigName: "notify::halign", ...args: any[]): void
256
+ connect(sigName: "notify::has-default", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
257
+ connect_after(sigName: "notify::has-default", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
258
+ emit(sigName: "notify::has-default", ...args: any[]): void
259
+ connect(sigName: "notify::has-focus", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
260
+ connect_after(sigName: "notify::has-focus", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
261
+ emit(sigName: "notify::has-focus", ...args: any[]): void
262
+ connect(sigName: "notify::has-tooltip", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
263
+ connect_after(sigName: "notify::has-tooltip", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
264
+ emit(sigName: "notify::has-tooltip", ...args: any[]): void
265
+ connect(sigName: "notify::height-request", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
266
+ connect_after(sigName: "notify::height-request", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
267
+ emit(sigName: "notify::height-request", ...args: any[]): void
268
+ connect(sigName: "notify::hexpand", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
269
+ connect_after(sigName: "notify::hexpand", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
270
+ emit(sigName: "notify::hexpand", ...args: any[]): void
271
+ connect(sigName: "notify::hexpand-set", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
272
+ connect_after(sigName: "notify::hexpand-set", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
273
+ emit(sigName: "notify::hexpand-set", ...args: any[]): void
274
+ connect(sigName: "notify::is-focus", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
275
+ connect_after(sigName: "notify::is-focus", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
276
+ emit(sigName: "notify::is-focus", ...args: any[]): void
277
+ connect(sigName: "notify::margin", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
278
+ connect_after(sigName: "notify::margin", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
279
+ emit(sigName: "notify::margin", ...args: any[]): void
280
+ connect(sigName: "notify::margin-bottom", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
281
+ connect_after(sigName: "notify::margin-bottom", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
282
+ emit(sigName: "notify::margin-bottom", ...args: any[]): void
283
+ connect(sigName: "notify::margin-end", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
284
+ connect_after(sigName: "notify::margin-end", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
285
+ emit(sigName: "notify::margin-end", ...args: any[]): void
286
+ connect(sigName: "notify::margin-left", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
287
+ connect_after(sigName: "notify::margin-left", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
288
+ emit(sigName: "notify::margin-left", ...args: any[]): void
289
+ connect(sigName: "notify::margin-right", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
290
+ connect_after(sigName: "notify::margin-right", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
291
+ emit(sigName: "notify::margin-right", ...args: any[]): void
292
+ connect(sigName: "notify::margin-start", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
293
+ connect_after(sigName: "notify::margin-start", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
294
+ emit(sigName: "notify::margin-start", ...args: any[]): void
295
+ connect(sigName: "notify::margin-top", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
296
+ connect_after(sigName: "notify::margin-top", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
297
+ emit(sigName: "notify::margin-top", ...args: any[]): void
298
+ connect(sigName: "notify::name", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
299
+ connect_after(sigName: "notify::name", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
300
+ emit(sigName: "notify::name", ...args: any[]): void
301
+ connect(sigName: "notify::no-show-all", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
302
+ connect_after(sigName: "notify::no-show-all", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
303
+ emit(sigName: "notify::no-show-all", ...args: any[]): void
304
+ connect(sigName: "notify::opacity", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
305
+ connect_after(sigName: "notify::opacity", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
306
+ emit(sigName: "notify::opacity", ...args: any[]): void
307
+ connect(sigName: "notify::parent", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
308
+ connect_after(sigName: "notify::parent", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
309
+ emit(sigName: "notify::parent", ...args: any[]): void
310
+ connect(sigName: "notify::receives-default", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
311
+ connect_after(sigName: "notify::receives-default", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
312
+ emit(sigName: "notify::receives-default", ...args: any[]): void
313
+ connect(sigName: "notify::scale-factor", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
314
+ connect_after(sigName: "notify::scale-factor", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
315
+ emit(sigName: "notify::scale-factor", ...args: any[]): void
316
+ connect(sigName: "notify::sensitive", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
317
+ connect_after(sigName: "notify::sensitive", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
318
+ emit(sigName: "notify::sensitive", ...args: any[]): void
319
+ connect(sigName: "notify::style", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
320
+ connect_after(sigName: "notify::style", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
321
+ emit(sigName: "notify::style", ...args: any[]): void
322
+ connect(sigName: "notify::tooltip-markup", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
323
+ connect_after(sigName: "notify::tooltip-markup", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
324
+ emit(sigName: "notify::tooltip-markup", ...args: any[]): void
325
+ connect(sigName: "notify::tooltip-text", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
326
+ connect_after(sigName: "notify::tooltip-text", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
327
+ emit(sigName: "notify::tooltip-text", ...args: any[]): void
328
+ connect(sigName: "notify::valign", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
329
+ connect_after(sigName: "notify::valign", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
330
+ emit(sigName: "notify::valign", ...args: any[]): void
331
+ connect(sigName: "notify::vexpand", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
332
+ connect_after(sigName: "notify::vexpand", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
333
+ emit(sigName: "notify::vexpand", ...args: any[]): void
334
+ connect(sigName: "notify::vexpand-set", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
335
+ connect_after(sigName: "notify::vexpand-set", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
336
+ emit(sigName: "notify::vexpand-set", ...args: any[]): void
337
+ connect(sigName: "notify::visible", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
338
+ connect_after(sigName: "notify::visible", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
339
+ emit(sigName: "notify::visible", ...args: any[]): void
340
+ connect(sigName: "notify::width-request", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
341
+ connect_after(sigName: "notify::width-request", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
342
+ emit(sigName: "notify::width-request", ...args: any[]): void
343
+ connect(sigName: "notify::window", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
344
+ connect_after(sigName: "notify::window", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
345
+ emit(sigName: "notify::window", ...args: any[]): void
346
+ connect(sigName: string, callback: (...args: any[]) => void): number
347
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
348
+ emit(sigName: string, ...args: any[]): void
349
+ disconnect(id: number): void
350
+ }
351
+
352
+ export class TimezoneMap extends Gtk.Widget {
353
+
354
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneMap
355
+
356
+ static name: string
357
+ static $gtype: GObject.GType<TimezoneMap>
358
+
359
+ // Constructors of TimezoneMap-1.0.TimezoneMap.TimezoneMap
360
+
361
+ constructor(config?: TimezoneMap.ConstructorProperties)
362
+ constructor()
363
+ static new(): TimezoneMap
364
+ _init(config?: TimezoneMap.ConstructorProperties): void
365
+ }
366
+
367
+ export interface TimezoneCompletionClass {
368
+
369
+ // Own fields of TimezoneMap-1.0.TimezoneMap.TimezoneCompletionClass
370
+
371
+ parent_class: Gtk.EntryCompletionClass
372
+ }
373
+
374
+ export abstract class TimezoneCompletionClass {
375
+
376
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneCompletionClass
377
+
378
+ static name: string
379
+ }
380
+
381
+ export interface TimezoneCompletionPrivate {
382
+ }
383
+
384
+ export class TimezoneCompletionPrivate {
385
+
386
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneCompletionPrivate
387
+
388
+ static name: string
389
+ }
390
+
391
+ export interface TimezoneLocationClass {
392
+
393
+ // Own fields of TimezoneMap-1.0.TimezoneMap.TimezoneLocationClass
394
+
395
+ parent_class: GObject.ObjectClass
396
+ }
397
+
398
+ export abstract class TimezoneLocationClass {
399
+
400
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneLocationClass
401
+
402
+ static name: string
403
+ }
404
+
405
+ export interface TimezoneLocationPrivate {
406
+ }
407
+
408
+ export class TimezoneLocationPrivate {
409
+
410
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneLocationPrivate
411
+
412
+ static name: string
413
+ }
414
+
415
+ export interface TimezoneMapClass {
416
+
417
+ // Own fields of TimezoneMap-1.0.TimezoneMap.TimezoneMapClass
418
+
419
+ parent_class: Gtk.WidgetClass
420
+ }
421
+
422
+ export abstract class TimezoneMapClass {
423
+
424
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneMapClass
425
+
426
+ static name: string
427
+ }
428
+
429
+ export interface TimezoneMapPrivate {
430
+ }
431
+
432
+ export class TimezoneMapPrivate {
433
+
434
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneMapPrivate
435
+
436
+ static name: string
437
+ }
438
+
439
+ /**
440
+ * Name of the imported GIR library
441
+ * @see https://gitlab.gnome.org/GNOME/gjs/-/blob/master/gi/ns.cpp#L188
442
+ */
443
+ export const __name__: string
444
+ /**
445
+ * Version of the imported GIR library
446
+ * @see https://gitlab.gnome.org/GNOME/gjs/-/blob/master/gi/ns.cpp#L189
447
+ */
448
+ export const __version__: string
449
+ // END
@@ -0,0 +1,454 @@
1
+
2
+ /*
3
+ * Type Definitions for Gjs (https://gjs.guide/)
4
+ *
5
+ * These type definitions are automatically generated, do not edit them by hand.
6
+ * If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-gjs
7
+ */
8
+ /**
9
+ * TimezoneMap-1.0
10
+ */
11
+
12
+ import type xlib from '@girs/xlib-2.0';
13
+ import type cairo from '@girs/cairo-1.0';
14
+ import type Pango from '@girs/pango-1.0';
15
+ import type HarfBuzz from '@girs/harfbuzz-0.0';
16
+ import type freetype2 from '@girs/freetype2-2.0';
17
+ import type GObject from '@girs/gobject-2.0';
18
+ import type GLib from '@girs/glib-2.0';
19
+ import type Gio from '@girs/gio-2.0';
20
+ import type Json from '@girs/json-1.0';
21
+ import type Gtk from '@girs/gtk-3.0';
22
+ import type Gdk from '@girs/gdk-3.0';
23
+ import type GdkPixbuf from '@girs/gdkpixbuf-2.0';
24
+ import type GModule from '@girs/gmodule-2.0';
25
+ import type Atk from '@girs/atk-1.0';
26
+
27
+ export namespace TimezoneMap {
28
+
29
+ const TIMEZONE_COMPLETION_ADMIN1: number
30
+ const TIMEZONE_COMPLETION_COUNTRY: number
31
+ const TIMEZONE_COMPLETION_LAST: number
32
+ const TIMEZONE_COMPLETION_LATITUDE: number
33
+ const TIMEZONE_COMPLETION_LONGITUDE: number
34
+ const TIMEZONE_COMPLETION_NAME: number
35
+ const TIMEZONE_COMPLETION_ZONE: number
36
+ module TimezoneCompletion {
37
+
38
+ // Constructor properties interface
39
+
40
+ interface ConstructorProperties extends Gtk.Buildable.ConstructorProperties, Gtk.CellLayout.ConstructorProperties, Gtk.EntryCompletion.ConstructorProperties {
41
+ }
42
+
43
+ }
44
+
45
+ interface TimezoneCompletion extends Gtk.Buildable, Gtk.CellLayout {
46
+
47
+ // Own fields of TimezoneMap-1.0.TimezoneMap.TimezoneCompletion
48
+
49
+ parent: Gtk.EntryCompletion
50
+ priv: TimezoneCompletionPrivate
51
+
52
+ // Owm methods of TimezoneMap-1.0.TimezoneMap.TimezoneCompletion
53
+
54
+ watch_entry(entry: Gtk.Entry): void
55
+
56
+ // Class property signals of TimezoneMap-1.0.TimezoneMap.TimezoneCompletion
57
+
58
+ connect(sigName: "notify::cell-area", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
59
+ connect_after(sigName: "notify::cell-area", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
60
+ emit(sigName: "notify::cell-area", ...args: any[]): void
61
+ connect(sigName: "notify::inline-completion", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
62
+ connect_after(sigName: "notify::inline-completion", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
63
+ emit(sigName: "notify::inline-completion", ...args: any[]): void
64
+ connect(sigName: "notify::inline-selection", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
65
+ connect_after(sigName: "notify::inline-selection", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
66
+ emit(sigName: "notify::inline-selection", ...args: any[]): void
67
+ connect(sigName: "notify::minimum-key-length", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
68
+ connect_after(sigName: "notify::minimum-key-length", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
69
+ emit(sigName: "notify::minimum-key-length", ...args: any[]): void
70
+ connect(sigName: "notify::model", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
71
+ connect_after(sigName: "notify::model", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
72
+ emit(sigName: "notify::model", ...args: any[]): void
73
+ connect(sigName: "notify::popup-completion", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
74
+ connect_after(sigName: "notify::popup-completion", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
75
+ emit(sigName: "notify::popup-completion", ...args: any[]): void
76
+ connect(sigName: "notify::popup-set-width", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
77
+ connect_after(sigName: "notify::popup-set-width", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
78
+ emit(sigName: "notify::popup-set-width", ...args: any[]): void
79
+ connect(sigName: "notify::popup-single-match", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
80
+ connect_after(sigName: "notify::popup-single-match", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
81
+ emit(sigName: "notify::popup-single-match", ...args: any[]): void
82
+ connect(sigName: "notify::text-column", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
83
+ connect_after(sigName: "notify::text-column", callback: (($obj: TimezoneCompletion, pspec: GObject.ParamSpec) => void)): number
84
+ emit(sigName: "notify::text-column", ...args: any[]): void
85
+ connect(sigName: string, callback: (...args: any[]) => void): number
86
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
87
+ emit(sigName: string, ...args: any[]): void
88
+ disconnect(id: number): void
89
+ }
90
+
91
+ class TimezoneCompletion extends Gtk.EntryCompletion {
92
+
93
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneCompletion
94
+
95
+ static name: string
96
+ static $gtype: GObject.GType<TimezoneCompletion>
97
+
98
+ // Constructors of TimezoneMap-1.0.TimezoneMap.TimezoneCompletion
99
+
100
+ constructor(config?: TimezoneCompletion.ConstructorProperties)
101
+ constructor()
102
+ static new(): TimezoneCompletion
103
+
104
+ // Overloads of new
105
+
106
+ /**
107
+ * Creates a new #GtkEntryCompletion object.
108
+ * @constructor
109
+ * @returns A newly created #GtkEntryCompletion object
110
+ */
111
+ static new(): Gtk.EntryCompletion
112
+ _init(config?: TimezoneCompletion.ConstructorProperties): void
113
+ }
114
+
115
+ module TimezoneLocation {
116
+
117
+ // Constructor properties interface
118
+
119
+ interface ConstructorProperties extends GObject.Object.ConstructorProperties {
120
+
121
+ // Own constructor properties of TimezoneMap-1.0.TimezoneMap.TimezoneLocation
122
+
123
+ Comment?: string | null
124
+ country?: string | null
125
+ dist?: number | null
126
+ latitude?: number | null
127
+ longitude?: number | null
128
+ zone?: string | null
129
+ }
130
+
131
+ }
132
+
133
+ interface TimezoneLocation {
134
+
135
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneLocation
136
+
137
+ Comment: string
138
+ country: string
139
+ dist: number
140
+ latitude: number
141
+ longitude: number
142
+ zone: string
143
+
144
+ // Own fields of TimezoneMap-1.0.TimezoneMap.TimezoneLocation
145
+
146
+ parent: GObject.Object
147
+ priv: TimezoneLocationPrivate
148
+
149
+ // Class property signals of TimezoneMap-1.0.TimezoneMap.TimezoneLocation
150
+
151
+ connect(sigName: "notify::Comment", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
152
+ connect_after(sigName: "notify::Comment", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
153
+ emit(sigName: "notify::Comment", ...args: any[]): void
154
+ connect(sigName: "notify::country", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
155
+ connect_after(sigName: "notify::country", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
156
+ emit(sigName: "notify::country", ...args: any[]): void
157
+ connect(sigName: "notify::dist", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
158
+ connect_after(sigName: "notify::dist", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
159
+ emit(sigName: "notify::dist", ...args: any[]): void
160
+ connect(sigName: "notify::latitude", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
161
+ connect_after(sigName: "notify::latitude", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
162
+ emit(sigName: "notify::latitude", ...args: any[]): void
163
+ connect(sigName: "notify::longitude", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
164
+ connect_after(sigName: "notify::longitude", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
165
+ emit(sigName: "notify::longitude", ...args: any[]): void
166
+ connect(sigName: "notify::zone", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
167
+ connect_after(sigName: "notify::zone", callback: (($obj: TimezoneLocation, pspec: GObject.ParamSpec) => void)): number
168
+ emit(sigName: "notify::zone", ...args: any[]): void
169
+ connect(sigName: string, callback: (...args: any[]) => void): number
170
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
171
+ emit(sigName: string, ...args: any[]): void
172
+ disconnect(id: number): void
173
+ }
174
+
175
+ class TimezoneLocation extends GObject.Object {
176
+
177
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneLocation
178
+
179
+ static name: string
180
+ static $gtype: GObject.GType<TimezoneLocation>
181
+
182
+ // Constructors of TimezoneMap-1.0.TimezoneMap.TimezoneLocation
183
+
184
+ constructor(config?: TimezoneLocation.ConstructorProperties)
185
+ constructor()
186
+ static new(): TimezoneLocation
187
+ _init(config?: TimezoneLocation.ConstructorProperties): void
188
+ }
189
+
190
+ module TimezoneMap {
191
+
192
+ // Signal callback interfaces
193
+
194
+ /**
195
+ * Signal callback interface for `location-changed`
196
+ */
197
+ interface LocationChangedSignalCallback {
198
+ ($obj: TimezoneMap, object: TimezoneLocation): void
199
+ }
200
+
201
+
202
+ // Constructor properties interface
203
+
204
+ interface ConstructorProperties extends Atk.ImplementorIface.ConstructorProperties, Gtk.Buildable.ConstructorProperties, Gtk.Widget.ConstructorProperties {
205
+ }
206
+
207
+ }
208
+
209
+ interface TimezoneMap extends Atk.ImplementorIface, Gtk.Buildable {
210
+
211
+ // Own fields of TimezoneMap-1.0.TimezoneMap.TimezoneMap
212
+
213
+ parent: Gtk.Widget & Gtk.Container
214
+ priv: TimezoneMapPrivate
215
+
216
+ // Owm methods of TimezoneMap-1.0.TimezoneMap.TimezoneMap
217
+
218
+ get_timezone_at_coords(lon: number, lat: number): string | null
219
+ set_coords(lon: number, lat: number): void
220
+ set_timezone(timezone: string | null): void
221
+ set_watermark(watermark: string | null): void
222
+
223
+ // Own signals of TimezoneMap-1.0.TimezoneMap.TimezoneMap
224
+
225
+ connect(sigName: "location-changed", callback: TimezoneMap.LocationChangedSignalCallback): number
226
+ connect_after(sigName: "location-changed", callback: TimezoneMap.LocationChangedSignalCallback): number
227
+ emit(sigName: "location-changed", object: TimezoneLocation, ...args: any[]): void
228
+
229
+ // Class property signals of TimezoneMap-1.0.TimezoneMap.TimezoneMap
230
+
231
+ connect(sigName: "notify::app-paintable", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
232
+ connect_after(sigName: "notify::app-paintable", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
233
+ emit(sigName: "notify::app-paintable", ...args: any[]): void
234
+ connect(sigName: "notify::can-default", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
235
+ connect_after(sigName: "notify::can-default", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
236
+ emit(sigName: "notify::can-default", ...args: any[]): void
237
+ connect(sigName: "notify::can-focus", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
238
+ connect_after(sigName: "notify::can-focus", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
239
+ emit(sigName: "notify::can-focus", ...args: any[]): void
240
+ connect(sigName: "notify::composite-child", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
241
+ connect_after(sigName: "notify::composite-child", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
242
+ emit(sigName: "notify::composite-child", ...args: any[]): void
243
+ connect(sigName: "notify::double-buffered", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
244
+ connect_after(sigName: "notify::double-buffered", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
245
+ emit(sigName: "notify::double-buffered", ...args: any[]): void
246
+ connect(sigName: "notify::events", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
247
+ connect_after(sigName: "notify::events", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
248
+ emit(sigName: "notify::events", ...args: any[]): void
249
+ connect(sigName: "notify::expand", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
250
+ connect_after(sigName: "notify::expand", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
251
+ emit(sigName: "notify::expand", ...args: any[]): void
252
+ connect(sigName: "notify::focus-on-click", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
253
+ connect_after(sigName: "notify::focus-on-click", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
254
+ emit(sigName: "notify::focus-on-click", ...args: any[]): void
255
+ connect(sigName: "notify::halign", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
256
+ connect_after(sigName: "notify::halign", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
257
+ emit(sigName: "notify::halign", ...args: any[]): void
258
+ connect(sigName: "notify::has-default", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
259
+ connect_after(sigName: "notify::has-default", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
260
+ emit(sigName: "notify::has-default", ...args: any[]): void
261
+ connect(sigName: "notify::has-focus", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
262
+ connect_after(sigName: "notify::has-focus", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
263
+ emit(sigName: "notify::has-focus", ...args: any[]): void
264
+ connect(sigName: "notify::has-tooltip", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
265
+ connect_after(sigName: "notify::has-tooltip", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
266
+ emit(sigName: "notify::has-tooltip", ...args: any[]): void
267
+ connect(sigName: "notify::height-request", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
268
+ connect_after(sigName: "notify::height-request", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
269
+ emit(sigName: "notify::height-request", ...args: any[]): void
270
+ connect(sigName: "notify::hexpand", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
271
+ connect_after(sigName: "notify::hexpand", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
272
+ emit(sigName: "notify::hexpand", ...args: any[]): void
273
+ connect(sigName: "notify::hexpand-set", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
274
+ connect_after(sigName: "notify::hexpand-set", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
275
+ emit(sigName: "notify::hexpand-set", ...args: any[]): void
276
+ connect(sigName: "notify::is-focus", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
277
+ connect_after(sigName: "notify::is-focus", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
278
+ emit(sigName: "notify::is-focus", ...args: any[]): void
279
+ connect(sigName: "notify::margin", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
280
+ connect_after(sigName: "notify::margin", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
281
+ emit(sigName: "notify::margin", ...args: any[]): void
282
+ connect(sigName: "notify::margin-bottom", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
283
+ connect_after(sigName: "notify::margin-bottom", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
284
+ emit(sigName: "notify::margin-bottom", ...args: any[]): void
285
+ connect(sigName: "notify::margin-end", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
286
+ connect_after(sigName: "notify::margin-end", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
287
+ emit(sigName: "notify::margin-end", ...args: any[]): void
288
+ connect(sigName: "notify::margin-left", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
289
+ connect_after(sigName: "notify::margin-left", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
290
+ emit(sigName: "notify::margin-left", ...args: any[]): void
291
+ connect(sigName: "notify::margin-right", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
292
+ connect_after(sigName: "notify::margin-right", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
293
+ emit(sigName: "notify::margin-right", ...args: any[]): void
294
+ connect(sigName: "notify::margin-start", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
295
+ connect_after(sigName: "notify::margin-start", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
296
+ emit(sigName: "notify::margin-start", ...args: any[]): void
297
+ connect(sigName: "notify::margin-top", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
298
+ connect_after(sigName: "notify::margin-top", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
299
+ emit(sigName: "notify::margin-top", ...args: any[]): void
300
+ connect(sigName: "notify::name", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
301
+ connect_after(sigName: "notify::name", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
302
+ emit(sigName: "notify::name", ...args: any[]): void
303
+ connect(sigName: "notify::no-show-all", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
304
+ connect_after(sigName: "notify::no-show-all", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
305
+ emit(sigName: "notify::no-show-all", ...args: any[]): void
306
+ connect(sigName: "notify::opacity", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
307
+ connect_after(sigName: "notify::opacity", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
308
+ emit(sigName: "notify::opacity", ...args: any[]): void
309
+ connect(sigName: "notify::parent", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
310
+ connect_after(sigName: "notify::parent", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
311
+ emit(sigName: "notify::parent", ...args: any[]): void
312
+ connect(sigName: "notify::receives-default", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
313
+ connect_after(sigName: "notify::receives-default", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
314
+ emit(sigName: "notify::receives-default", ...args: any[]): void
315
+ connect(sigName: "notify::scale-factor", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
316
+ connect_after(sigName: "notify::scale-factor", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
317
+ emit(sigName: "notify::scale-factor", ...args: any[]): void
318
+ connect(sigName: "notify::sensitive", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
319
+ connect_after(sigName: "notify::sensitive", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
320
+ emit(sigName: "notify::sensitive", ...args: any[]): void
321
+ connect(sigName: "notify::style", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
322
+ connect_after(sigName: "notify::style", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
323
+ emit(sigName: "notify::style", ...args: any[]): void
324
+ connect(sigName: "notify::tooltip-markup", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
325
+ connect_after(sigName: "notify::tooltip-markup", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
326
+ emit(sigName: "notify::tooltip-markup", ...args: any[]): void
327
+ connect(sigName: "notify::tooltip-text", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
328
+ connect_after(sigName: "notify::tooltip-text", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
329
+ emit(sigName: "notify::tooltip-text", ...args: any[]): void
330
+ connect(sigName: "notify::valign", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
331
+ connect_after(sigName: "notify::valign", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
332
+ emit(sigName: "notify::valign", ...args: any[]): void
333
+ connect(sigName: "notify::vexpand", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
334
+ connect_after(sigName: "notify::vexpand", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
335
+ emit(sigName: "notify::vexpand", ...args: any[]): void
336
+ connect(sigName: "notify::vexpand-set", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
337
+ connect_after(sigName: "notify::vexpand-set", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
338
+ emit(sigName: "notify::vexpand-set", ...args: any[]): void
339
+ connect(sigName: "notify::visible", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
340
+ connect_after(sigName: "notify::visible", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
341
+ emit(sigName: "notify::visible", ...args: any[]): void
342
+ connect(sigName: "notify::width-request", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
343
+ connect_after(sigName: "notify::width-request", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
344
+ emit(sigName: "notify::width-request", ...args: any[]): void
345
+ connect(sigName: "notify::window", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
346
+ connect_after(sigName: "notify::window", callback: (($obj: TimezoneMap, pspec: GObject.ParamSpec) => void)): number
347
+ emit(sigName: "notify::window", ...args: any[]): void
348
+ connect(sigName: string, callback: (...args: any[]) => void): number
349
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
350
+ emit(sigName: string, ...args: any[]): void
351
+ disconnect(id: number): void
352
+ }
353
+
354
+ class TimezoneMap extends Gtk.Widget {
355
+
356
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneMap
357
+
358
+ static name: string
359
+ static $gtype: GObject.GType<TimezoneMap>
360
+
361
+ // Constructors of TimezoneMap-1.0.TimezoneMap.TimezoneMap
362
+
363
+ constructor(config?: TimezoneMap.ConstructorProperties)
364
+ constructor()
365
+ static new(): TimezoneMap
366
+ _init(config?: TimezoneMap.ConstructorProperties): void
367
+ }
368
+
369
+ interface TimezoneCompletionClass {
370
+
371
+ // Own fields of TimezoneMap-1.0.TimezoneMap.TimezoneCompletionClass
372
+
373
+ parent_class: Gtk.EntryCompletionClass
374
+ }
375
+
376
+ abstract class TimezoneCompletionClass {
377
+
378
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneCompletionClass
379
+
380
+ static name: string
381
+ }
382
+
383
+ interface TimezoneCompletionPrivate {
384
+ }
385
+
386
+ class TimezoneCompletionPrivate {
387
+
388
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneCompletionPrivate
389
+
390
+ static name: string
391
+ }
392
+
393
+ interface TimezoneLocationClass {
394
+
395
+ // Own fields of TimezoneMap-1.0.TimezoneMap.TimezoneLocationClass
396
+
397
+ parent_class: GObject.ObjectClass
398
+ }
399
+
400
+ abstract class TimezoneLocationClass {
401
+
402
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneLocationClass
403
+
404
+ static name: string
405
+ }
406
+
407
+ interface TimezoneLocationPrivate {
408
+ }
409
+
410
+ class TimezoneLocationPrivate {
411
+
412
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneLocationPrivate
413
+
414
+ static name: string
415
+ }
416
+
417
+ interface TimezoneMapClass {
418
+
419
+ // Own fields of TimezoneMap-1.0.TimezoneMap.TimezoneMapClass
420
+
421
+ parent_class: Gtk.WidgetClass
422
+ }
423
+
424
+ abstract class TimezoneMapClass {
425
+
426
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneMapClass
427
+
428
+ static name: string
429
+ }
430
+
431
+ interface TimezoneMapPrivate {
432
+ }
433
+
434
+ class TimezoneMapPrivate {
435
+
436
+ // Own properties of TimezoneMap-1.0.TimezoneMap.TimezoneMapPrivate
437
+
438
+ static name: string
439
+ }
440
+
441
+ /**
442
+ * Name of the imported GIR library
443
+ * @see https://gitlab.gnome.org/GNOME/gjs/-/blob/master/gi/ns.cpp#L188
444
+ */
445
+ const __name__: string
446
+ /**
447
+ * Version of the imported GIR library
448
+ * @see https://gitlab.gnome.org/GNOME/gjs/-/blob/master/gi/ns.cpp#L189
449
+ */
450
+ const __version__: string
451
+ }
452
+
453
+ export default TimezoneMap;
454
+ // END
@@ -0,0 +1,8 @@
1
+
2
+
3
+ // @ts-expect-error
4
+ import TimezoneMap from 'gi://TimezoneMap?version=1.0';
5
+ export { TimezoneMap };
6
+ export default TimezoneMap;
7
+
8
+
@@ -0,0 +1,19 @@
1
+ {
2
+ "compilerOptions": {
3
+ // General settings for code interpretation
4
+ "target": "ESNext",
5
+ "module": "ESNext",
6
+ "experimentalDecorators": true,
7
+ "moduleResolution": "node",
8
+ "noEmit": true,
9
+ "noEmitOnError": false,
10
+ "baseUrl": "./",
11
+ "rootDir": ".",
12
+ // General settings for code generation
13
+ "removeComments": false,
14
+ "inlineSourceMap": false,
15
+ "inlineSources": false,
16
+ "newLine": "LF"
17
+ },
18
+ "include": ["./timezonemap-1.0.d.ts"]
19
+ }