@girs/devhelp-3.0 3.0.0-4.0.0-beta.38 → 3.0.0-4.0.0-beta.39

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/devhelp-3.0.d.ts +16 -61
  3. package/package.json +18 -18
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/devhelp-3.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Devhelp-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.38.
8
+ GJS TypeScript type definitions for Devhelp-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.39.
9
9
 
10
10
  ## Install
11
11
 
package/devhelp-3.0.d.ts CHANGED
@@ -213,7 +213,8 @@ export namespace Devhelp {
213
213
  // Constructor properties interface
214
214
 
215
215
  interface ConstructorProps
216
- extends WebKit2.WebView.ConstructorProps,
216
+ extends
217
+ WebKit2.WebView.ConstructorProps,
217
218
  Atk.ImplementorIface.ConstructorProps,
218
219
  Gtk.Buildable.ConstructorProps {}
219
220
  }
@@ -1212,7 +1213,8 @@ export namespace Devhelp {
1212
1213
  // Constructor properties interface
1213
1214
 
1214
1215
  interface ConstructorProps
1215
- extends Gtk.TreeView.ConstructorProps,
1216
+ extends
1217
+ Gtk.TreeView.ConstructorProps,
1216
1218
  Atk.ImplementorIface.ConstructorProps,
1217
1219
  Gtk.Buildable.ConstructorProps,
1218
1220
  Gtk.Scrollable.ConstructorProps {
@@ -2882,7 +2884,8 @@ export namespace Devhelp {
2882
2884
  // Constructor properties interface
2883
2885
 
2884
2886
  interface ConstructorProps
2885
- extends Gtk.Notebook.ConstructorProps,
2887
+ extends
2888
+ Gtk.Notebook.ConstructorProps,
2886
2889
  Atk.ImplementorIface.ConstructorProps,
2887
2890
  Gtk.Buildable.ConstructorProps {
2888
2891
  profile: Profile;
@@ -3586,7 +3589,8 @@ export namespace Devhelp {
3586
3589
  // Constructor properties interface
3587
3590
 
3588
3591
  interface ConstructorProps
3589
- extends Gtk.SearchBar.ConstructorProps,
3592
+ extends
3593
+ Gtk.SearchBar.ConstructorProps,
3590
3594
  Atk.ImplementorIface.ConstructorProps,
3591
3595
  Gtk.Buildable.ConstructorProps {
3592
3596
  notebook: Notebook;
@@ -4435,7 +4439,8 @@ export namespace Devhelp {
4435
4439
  // Constructor properties interface
4436
4440
 
4437
4441
  interface ConstructorProps
4438
- extends Gtk.Grid.ConstructorProps,
4442
+ extends
4443
+ Gtk.Grid.ConstructorProps,
4439
4444
  Atk.ImplementorIface.ConstructorProps,
4440
4445
  Gtk.Buildable.ConstructorProps,
4441
4446
  Gtk.Orientable.ConstructorProps {
@@ -5037,7 +5042,8 @@ export namespace Devhelp {
5037
5042
  // Constructor properties interface
5038
5043
 
5039
5044
  interface ConstructorProps
5040
- extends Gtk.Grid.ConstructorProps,
5045
+ extends
5046
+ Gtk.Grid.ConstructorProps,
5041
5047
  Atk.ImplementorIface.ConstructorProps,
5042
5048
  Gtk.Buildable.ConstructorProps,
5043
5049
  Gtk.Orientable.ConstructorProps {
@@ -5620,7 +5626,8 @@ export namespace Devhelp {
5620
5626
  // Constructor properties interface
5621
5627
 
5622
5628
  interface ConstructorProps
5623
- extends Gtk.Grid.ConstructorProps,
5629
+ extends
5630
+ Gtk.Grid.ConstructorProps,
5624
5631
  Atk.ImplementorIface.ConstructorProps,
5625
5632
  Gtk.Buildable.ConstructorProps,
5626
5633
  Gtk.Orientable.ConstructorProps {
@@ -6217,7 +6224,8 @@ export namespace Devhelp {
6217
6224
  // Constructor properties interface
6218
6225
 
6219
6226
  interface ConstructorProps
6220
- extends WebKit2.WebView.ConstructorProps,
6227
+ extends
6228
+ WebKit2.WebView.ConstructorProps,
6221
6229
  Atk.ImplementorIface.ConstructorProps,
6222
6230
  Gtk.Buildable.ConstructorProps {
6223
6231
  profile: Profile;
@@ -6768,28 +6776,16 @@ export namespace Devhelp {
6768
6776
  type BookListBuilderClass = typeof BookListBuilder;
6769
6777
  abstract class BookListBuilderPrivate {
6770
6778
  static $gtype: GObject.GType<BookListBuilderPrivate>;
6771
-
6772
- // Constructors
6773
-
6774
- _init(...args: any[]): void;
6775
6779
  }
6776
6780
 
6777
6781
  type BookListClass = typeof BookList;
6778
6782
  type BookListDirectoryClass = typeof BookListDirectory;
6779
6783
  abstract class BookListDirectoryPrivate {
6780
6784
  static $gtype: GObject.GType<BookListDirectoryPrivate>;
6781
-
6782
- // Constructors
6783
-
6784
- _init(...args: any[]): void;
6785
6785
  }
6786
6786
 
6787
6787
  abstract class BookListPrivate {
6788
6788
  static $gtype: GObject.GType<BookListPrivate>;
6789
-
6790
- // Constructors
6791
-
6792
- _init(...args: any[]): void;
6793
6789
  }
6794
6790
 
6795
6791
  type BookManagerClass = typeof BookManager;
@@ -6797,10 +6793,6 @@ export namespace Devhelp {
6797
6793
  type CompletionClass = typeof Completion;
6798
6794
  abstract class CompletionPrivate {
6799
6795
  static $gtype: GObject.GType<CompletionPrivate>;
6800
-
6801
- // Constructors
6802
-
6803
- _init(...args: any[]): void;
6804
6796
  }
6805
6797
 
6806
6798
  type KeywordModelClass = typeof KeywordModel;
@@ -6810,7 +6802,6 @@ export namespace Devhelp {
6810
6802
  // Constructors
6811
6803
 
6812
6804
  constructor(type: LinkType, book_link: Link, name: string, relative_url: string);
6813
- _init(...args: any[]): void;
6814
6805
 
6815
6806
  static ['new'](type: LinkType, book_link: Link, name: string, relative_url: string): Link;
6816
6807
 
@@ -6873,55 +6864,31 @@ export namespace Devhelp {
6873
6864
  type NotebookClass = typeof Notebook;
6874
6865
  abstract class NotebookPrivate {
6875
6866
  static $gtype: GObject.GType<NotebookPrivate>;
6876
-
6877
- // Constructors
6878
-
6879
- _init(...args: any[]): void;
6880
6867
  }
6881
6868
 
6882
6869
  type ProfileBuilderClass = typeof ProfileBuilder;
6883
6870
  abstract class ProfileBuilderPrivate {
6884
6871
  static $gtype: GObject.GType<ProfileBuilderPrivate>;
6885
-
6886
- // Constructors
6887
-
6888
- _init(...args: any[]): void;
6889
6872
  }
6890
6873
 
6891
6874
  type ProfileClass = typeof Profile;
6892
6875
  abstract class ProfilePrivate {
6893
6876
  static $gtype: GObject.GType<ProfilePrivate>;
6894
-
6895
- // Constructors
6896
-
6897
- _init(...args: any[]): void;
6898
6877
  }
6899
6878
 
6900
6879
  type SearchBarClass = typeof SearchBar;
6901
6880
  abstract class SearchBarPrivate {
6902
6881
  static $gtype: GObject.GType<SearchBarPrivate>;
6903
-
6904
- // Constructors
6905
-
6906
- _init(...args: any[]): void;
6907
6882
  }
6908
6883
 
6909
6884
  type SettingsBuilderClass = typeof SettingsBuilder;
6910
6885
  abstract class SettingsBuilderPrivate {
6911
6886
  static $gtype: GObject.GType<SettingsBuilderPrivate>;
6912
-
6913
- // Constructors
6914
-
6915
- _init(...args: any[]): void;
6916
6887
  }
6917
6888
 
6918
6889
  type SettingsClass = typeof Settings;
6919
6890
  abstract class SettingsPrivate {
6920
6891
  static $gtype: GObject.GType<SettingsPrivate>;
6921
-
6922
- // Constructors
6923
-
6924
- _init(...args: any[]): void;
6925
6892
  }
6926
6893
 
6927
6894
  type SidebarClass = typeof Sidebar;
@@ -6929,27 +6896,15 @@ export namespace Devhelp {
6929
6896
  type TabLabelClass = typeof TabLabel;
6930
6897
  abstract class TabLabelPrivate {
6931
6898
  static $gtype: GObject.GType<TabLabelPrivate>;
6932
-
6933
- // Constructors
6934
-
6935
- _init(...args: any[]): void;
6936
6899
  }
6937
6900
 
6938
6901
  abstract class TabPrivate {
6939
6902
  static $gtype: GObject.GType<TabPrivate>;
6940
-
6941
- // Constructors
6942
-
6943
- _init(...args: any[]): void;
6944
6903
  }
6945
6904
 
6946
6905
  type WebViewClass = typeof WebView;
6947
6906
  abstract class WebViewPrivate {
6948
6907
  static $gtype: GObject.GType<WebViewPrivate>;
6949
-
6950
- // Constructors
6951
-
6952
- _init(...args: any[]): void;
6953
6908
  }
6954
6909
 
6955
6910
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/devhelp-3.0",
3
- "version": "3.0.0-4.0.0-beta.38",
3
+ "version": "3.0.0-4.0.0-beta.39",
4
4
  "description": "GJS TypeScript type definitions for Devhelp-3.0, generated from library version 3.0.0",
5
5
  "type": "module",
6
6
  "module": "devhelp-3.0.js",
@@ -31,23 +31,23 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "4.0.0-beta.38",
35
- "@girs/webkit2-4.1": "2.50.0-4.0.0-beta.38",
36
- "@girs/soup-3.0": "3.6.5-4.0.0-beta.38",
37
- "@girs/gio-2.0": "2.86.0-4.0.0-beta.38",
38
- "@girs/gobject-2.0": "2.86.0-4.0.0-beta.38",
39
- "@girs/glib-2.0": "2.86.0-4.0.0-beta.38",
40
- "@girs/gmodule-2.0": "2.0.0-4.0.0-beta.38",
41
- "@girs/javascriptcore-4.1": "2.50.0-4.0.0-beta.38",
42
- "@girs/gtk-3.0": "3.24.50-4.0.0-beta.38",
43
- "@girs/xlib-2.0": "2.0.0-4.0.0-beta.38",
44
- "@girs/gdk-3.0": "3.24.50-4.0.0-beta.38",
45
- "@girs/cairo-1.0": "1.0.0-4.0.0-beta.38",
46
- "@girs/pango-1.0": "1.57.0-4.0.0-beta.38",
47
- "@girs/harfbuzz-0.0": "11.5.0-4.0.0-beta.38",
48
- "@girs/freetype2-2.0": "2.0.0-4.0.0-beta.38",
49
- "@girs/gdkpixbuf-2.0": "2.0.0-4.0.0-beta.38",
50
- "@girs/atk-1.0": "2.58.0-4.0.0-beta.38" },
34
+ "@girs/gjs": "4.0.0-beta.39",
35
+ "@girs/webkit2-4.1": "2.50.5-4.0.0-beta.39",
36
+ "@girs/soup-3.0": "3.6.6-4.0.0-beta.39",
37
+ "@girs/gio-2.0": "2.86.4-4.0.0-beta.39",
38
+ "@girs/gobject-2.0": "2.86.4-4.0.0-beta.39",
39
+ "@girs/glib-2.0": "2.86.4-4.0.0-beta.39",
40
+ "@girs/gmodule-2.0": "2.0.0-4.0.0-beta.39",
41
+ "@girs/javascriptcore-4.1": "2.50.5-4.0.0-beta.39",
42
+ "@girs/gtk-3.0": "3.24.51-4.0.0-beta.39",
43
+ "@girs/xlib-2.0": "2.0.0-4.0.0-beta.39",
44
+ "@girs/gdk-3.0": "3.24.51-4.0.0-beta.39",
45
+ "@girs/cairo-1.0": "1.0.0-4.0.0-beta.39",
46
+ "@girs/pango-1.0": "1.57.0-4.0.0-beta.39",
47
+ "@girs/harfbuzz-0.0": "11.5.1-4.0.0-beta.39",
48
+ "@girs/freetype2-2.0": "2.0.0-4.0.0-beta.39",
49
+ "@girs/gdkpixbuf-2.0": "2.0.0-4.0.0-beta.39",
50
+ "@girs/atk-1.0": "2.58.3-4.0.0-beta.39" },
51
51
  "devDependencies": {
52
52
  "typescript": "*"
53
53
  },