@girs/gpaste-2 2.0.0-4.0.0-beta.39 → 2.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.
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/gpaste-2)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for GPaste-2, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.39.
8
+ GJS TypeScript type definitions for GPaste-2, generated from library version 2.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/gpaste-2.d.ts CHANGED
@@ -48,6 +48,7 @@ export namespace GPaste {
48
48
  ALL,
49
49
  POSITION,
50
50
  }
51
+
51
52
  const BUS_NAME: string;
52
53
  const CLOSE_ON_SELECT_SETTING: string;
53
54
  const DAEMON_ABOUT: string;
@@ -248,15 +249,6 @@ export namespace GPaste {
248
249
  * Controls in which GNOME Shell states an action (like keybindings and gestures)
249
250
  * should be handled.
250
251
  */
251
-
252
- /**
253
- * Controls in which GNOME Shell states an action (like keybindings and gestures)
254
- * should be handled.
255
- */
256
- export namespace GnomeShellActionMode {
257
- export const $gtype: GObject.GType<GnomeShellActionMode>;
258
- }
259
-
260
252
  enum GnomeShellActionMode {
261
253
  /**
262
254
  * block action
@@ -305,10 +297,6 @@ export namespace GPaste {
305
297
  ALL,
306
298
  }
307
299
 
308
- export namespace MetaKeyBindingFlags {
309
- export const $gtype: GObject.GType<MetaKeyBindingFlags>;
310
- }
311
-
312
300
  enum MetaKeyBindingFlags {
313
301
  /**
314
302
  * none
@@ -332,6 +320,7 @@ export namespace GPaste {
332
320
  NON_MASKABLE,
333
321
  IGNORE_AUTOREPEAT,
334
322
  }
323
+
335
324
  namespace Client {
336
325
  // Signal signatures
337
326
  interface SignalSignatures extends Gio.DBusProxy.SignalSignatures {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/gpaste-2",
3
- "version": "2.0.0-4.0.0-beta.39",
3
+ "version": "2.0.0-4.0.0-beta.40",
4
4
  "description": "GJS TypeScript type definitions for GPaste-2, generated from library version 2.0.0",
5
5
  "type": "module",
6
6
  "module": "gpaste-2.js",
@@ -31,11 +31,11 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "4.0.0-beta.39",
35
- "@girs/gio-2.0": "2.86.4-4.0.0-beta.39",
36
- "@girs/gobject-2.0": "2.86.4-4.0.0-beta.39",
37
- "@girs/glib-2.0": "2.86.4-4.0.0-beta.39",
38
- "@girs/gmodule-2.0": "2.0.0-4.0.0-beta.39" },
34
+ "@girs/gjs": "4.0.0-beta.40",
35
+ "@girs/gio-2.0": "2.86.4-4.0.0-beta.40",
36
+ "@girs/gobject-2.0": "2.86.4-4.0.0-beta.40",
37
+ "@girs/glib-2.0": "2.86.4-4.0.0-beta.40",
38
+ "@girs/gmodule-2.0": "2.0.0-4.0.0-beta.40" },
39
39
  "devDependencies": {
40
40
  "typescript": "*"
41
41
  },