@girs/amtk-4 4.0.0-4.0.0-beta.7 → 4.0.0-4.0.0-beta.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/amtk-4.d.ts +4 -0
  3. package/package.json +15 -15
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/amtk-4)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Amtk-4, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.7.
8
+ GJS TypeScript type definitions for Amtk-4, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.9.
9
9
 
10
10
 
11
11
  ## Install
package/amtk-4.d.ts CHANGED
@@ -168,6 +168,10 @@ export namespace Amtk {
168
168
  * @returns the URI of @item. Free with g_free() when no longer needed.
169
169
  */
170
170
  function utils_recent_chooser_menu_get_item_uri(menu: Gtk.RecentChooserMenu, item: Gtk.MenuItem): string;
171
+ export namespace FactoryFlags {
172
+ export const $gtype: GObject.GType<FactoryFlags>;
173
+ }
174
+
171
175
  /**
172
176
  * #AmtkFactoryFlags permits to control how a factory function creates the
173
177
  * object, to ignore some steps.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/amtk-4",
3
- "version": "4.0.0-4.0.0-beta.7",
3
+ "version": "4.0.0-4.0.0-beta.9",
4
4
  "description": "GJS TypeScript type definitions for Amtk-4, generated from library version 4.0.0",
5
5
  "type": "module",
6
6
  "module": "amtk-4.js",
@@ -31,20 +31,20 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/atk-1.0": "^2.52.0-4.0.0-beta.7",
35
- "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.7",
36
- "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.7",
37
- "@girs/gdk-3.0": "^3.24.42-4.0.0-beta.7",
38
- "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.7",
39
- "@girs/gio-2.0": "^2.80.2-4.0.0-beta.7",
40
- "@girs/gjs": "^4.0.0-beta.7",
41
- "@girs/glib-2.0": "^2.80.2-4.0.0-beta.7",
42
- "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.7",
43
- "@girs/gobject-2.0": "^2.80.2-4.0.0-beta.7",
44
- "@girs/gtk-3.0": "^3.24.42-4.0.0-beta.7",
45
- "@girs/harfbuzz-0.0": "^8.1.1-4.0.0-beta.7",
46
- "@girs/pango-1.0": "^1.52.2-4.0.0-beta.7",
47
- "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.7"
34
+ "@girs/atk-1.0": "^2.52.0-4.0.0-beta.9",
35
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.9",
36
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.9",
37
+ "@girs/gdk-3.0": "^3.24.42-4.0.0-beta.9",
38
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.9",
39
+ "@girs/gio-2.0": "^2.80.2-4.0.0-beta.9",
40
+ "@girs/gjs": "^4.0.0-beta.9",
41
+ "@girs/glib-2.0": "^2.80.2-4.0.0-beta.9",
42
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.9",
43
+ "@girs/gobject-2.0": "^2.80.2-4.0.0-beta.9",
44
+ "@girs/gtk-3.0": "^3.24.42-4.0.0-beta.9",
45
+ "@girs/harfbuzz-0.0": "^8.1.1-4.0.0-beta.9",
46
+ "@girs/pango-1.0": "^1.52.2-4.0.0-beta.9",
47
+ "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.9"
48
48
  },
49
49
  "devDependencies": {
50
50
  "typescript": "*"