@girs/meta-13 13.0.0-3.2.8 → 13.0.0-3.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/meta-13)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Meta-13, generated from library version 13.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
8
+ GJS TypeScript type definitions for Meta-13, generated from library version 13.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
9
9
 
10
10
 
11
11
  ## Install
package/meta-13.d.cts CHANGED
@@ -4578,7 +4578,7 @@ export interface RemoteAccessController {
4578
4578
  inhibit_remote_access(): void
4579
4579
  /**
4580
4580
  * Uninhibits remote access sessions from being created and running. If this was
4581
- * the last inhibitation that was inhibited, new remote access sessions can now
4581
+ * the last inhibition that was inhibited, new remote access sessions can now
4582
4582
  * be created.
4583
4583
  */
4584
4584
  uninhibit_remote_access(): void
@@ -5643,6 +5643,11 @@ export interface WaylandClient {
5643
5643
  // Owm methods of Meta-13.Meta.WaylandClient
5644
5644
 
5645
5645
  hide_from_window_list(window: Window): void
5646
+ /**
5647
+ * Mark window as DESKTOP window
5648
+ * @param window a MetaWindow
5649
+ */
5650
+ make_desktop(window: Window): void
5646
5651
  owns_window(window: Window): boolean
5647
5652
  /**
5648
5653
  * Shows again this window in window lists, like taskbars, pagers...
package/meta-13.d.ts CHANGED
@@ -4580,7 +4580,7 @@ interface RemoteAccessController {
4580
4580
  inhibit_remote_access(): void
4581
4581
  /**
4582
4582
  * Uninhibits remote access sessions from being created and running. If this was
4583
- * the last inhibitation that was inhibited, new remote access sessions can now
4583
+ * the last inhibition that was inhibited, new remote access sessions can now
4584
4584
  * be created.
4585
4585
  */
4586
4586
  uninhibit_remote_access(): void
@@ -5645,6 +5645,11 @@ interface WaylandClient {
5645
5645
  // Owm methods of Meta-13.Meta.WaylandClient
5646
5646
 
5647
5647
  hide_from_window_list(window: Window): void
5648
+ /**
5649
+ * Mark window as DESKTOP window
5650
+ * @param window a MetaWindow
5651
+ */
5652
+ make_desktop(window: Window): void
5648
5653
  owns_window(window: Window): boolean
5649
5654
  /**
5650
5655
  * Shows again this window in window lists, like taskbars, pagers...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/meta-13",
3
- "version": "13.0.0-3.2.8",
3
+ "version": "13.0.0-3.2.9",
4
4
  "description": "GJS TypeScript type definitions for Meta-13, generated from library version 13.0.0",
5
5
  "type": "module",
6
6
  "module": "meta-13.js",
@@ -31,26 +31,26 @@
31
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit meta-13.d.cts"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/atk-1.0": "^2.45.1-3.2.8",
35
- "@girs/cairo-1.0": "^1.0.0-3.2.8",
36
- "@girs/clutter-13": "^13.0.0-3.2.8",
37
- "@girs/cogl-13": "^13.0.0-3.2.8",
38
- "@girs/coglpango-13": "^13.0.0-3.2.8",
39
- "@girs/freetype2-2.0": "^2.0.0-3.2.8",
40
- "@girs/gdesktopenums-3.0": "^3.0.0-3.2.8",
41
- "@girs/gio-2.0": "^2.77.0-3.2.8",
42
- "@girs/gjs": "^3.2.8",
43
- "@girs/gl-1.0": "^1.0.0-3.2.8",
44
- "@girs/glib-2.0": "^2.77.0-3.2.8",
45
- "@girs/gobject-2.0": "^2.77.0-3.2.8",
46
- "@girs/graphene-1.0": "^1.0.0-3.2.8",
47
- "@girs/harfbuzz-0.0": "^8.1.1-3.2.8",
48
- "@girs/json-1.0": "^1.7.1-3.2.8",
49
- "@girs/mtk-13": "^13.0.0-3.2.8",
50
- "@girs/pango-1.0": "^1.51.0-3.2.8",
51
- "@girs/pangocairo-1.0": "^1.0.0-3.2.8",
52
- "@girs/xfixes-4.0": "^4.0.0-3.2.8",
53
- "@girs/xlib-2.0": "^2.0.0-3.2.8"
34
+ "@girs/atk-1.0": "^2.50.1-3.2.9",
35
+ "@girs/cairo-1.0": "^1.0.0-3.2.9",
36
+ "@girs/clutter-13": "^13.0.0-3.2.9",
37
+ "@girs/cogl-13": "^13.0.0-3.2.9",
38
+ "@girs/coglpango-13": "^13.0.0-3.2.9",
39
+ "@girs/freetype2-2.0": "^2.0.0-3.2.9",
40
+ "@girs/gdesktopenums-3.0": "^3.0.0-3.2.9",
41
+ "@girs/gio-2.0": "^2.78.0-3.2.9",
42
+ "@girs/gjs": "^3.2.9",
43
+ "@girs/gl-1.0": "^1.0.0-3.2.9",
44
+ "@girs/glib-2.0": "^2.78.0-3.2.9",
45
+ "@girs/gobject-2.0": "^2.78.0-3.2.9",
46
+ "@girs/graphene-1.0": "^1.0.0-3.2.9",
47
+ "@girs/harfbuzz-0.0": "^8.2.1-3.2.9",
48
+ "@girs/json-1.0": "^1.7.1-3.2.9",
49
+ "@girs/mtk-13": "^13.0.0-3.2.9",
50
+ "@girs/pango-1.0": "^1.51.0-3.2.9",
51
+ "@girs/pangocairo-1.0": "^1.0.0-3.2.9",
52
+ "@girs/xfixes-4.0": "^4.0.0-3.2.9",
53
+ "@girs/xlib-2.0": "^2.0.0-3.2.9"
54
54
  },
55
55
  "devDependencies": {
56
56
  "typescript": "*"