@girs/gnomedesktop-4.0 4.0.0-3.2.9 → 4.0.0-3.3.0

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/gnomedesktop-4.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for GnomeDesktop-4.0, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
8
+ GJS TypeScript type definitions for GnomeDesktop-4.0, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.3.0.
9
9
 
10
10
 
11
11
  ## Install
@@ -45,7 +45,7 @@ export function desktop_thumbnail_is_valid(pixbuf: GdkPixbuf.Pixbuf, uri: string
45
45
  export function desktop_thumbnail_path_for_uri(uri: string, size: DesktopThumbnailSize): string | null
46
46
  /**
47
47
  * Gets all locales.
48
- * @returns a newly allocated %NULL-terminated string array containing the all locales. Free with g_strfreev().
48
+ * @returns a newly allocated %NULL-terminated string array containing the all locales. Free with g_strfreev().
49
49
  */
50
50
  export function get_all_locales(): string[]
51
51
  /**
@@ -47,7 +47,7 @@ function desktop_thumbnail_is_valid(pixbuf: GdkPixbuf.Pixbuf, uri: string, mtime
47
47
  function desktop_thumbnail_path_for_uri(uri: string, size: DesktopThumbnailSize): string | null
48
48
  /**
49
49
  * Gets all locales.
50
- * @returns a newly allocated %NULL-terminated string array containing the all locales. Free with g_strfreev().
50
+ * @returns a newly allocated %NULL-terminated string array containing the all locales. Free with g_strfreev().
51
51
  */
52
52
  function get_all_locales(): string[]
53
53
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/gnomedesktop-4.0",
3
- "version": "4.0.0-3.2.9",
3
+ "version": "4.0.0-3.3.0",
4
4
  "description": "GJS TypeScript type definitions for GnomeDesktop-4.0, generated from library version 4.0.0",
5
5
  "type": "module",
6
6
  "module": "gnomedesktop-4.0.js",
@@ -31,13 +31,13 @@
31
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gnomedesktop-4.0.d.cts"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gdesktopenums-3.0": "^3.0.0-3.2.9",
35
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.9",
36
- "@girs/gio-2.0": "^2.78.0-3.2.9",
37
- "@girs/gjs": "^3.2.9",
38
- "@girs/glib-2.0": "^2.78.0-3.2.9",
39
- "@girs/gmodule-2.0": "^2.0.0-3.2.9",
40
- "@girs/gobject-2.0": "^2.78.0-3.2.9"
34
+ "@girs/gdesktopenums-3.0": "^3.0.0-3.3.0",
35
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.3.0",
36
+ "@girs/gio-2.0": "^2.78.0-3.3.0",
37
+ "@girs/gjs": "^3.3.0",
38
+ "@girs/glib-2.0": "^2.78.0-3.3.0",
39
+ "@girs/gmodule-2.0": "^2.0.0-3.3.0",
40
+ "@girs/gobject-2.0": "^2.78.0-3.3.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "typescript": "*"