@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.
- package/README.md +1 -1
- package/amtk-4.d.ts +4 -0
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
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.
|
|
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.
|
|
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.
|
|
35
|
-
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.
|
|
36
|
-
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.
|
|
37
|
-
"@girs/gdk-3.0": "^3.24.42-4.0.0-beta.
|
|
38
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.
|
|
39
|
-
"@girs/gio-2.0": "^2.80.2-4.0.0-beta.
|
|
40
|
-
"@girs/gjs": "^4.0.0-beta.
|
|
41
|
-
"@girs/glib-2.0": "^2.80.2-4.0.0-beta.
|
|
42
|
-
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.
|
|
43
|
-
"@girs/gobject-2.0": "^2.80.2-4.0.0-beta.
|
|
44
|
-
"@girs/gtk-3.0": "^3.24.42-4.0.0-beta.
|
|
45
|
-
"@girs/harfbuzz-0.0": "^8.1.1-4.0.0-beta.
|
|
46
|
-
"@girs/pango-1.0": "^1.52.2-4.0.0-beta.
|
|
47
|
-
"@girs/xlib-2.0": "^2.0.0-4.0.0-beta.
|
|
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": "*"
|