@girs/gdk-4.0 4.0.0-3.2.2 → 4.0.0-3.2.4

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 CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/gdk-4.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Gdk-4.0, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.2.
8
+ GJS TypeScript type definitions for Gdk-4.0, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.4.
9
9
 
10
10
 
11
11
  ## Install
package/gdk-4.0.d.cts CHANGED
@@ -7243,8 +7243,7 @@ export interface Display {
7243
7243
  */
7244
7244
  prepare_gl(): boolean
7245
7245
  /**
7246
- * Appends the given event onto the front of the event
7247
- * queue for `display`.
7246
+ * Adds the given event to the event queue for `display`.
7248
7247
  * @param event a `GdkEvent`
7249
7248
  */
7250
7249
  put_event(event: Event): void
package/gdk-4.0.d.ts CHANGED
@@ -7245,8 +7245,7 @@ interface Display {
7245
7245
  */
7246
7246
  prepare_gl(): boolean
7247
7247
  /**
7248
- * Appends the given event onto the front of the event
7249
- * queue for `display`.
7248
+ * Adds the given event to the event queue for `display`.
7250
7249
  * @param event a `GdkEvent`
7251
7250
  */
7252
7251
  put_event(event: Event): void
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/gdk-4.0",
3
- "version": "4.0.0-3.2.2",
3
+ "version": "4.0.0-3.2.4",
4
4
  "description": "GJS TypeScript type definitions for Gdk-4.0, generated from library version 4.0.0",
5
5
  "type": "module",
6
6
  "module": "gdk-4.0.js",
@@ -25,17 +25,17 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gdk-4.0.d.cts"
26
26
  },
27
27
  "dependencies": {
28
- "@girs/cairo-1.0": "^1.0.0-3.2.2",
29
- "@girs/freetype2-2.0": "^2.0.0-3.2.2",
30
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.2",
31
- "@girs/gio-2.0": "^2.77.0-3.2.2",
32
- "@girs/gjs": "^3.2.2",
33
- "@girs/glib-2.0": "^2.77.0-3.2.2",
34
- "@girs/gmodule-2.0": "^2.0.0-3.2.2",
35
- "@girs/gobject-2.0": "^2.77.0-3.2.2",
36
- "@girs/harfbuzz-0.0": "^7.1.0-3.2.2",
37
- "@girs/pango-1.0": "^1.51.0-3.2.2",
38
- "@girs/pangocairo-1.0": "^1.0.0-3.2.2"
28
+ "@girs/cairo-1.0": "^1.0.0-3.2.4",
29
+ "@girs/freetype2-2.0": "^2.0.0-3.2.4",
30
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.4",
31
+ "@girs/gio-2.0": "^2.78.0-3.2.4",
32
+ "@girs/gjs": "^3.2.4",
33
+ "@girs/glib-2.0": "^2.78.0-3.2.4",
34
+ "@girs/gmodule-2.0": "^2.0.0-3.2.4",
35
+ "@girs/gobject-2.0": "^2.78.0-3.2.4",
36
+ "@girs/harfbuzz-0.0": "^8.2.1-3.2.4",
37
+ "@girs/pango-1.0": "^1.51.0-3.2.4",
38
+ "@girs/pangocairo-1.0": "^1.0.0-3.2.4"
39
39
  },
40
40
  "devDependencies": {
41
41
  "typescript": "*"