@girs/xreaderdocument-1.5 4.2.2-4.0.0-beta.25 → 4.2.2-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/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.25.
9
-
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.26.
10
9
 
11
10
  ## Install
12
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.25",
3
+ "version": "4.2.2-4.0.0-beta.26",
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/atk-1.0": "^2.56.2-4.0.0-beta.25",
35
- "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.25",
36
- "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.25",
37
- "@girs/gdk-3.0": "^3.24.50-4.0.0-beta.25",
38
- "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.25",
39
- "@girs/gio-2.0": "^2.84.2-4.0.0-beta.25",
40
- "@girs/gjs": "^4.0.0-beta.25",
41
- "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25",
42
- "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.25",
43
- "@girs/gobject-2.0": "^2.84.2-4.0.0-beta.25",
44
- "@girs/gtk-3.0": "^3.24.50-4.0.0-beta.25",
45
- "@girs/harfbuzz-0.0": "^10.4.0-4.0.0-beta.25",
46
- "@girs/pango-1.0": "^1.56.4-4.0.0-beta.25",
47
- "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.25"
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": "*"
@@ -596,7 +596,7 @@ export namespace XreaderDocument {
596
596
  * @param utime a #time_t
597
597
  * @returns %TRUE if the last modified date has been updated, %FALSE otherwise.
598
598
  */
599
- set_modified_from_time(utime: never): boolean;
599
+ set_modified_from_time(utime: number): boolean;
600
600
  /**
601
601
  * Set the name of `annot`.
602
602
  * You can monitor changes of the annotation name by connecting
@@ -690,11 +690,11 @@ export namespace XreaderDocument {
690
690
  set_attachment(attachment: Attachment): boolean;
691
691
 
692
692
  // Inherited properties
693
- // This accessor conflicts with a property or field in a parent class or interface.
693
+ // This accessor conflicts with a field or function name in a parent class or interface.
694
694
  can_have_popup: boolean | any;
695
695
  get canHavePopup(): boolean;
696
696
  set canHavePopup(val: boolean);
697
- // This accessor conflicts with a property or field in a parent class or interface.
697
+ // This accessor conflicts with a field or function name in a parent class or interface.
698
698
  has_popup: boolean | any;
699
699
  get hasPopup(): boolean;
700
700
  set hasPopup(val: boolean);
@@ -829,7 +829,7 @@ export namespace XreaderDocument {
829
829
  * @param utime a #time_t
830
830
  * @returns %TRUE if the last modified date has been updated, %FALSE otherwise.
831
831
  */
832
- set_modified_from_time(utime: never): boolean;
832
+ set_modified_from_time(utime: number): boolean;
833
833
  /**
834
834
  * Set the name of `annot`.
835
835
  * You can monitor changes of the annotation name by connecting
@@ -930,11 +930,11 @@ export namespace XreaderDocument {
930
930
  set_is_open(is_open: boolean): boolean;
931
931
 
932
932
  // Inherited properties
933
- // This accessor conflicts with a property or field in a parent class or interface.
933
+ // This accessor conflicts with a field or function name in a parent class or interface.
934
934
  can_have_popup: boolean | any;
935
935
  get canHavePopup(): boolean;
936
936
  set canHavePopup(val: boolean);
937
- // This accessor conflicts with a property or field in a parent class or interface.
937
+ // This accessor conflicts with a field or function name in a parent class or interface.
938
938
  has_popup: boolean | any;
939
939
  get hasPopup(): boolean;
940
940
  set hasPopup(val: boolean);
@@ -1069,7 +1069,7 @@ export namespace XreaderDocument {
1069
1069
  * @param utime a #time_t
1070
1070
  * @returns %TRUE if the last modified date has been updated, %FALSE otherwise.
1071
1071
  */
1072
- set_modified_from_time(utime: never): boolean;
1072
+ set_modified_from_time(utime: number): boolean;
1073
1073
  /**
1074
1074
  * Set the name of `annot`.
1075
1075
  * You can monitor changes of the annotation name by connecting
@@ -1169,11 +1169,11 @@ export namespace XreaderDocument {
1169
1169
  set_markup_type(markup_type: AnnotationTextMarkupType | null): boolean;
1170
1170
 
1171
1171
  // Inherited properties
1172
- // This accessor conflicts with a property or field in a parent class or interface.
1172
+ // This accessor conflicts with a field or function name in a parent class or interface.
1173
1173
  can_have_popup: boolean | any;
1174
1174
  get canHavePopup(): boolean;
1175
1175
  set canHavePopup(val: boolean);
1176
- // This accessor conflicts with a property or field in a parent class or interface.
1176
+ // This accessor conflicts with a field or function name in a parent class or interface.
1177
1177
  has_popup: boolean | any;
1178
1178
  get hasPopup(): boolean;
1179
1179
  set hasPopup(val: boolean);
@@ -1308,7 +1308,7 @@ export namespace XreaderDocument {
1308
1308
  * @param utime a #time_t
1309
1309
  * @returns %TRUE if the last modified date has been updated, %FALSE otherwise.
1310
1310
  */
1311
- set_modified_from_time(utime: never): boolean;
1311
+ set_modified_from_time(utime: number): boolean;
1312
1312
  /**
1313
1313
  * Set the name of `annot`.
1314
1314
  * You can monitor changes of the annotation name by connecting