@girs/dbusmenu-0.4 0.4.0-3.2.9 → 0.4.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/dbusmenu-0.4)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Dbusmenu-0.4, generated from library version 0.4.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
8
+ GJS TypeScript type definitions for Dbusmenu-0.4, generated from library version 0.4.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.3.0.
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
 
@@ -981,7 +981,7 @@ export interface Menuitem {
981
981
  * internal list. The calling function is now in charge of the ref's
982
982
  * on the children it has taken. A lot of responsibility involved
983
983
  * in taking children.
984
- * @returns A #GList of pointers to #DbusmenuMenuitem objects.
984
+ * @returns A #GList of pointers to #DbusmenuMenuitem objects.
985
985
  */
986
986
  take_children(): Menuitem[]
987
987
  /**
package/dbusmenu-0.4.d.ts CHANGED
@@ -983,7 +983,7 @@ interface Menuitem {
983
983
  * internal list. The calling function is now in charge of the ref's
984
984
  * on the children it has taken. A lot of responsibility involved
985
985
  * in taking children.
986
- * @returns A #GList of pointers to #DbusmenuMenuitem objects.
986
+ * @returns A #GList of pointers to #DbusmenuMenuitem objects.
987
987
  */
988
988
  take_children(): Menuitem[]
989
989
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/dbusmenu-0.4",
3
- "version": "0.4.0-3.2.9",
3
+ "version": "0.4.0-3.3.0",
4
4
  "description": "GJS TypeScript type definitions for Dbusmenu-0.4, generated from library version 0.4.0",
5
5
  "type": "module",
6
6
  "module": "dbusmenu-0.4.js",
@@ -31,9 +31,9 @@
31
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit dbusmenu-0.4.d.cts"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "^3.2.9",
35
- "@girs/glib-2.0": "^2.78.0-3.2.9",
36
- "@girs/gobject-2.0": "^2.78.0-3.2.9"
34
+ "@girs/gjs": "^3.3.0",
35
+ "@girs/glib-2.0": "^2.78.0-3.3.0",
36
+ "@girs/gobject-2.0": "^2.78.0-3.3.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "typescript": "*"