@girs/xreaderdocument-1.5 4.2.2-4.0.0-beta.39 → 4.2.2-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/xreaderdocument-1.5)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for XreaderDocument-1.5, generated from library version 4.2.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.39.
8
+ GJS TypeScript type definitions for XreaderDocument-1.5, generated from library version 4.2.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.40.
9
9
 
10
10
  ## Install
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/xreaderdocument-1.5",
3
- "version": "4.2.2-4.0.0-beta.39",
3
+ "version": "4.2.2-4.0.0-beta.40",
4
4
  "description": "GJS TypeScript type definitions for XreaderDocument-1.5, generated from library version 4.2.2",
5
5
  "type": "module",
6
6
  "module": "xreaderdocument-1.5.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
  },
@@ -78,8 +78,9 @@ export namespace XreaderDocument {
78
78
  GZIP,
79
79
  LZMA,
80
80
  }
81
+
81
82
  class DocumentError extends GLib.Error {
82
- static $gtype: GObject.GType<DocumentError>;
83
+ static $gtype: GObject.GType<GLib.Error>;
83
84
 
84
85
  // Static fields
85
86
 
@@ -237,6 +238,7 @@ export namespace XreaderDocument {
237
238
  UNCOVER,
238
239
  FADE,
239
240
  }
241
+
240
242
  /**
241
243
  * The major version number of the EV library
242
244
  * (e.g. in version 3.1.4 this is 3).
@@ -332,7 +334,6 @@ export namespace XreaderDocument {
332
334
  * @returns %TRUE on success, or %FALSE on error with @error filled in
333
335
  */
334
336
  function xfer_uri_simple(from: string, to: string): boolean;
335
-
336
337
  export namespace AnnotationsSaveMask {
337
338
  export const $gtype: GObject.GType<AnnotationsSaveMask>;
338
339
  }
@@ -419,6 +420,7 @@ export namespace XreaderDocument {
419
420
  PREVIEW,
420
421
  NUMBER_UP,
421
422
  }
423
+
422
424
  namespace Annotation {
423
425
  // Signal signatures
424
426
  interface SignalSignatures extends GObject.Object.SignalSignatures {