@girs/amtk-4 4.0.0-4.0.0-beta.39 → 4.0.0-4.0.0-beta.40

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 -8
  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.39.
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.40.
9
9
 
10
10
  ## Install
11
11
 
package/amtk-4.d.ts CHANGED
@@ -170,19 +170,14 @@ export namespace Amtk {
170
170
  * @returns the URI of @item. Free with g_free() when no longer needed.
171
171
  */
172
172
  function utils_recent_chooser_menu_get_item_uri(menu: Gtk.RecentChooserMenu, item: Gtk.MenuItem): string;
173
- /**
174
- * #AmtkFactoryFlags permits to control how a factory function creates the
175
- * object, to ignore some steps.
176
- */
173
+ export namespace FactoryFlags {
174
+ export const $gtype: GObject.GType<FactoryFlags>;
175
+ }
177
176
 
178
177
  /**
179
178
  * #AmtkFactoryFlags permits to control how a factory function creates the
180
179
  * object, to ignore some steps.
181
180
  */
182
- export namespace FactoryFlags {
183
- export const $gtype: GObject.GType<FactoryFlags>;
184
- }
185
-
186
181
  enum FactoryFlags {
187
182
  /**
188
183
  * No flags.
@@ -220,6 +215,7 @@ export namespace Amtk {
220
215
  */
221
216
  IGNORE_ACCELS_FOR_APP,
222
217
  }
218
+
223
219
  namespace ActionInfoCentralStore {
224
220
  // Signal signatures
225
221
  interface SignalSignatures extends GObject.Object.SignalSignatures {}
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.39",
3
+ "version": "4.0.0-4.0.0-beta.40",
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/gjs": "4.0.0-beta.39",
35
- "@girs/gtk-3.0": "3.24.51-4.0.0-beta.39",
36
- "@girs/xlib-2.0": "2.0.0-4.0.0-beta.39",
37
- "@girs/gdk-3.0": "3.24.51-4.0.0-beta.39",
38
- "@girs/cairo-1.0": "1.0.0-4.0.0-beta.39",
39
- "@girs/gobject-2.0": "2.86.4-4.0.0-beta.39",
40
- "@girs/glib-2.0": "2.86.4-4.0.0-beta.39",
41
- "@girs/pango-1.0": "1.57.0-4.0.0-beta.39",
42
- "@girs/harfbuzz-0.0": "11.5.1-4.0.0-beta.39",
43
- "@girs/freetype2-2.0": "2.0.0-4.0.0-beta.39",
44
- "@girs/gio-2.0": "2.86.4-4.0.0-beta.39",
45
- "@girs/gmodule-2.0": "2.0.0-4.0.0-beta.39",
46
- "@girs/gdkpixbuf-2.0": "2.0.0-4.0.0-beta.39",
47
- "@girs/atk-1.0": "2.58.3-4.0.0-beta.39" },
34
+ "@girs/gjs": "4.0.0-beta.40",
35
+ "@girs/gtk-3.0": "3.24.51-4.0.0-beta.40",
36
+ "@girs/xlib-2.0": "2.0.0-4.0.0-beta.40",
37
+ "@girs/gdk-3.0": "3.24.51-4.0.0-beta.40",
38
+ "@girs/cairo-1.0": "1.0.0-4.0.0-beta.40",
39
+ "@girs/gobject-2.0": "2.86.4-4.0.0-beta.40",
40
+ "@girs/glib-2.0": "2.86.4-4.0.0-beta.40",
41
+ "@girs/pango-1.0": "1.57.0-4.0.0-beta.40",
42
+ "@girs/harfbuzz-0.0": "11.5.1-4.0.0-beta.40",
43
+ "@girs/freetype2-2.0": "2.0.0-4.0.0-beta.40",
44
+ "@girs/gio-2.0": "2.86.4-4.0.0-beta.40",
45
+ "@girs/gmodule-2.0": "2.0.0-4.0.0-beta.40",
46
+ "@girs/gdkpixbuf-2.0": "2.0.0-4.0.0-beta.40",
47
+ "@girs/atk-1.0": "2.58.3-4.0.0-beta.40" },
48
48
  "devDependencies": {
49
49
  "typescript": "*"
50
50
  },