@girs/evincedocument-3.0 48.1.0-4.0.0-beta.38 → 48.1.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/evincedocument-3.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for EvinceDocument-3.0, generated from library version 48.1.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.38.
8
+ GJS TypeScript type definitions for EvinceDocument-3.0, generated from library version 48.1.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.40.
9
9
 
10
10
  ## Install
11
11
 
@@ -99,8 +99,9 @@ export namespace EvinceDocument {
99
99
  NO,
100
100
  YES,
101
101
  }
102
+
102
103
  class DocumentError extends GLib.Error {
103
- static $gtype: GObject.GType<DocumentError>;
104
+ static $gtype: GObject.GType<GLib.Error>;
104
105
 
105
106
  // Static fields
106
107
 
@@ -111,7 +112,6 @@ export namespace EvinceDocument {
111
112
  // Constructors
112
113
 
113
114
  constructor(options: { message: string; code: number });
114
- _init(...args: any[]): void;
115
115
 
116
116
  // Static methods
117
117
 
@@ -259,6 +259,7 @@ export namespace EvinceDocument {
259
259
  UNCOVER,
260
260
  FADE,
261
261
  }
262
+
262
263
  /**
263
264
  * The major version number of the EV library
264
265
  * (e.g. in version 3.1.4 this is 3).
@@ -364,7 +365,6 @@ export namespace EvinceDocument {
364
365
  */
365
366
  function xfer_uri_simple(from: string, to: string): boolean;
366
367
  function xmp_parse(xmp: string, size: number, info: DocumentInfo): boolean;
367
-
368
368
  export namespace AnnotationsSaveMask {
369
369
  export const $gtype: GObject.GType<AnnotationsSaveMask>;
370
370
  }
@@ -471,6 +471,7 @@ export namespace EvinceDocument {
471
471
  CASE_SENSITIVE,
472
472
  WHOLE_WORDS_ONLY,
473
473
  }
474
+
474
475
  namespace Annotation {
475
476
  // Signal signatures
476
477
  interface SignalSignatures extends GObject.Object.SignalSignatures {
@@ -2937,7 +2938,6 @@ export namespace EvinceDocument {
2937
2938
  version: string;
2938
2939
  }>,
2939
2940
  );
2940
- _init(...args: any[]): void;
2941
2941
  }
2942
2942
 
2943
2943
  type DocumentClass = typeof Document;
@@ -2998,7 +2998,6 @@ export namespace EvinceDocument {
2998
2998
  fields_mask: number;
2999
2999
  }>,
3000
3000
  );
3001
- _init(...args: any[]): void;
3002
3001
 
3003
3002
  static ['new'](): DocumentInfo;
3004
3003
 
@@ -3035,7 +3034,6 @@ export namespace EvinceDocument {
3035
3034
  web_statement: string;
3036
3035
  }>,
3037
3036
  );
3038
- _init(...args: any[]): void;
3039
3037
 
3040
3038
  static ['new'](): DocumentLicense;
3041
3039
 
@@ -3056,10 +3054,6 @@ export namespace EvinceDocument {
3056
3054
  type DocumentPrintInterface = typeof DocumentPrint;
3057
3055
  abstract class DocumentPrivate {
3058
3056
  static $gtype: GObject.GType<DocumentPrivate>;
3059
-
3060
- // Constructors
3061
-
3062
- _init(...args: any[]): void;
3063
3057
  }
3064
3058
 
3065
3059
  type DocumentSecurityInterface = typeof DocumentSecurity;
@@ -3078,10 +3072,6 @@ export namespace EvinceDocument {
3078
3072
  paper_height: number;
3079
3073
  duplex: boolean;
3080
3074
  pages_per_sheet: number;
3081
-
3082
- // Constructors
3083
-
3084
- _init(...args: any[]): void;
3085
3075
  }
3086
3076
 
3087
3077
  type FileExporterInterface = typeof FileExporter;
@@ -3109,7 +3099,6 @@ export namespace EvinceDocument {
3109
3099
  after_hyphen: boolean;
3110
3100
  }>,
3111
3101
  );
3112
- _init(...args: any[]): void;
3113
3102
 
3114
3103
  static ['new'](): FindRectangle;
3115
3104
 
@@ -3127,46 +3116,26 @@ export namespace EvinceDocument {
3127
3116
  type ImageClass = typeof Image;
3128
3117
  abstract class ImagePrivate {
3129
3118
  static $gtype: GObject.GType<ImagePrivate>;
3130
-
3131
- // Constructors
3132
-
3133
- _init(...args: any[]): void;
3134
3119
  }
3135
3120
 
3136
3121
  type LayerClass = typeof Layer;
3137
3122
  abstract class LayerPrivate {
3138
3123
  static $gtype: GObject.GType<LayerPrivate>;
3139
-
3140
- // Constructors
3141
-
3142
- _init(...args: any[]): void;
3143
3124
  }
3144
3125
 
3145
3126
  type LinkActionClass = typeof LinkAction;
3146
3127
  abstract class LinkActionPrivate {
3147
3128
  static $gtype: GObject.GType<LinkActionPrivate>;
3148
-
3149
- // Constructors
3150
-
3151
- _init(...args: any[]): void;
3152
3129
  }
3153
3130
 
3154
3131
  type LinkClass = typeof Link;
3155
3132
  type LinkDestClass = typeof LinkDest;
3156
3133
  abstract class LinkDestPrivate {
3157
3134
  static $gtype: GObject.GType<LinkDestPrivate>;
3158
-
3159
- // Constructors
3160
-
3161
- _init(...args: any[]): void;
3162
3135
  }
3163
3136
 
3164
3137
  abstract class LinkPrivate {
3165
3138
  static $gtype: GObject.GType<LinkPrivate>;
3166
-
3167
- // Constructors
3168
-
3169
- _init(...args: any[]): void;
3170
3139
  }
3171
3140
 
3172
3141
  class Mapping {
@@ -3185,7 +3154,6 @@ export namespace EvinceDocument {
3185
3154
  data: any;
3186
3155
  }>,
3187
3156
  );
3188
- _init(...args: any[]): void;
3189
3157
  }
3190
3158
 
3191
3159
  class MappingList {
@@ -3194,7 +3162,6 @@ export namespace EvinceDocument {
3194
3162
  // Constructors
3195
3163
 
3196
3164
  constructor(page: number, list: Mapping[]);
3197
- _init(...args: any[]): void;
3198
3165
 
3199
3166
  static ['new'](page: number, list: Mapping[]): MappingList;
3200
3167
 
@@ -3216,10 +3183,6 @@ export namespace EvinceDocument {
3216
3183
  type MediaClass = typeof Media;
3217
3184
  abstract class MediaPrivate {
3218
3185
  static $gtype: GObject.GType<MediaPrivate>;
3219
-
3220
- // Constructors
3221
-
3222
- _init(...args: any[]): void;
3223
3186
  }
3224
3187
 
3225
3188
  type PageClass = typeof Page;
@@ -3239,7 +3202,6 @@ export namespace EvinceDocument {
3239
3202
  y: number;
3240
3203
  }>,
3241
3204
  );
3242
- _init(...args: any[]): void;
3243
3205
  }
3244
3206
 
3245
3207
  class Rectangle {
@@ -3262,7 +3224,6 @@ export namespace EvinceDocument {
3262
3224
  y2: number;
3263
3225
  }>,
3264
3226
  );
3265
- _init(...args: any[]): void;
3266
3227
 
3267
3228
  static ['new'](): Rectangle;
3268
3229
 
@@ -3292,7 +3253,6 @@ export namespace EvinceDocument {
3292
3253
  col: number;
3293
3254
  }>,
3294
3255
  );
3295
- _init(...args: any[]): void;
3296
3256
 
3297
3257
  static ['new'](filename: string, line: number, col: number): SourceLink;
3298
3258
 
@@ -3319,7 +3279,6 @@ export namespace EvinceDocument {
3319
3279
  mime_types: string;
3320
3280
  }>,
3321
3281
  );
3322
- _init(...args: any[]): void;
3323
3282
  }
3324
3283
 
3325
3284
  namespace AnnotationMarkup {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/evincedocument-3.0",
3
- "version": "48.1.0-4.0.0-beta.38",
3
+ "version": "48.1.0-4.0.0-beta.40",
4
4
  "description": "GJS TypeScript type definitions for EvinceDocument-3.0, generated from library version 48.1.0",
5
5
  "type": "module",
6
6
  "module": "evincedocument-3.0.js",
@@ -31,20 +31,20 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "4.0.0-beta.38",
35
- "@girs/gtk-3.0": "3.24.50-4.0.0-beta.38",
36
- "@girs/xlib-2.0": "2.0.0-4.0.0-beta.38",
37
- "@girs/gdk-3.0": "3.24.50-4.0.0-beta.38",
38
- "@girs/cairo-1.0": "1.0.0-4.0.0-beta.38",
39
- "@girs/gobject-2.0": "2.86.0-4.0.0-beta.38",
40
- "@girs/glib-2.0": "2.86.0-4.0.0-beta.38",
41
- "@girs/pango-1.0": "1.57.0-4.0.0-beta.38",
42
- "@girs/harfbuzz-0.0": "11.5.0-4.0.0-beta.38",
43
- "@girs/freetype2-2.0": "2.0.0-4.0.0-beta.38",
44
- "@girs/gio-2.0": "2.86.0-4.0.0-beta.38",
45
- "@girs/gmodule-2.0": "2.0.0-4.0.0-beta.38",
46
- "@girs/gdkpixbuf-2.0": "2.0.0-4.0.0-beta.38",
47
- "@girs/atk-1.0": "2.58.0-4.0.0-beta.38" },
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
  },