@girs/evincedocument-3.0 46.3.0-4.0.0-beta.24 → 46.3.0-4.0.0-beta.26

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,8 +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 46.3.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.24.
9
-
8
+ GJS TypeScript type definitions for EvinceDocument-3.0, generated from library version 46.3.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.26.
10
9
 
11
10
  ## Install
12
11
 
@@ -659,7 +659,7 @@ export namespace EvinceDocument {
659
659
  * @param utime a #time_t
660
660
  * @returns %TRUE if the last modified date has been updated, %FALSE otherwise.
661
661
  */
662
- set_modified_from_time_t(utime: never): boolean;
662
+ set_modified_from_time_t(utime: number): boolean;
663
663
  /**
664
664
  * Set the name of `annot`.
665
665
  * You can monitor changes of the annotation name by connecting
@@ -753,11 +753,11 @@ export namespace EvinceDocument {
753
753
  set_attachment(attachment: Attachment): boolean;
754
754
 
755
755
  // Inherited properties
756
- // This accessor conflicts with a property or field in a parent class or interface.
756
+ // This accessor conflicts with a field or function name in a parent class or interface.
757
757
  can_have_popup: boolean | any;
758
758
  get canHavePopup(): boolean;
759
759
  set canHavePopup(val: boolean);
760
- // This accessor conflicts with a property or field in a parent class or interface.
760
+ // This accessor conflicts with a field or function name in a parent class or interface.
761
761
  has_popup: boolean | any;
762
762
  get hasPopup(): boolean;
763
763
  set hasPopup(val: boolean);
@@ -904,7 +904,7 @@ export namespace EvinceDocument {
904
904
  * @param utime a #time_t
905
905
  * @returns %TRUE if the last modified date has been updated, %FALSE otherwise.
906
906
  */
907
- set_modified_from_time_t(utime: never): boolean;
907
+ set_modified_from_time_t(utime: number): boolean;
908
908
  /**
909
909
  * Set the name of `annot`.
910
910
  * You can monitor changes of the annotation name by connecting
@@ -1005,11 +1005,11 @@ export namespace EvinceDocument {
1005
1005
  set_is_open(is_open: boolean): boolean;
1006
1006
 
1007
1007
  // Inherited properties
1008
- // This accessor conflicts with a property or field in a parent class or interface.
1008
+ // This accessor conflicts with a field or function name in a parent class or interface.
1009
1009
  can_have_popup: boolean | any;
1010
1010
  get canHavePopup(): boolean;
1011
1011
  set canHavePopup(val: boolean);
1012
- // This accessor conflicts with a property or field in a parent class or interface.
1012
+ // This accessor conflicts with a field or function name in a parent class or interface.
1013
1013
  has_popup: boolean | any;
1014
1014
  get hasPopup(): boolean;
1015
1015
  set hasPopup(val: boolean);
@@ -1156,7 +1156,7 @@ export namespace EvinceDocument {
1156
1156
  * @param utime a #time_t
1157
1157
  * @returns %TRUE if the last modified date has been updated, %FALSE otherwise.
1158
1158
  */
1159
- set_modified_from_time_t(utime: never): boolean;
1159
+ set_modified_from_time_t(utime: number): boolean;
1160
1160
  /**
1161
1161
  * Set the name of `annot`.
1162
1162
  * You can monitor changes of the annotation name by connecting
@@ -1256,11 +1256,11 @@ export namespace EvinceDocument {
1256
1256
  set_markup_type(markup_type: AnnotationTextMarkupType | null): boolean;
1257
1257
 
1258
1258
  // Inherited properties
1259
- // This accessor conflicts with a property or field in a parent class or interface.
1259
+ // This accessor conflicts with a field or function name in a parent class or interface.
1260
1260
  can_have_popup: boolean | any;
1261
1261
  get canHavePopup(): boolean;
1262
1262
  set canHavePopup(val: boolean);
1263
- // This accessor conflicts with a property or field in a parent class or interface.
1263
+ // This accessor conflicts with a field or function name in a parent class or interface.
1264
1264
  has_popup: boolean | any;
1265
1265
  get hasPopup(): boolean;
1266
1266
  set hasPopup(val: boolean);
@@ -1407,7 +1407,7 @@ export namespace EvinceDocument {
1407
1407
  * @param utime a #time_t
1408
1408
  * @returns %TRUE if the last modified date has been updated, %FALSE otherwise.
1409
1409
  */
1410
- set_modified_from_time_t(utime: never): boolean;
1410
+ set_modified_from_time_t(utime: number): boolean;
1411
1411
  /**
1412
1412
  * Set the name of `annot`.
1413
1413
  * You can monitor changes of the annotation name by connecting
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/evincedocument-3.0",
3
- "version": "46.3.0-4.0.0-beta.24",
3
+ "version": "46.3.0-4.0.0-beta.26",
4
4
  "description": "GJS TypeScript type definitions for EvinceDocument-3.0, generated from library version 46.3.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/atk-1.0": "^2.56.2-4.0.0-beta.24",
35
- "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.24",
36
- "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.24",
37
- "@girs/gdk-3.0": "^3.24.50-4.0.0-beta.24",
38
- "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.24",
39
- "@girs/gio-2.0": "^2.84.2-4.0.0-beta.24",
40
- "@girs/gjs": "^4.0.0-beta.24",
41
- "@girs/glib-2.0": "^2.84.2-4.0.0-beta.24",
42
- "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.24",
43
- "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.24",
44
- "@girs/gtk-3.0": "^3.24.50-4.0.0-beta.24",
45
- "@girs/harfbuzz-0.0": "^10.4.0-4.0.0-beta.24",
46
- "@girs/pango-1.0": "^1.56.4-4.0.0-beta.24",
47
- "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.24"
34
+ "@girs/atk-1.0": "^2.56.3-4.0.0-beta.26",
35
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.26",
36
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.26",
37
+ "@girs/gdk-3.0": "^3.24.50-4.0.0-beta.26",
38
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.26",
39
+ "@girs/gio-2.0": "^2.84.4-4.0.0-beta.26",
40
+ "@girs/gjs": "^4.0.0-beta.26",
41
+ "@girs/glib-2.0": "^2.84.4-4.0.0-beta.26",
42
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.26",
43
+ "@girs/gobject-2.0": "^2.84.4-4.0.0-beta.26",
44
+ "@girs/gtk-3.0": "^3.24.50-4.0.0-beta.26",
45
+ "@girs/harfbuzz-0.0": "^10.4.0-4.0.0-beta.26",
46
+ "@girs/pango-1.0": "^1.56.4-4.0.0-beta.26",
47
+ "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.26"
48
48
  },
49
49
  "devDependencies": {
50
50
  "typescript": "*"