@girs/dbusmenugtk3-0.4 0.4.0-3.2.3 → 0.4.0-3.2.4
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/dbusmenugtk3-0.4.d.cts +2 -2
- package/dbusmenugtk3-0.4.d.ts +2 -2
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for DbusmenuGtk3-0.4, generated from library version 0.4.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for DbusmenuGtk3-0.4, generated from library version 0.4.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.4.
|
|
9
9
|
|
|
10
10
|
A small little library that was created by pulling out some comon code out of indicator-applet. It passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus.
|
|
11
11
|
|
package/dbusmenugtk3-0.4.d.cts
CHANGED
|
@@ -16,11 +16,11 @@ import type Gtk from '@girs/gtk-3.0';
|
|
|
16
16
|
import type xlib from '@girs/xlib-2.0';
|
|
17
17
|
import type Gdk from '@girs/gdk-3.0';
|
|
18
18
|
import type cairo from '@girs/cairo-1.0';
|
|
19
|
+
import type GObject from '@girs/gobject-2.0';
|
|
20
|
+
import type GLib from '@girs/glib-2.0';
|
|
19
21
|
import type Pango from '@girs/pango-1.0';
|
|
20
22
|
import type HarfBuzz from '@girs/harfbuzz-0.0';
|
|
21
23
|
import type freetype2 from '@girs/freetype2-2.0';
|
|
22
|
-
import type GObject from '@girs/gobject-2.0';
|
|
23
|
-
import type GLib from '@girs/glib-2.0';
|
|
24
24
|
import type Gio from '@girs/gio-2.0';
|
|
25
25
|
import type GdkPixbuf from '@girs/gdkpixbuf-2.0';
|
|
26
26
|
import type GModule from '@girs/gmodule-2.0';
|
package/dbusmenugtk3-0.4.d.ts
CHANGED
|
@@ -16,11 +16,11 @@ import type Gtk from '@girs/gtk-3.0';
|
|
|
16
16
|
import type xlib from '@girs/xlib-2.0';
|
|
17
17
|
import type Gdk from '@girs/gdk-3.0';
|
|
18
18
|
import type cairo from '@girs/cairo-1.0';
|
|
19
|
+
import type GObject from '@girs/gobject-2.0';
|
|
20
|
+
import type GLib from '@girs/glib-2.0';
|
|
19
21
|
import type Pango from '@girs/pango-1.0';
|
|
20
22
|
import type HarfBuzz from '@girs/harfbuzz-0.0';
|
|
21
23
|
import type freetype2 from '@girs/freetype2-2.0';
|
|
22
|
-
import type GObject from '@girs/gobject-2.0';
|
|
23
|
-
import type GLib from '@girs/glib-2.0';
|
|
24
24
|
import type Gio from '@girs/gio-2.0';
|
|
25
25
|
import type GdkPixbuf from '@girs/gdkpixbuf-2.0';
|
|
26
26
|
import type GModule from '@girs/gmodule-2.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/dbusmenugtk3-0.4",
|
|
3
|
-
"version": "0.4.0-3.2.
|
|
3
|
+
"version": "0.4.0-3.2.4",
|
|
4
4
|
"description": "GJS TypeScript type definitions for DbusmenuGtk3-0.4, generated from library version 0.4.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dbusmenugtk3-0.4.js",
|
|
@@ -25,21 +25,21 @@
|
|
|
25
25
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit dbusmenugtk3-0.4.d.cts"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@girs/atk-1.0": "^2.
|
|
29
|
-
"@girs/cairo-1.0": "^1.0.0-3.2.
|
|
30
|
-
"@girs/dbusmenu-0.4": "^0.4.0-3.2.
|
|
31
|
-
"@girs/freetype2-2.0": "^2.0.0-3.2.
|
|
32
|
-
"@girs/gdk-3.0": "^3.24.38-3.2.
|
|
33
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.
|
|
34
|
-
"@girs/gio-2.0": "^2.
|
|
35
|
-
"@girs/gjs": "^3.2.
|
|
36
|
-
"@girs/glib-2.0": "^2.
|
|
37
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
38
|
-
"@girs/gobject-2.0": "^2.
|
|
39
|
-
"@girs/gtk-3.0": "^3.24.38-3.2.
|
|
40
|
-
"@girs/harfbuzz-0.0": "^
|
|
41
|
-
"@girs/pango-1.0": "^1.
|
|
42
|
-
"@girs/xlib-2.0": "^2.0.0-3.2.
|
|
28
|
+
"@girs/atk-1.0": "^2.50.0-3.2.4",
|
|
29
|
+
"@girs/cairo-1.0": "^1.0.0-3.2.4",
|
|
30
|
+
"@girs/dbusmenu-0.4": "^0.4.0-3.2.4",
|
|
31
|
+
"@girs/freetype2-2.0": "^2.0.0-3.2.4",
|
|
32
|
+
"@girs/gdk-3.0": "^3.24.38-3.2.4",
|
|
33
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.4",
|
|
34
|
+
"@girs/gio-2.0": "^2.78.0-3.2.4",
|
|
35
|
+
"@girs/gjs": "^3.2.4",
|
|
36
|
+
"@girs/glib-2.0": "^2.78.0-3.2.4",
|
|
37
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.4",
|
|
38
|
+
"@girs/gobject-2.0": "^2.78.0-3.2.4",
|
|
39
|
+
"@girs/gtk-3.0": "^3.24.38-3.2.4",
|
|
40
|
+
"@girs/harfbuzz-0.0": "^8.2.1-3.2.4",
|
|
41
|
+
"@girs/pango-1.0": "^1.51.0-3.2.4",
|
|
42
|
+
"@girs/xlib-2.0": "^2.0.0-3.2.4"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"typescript": "*"
|