@girs/devhelp-3.0 3.0.0-4.0.0-beta.11 → 3.0.0-4.0.0-beta.13
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 +1 -1
- package/devhelp-3.0.d.ts +78 -78
- package/package.json +18 -18
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
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.
|
|
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.13.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/devhelp-3.0.d.ts
CHANGED
|
@@ -153,7 +153,7 @@ export namespace Devhelp {
|
|
|
153
153
|
class AssistantView extends WebKit2.WebView implements Atk.ImplementorIface, Gtk.Buildable {
|
|
154
154
|
static $gtype: GObject.GType<AssistantView>;
|
|
155
155
|
|
|
156
|
-
// Constructors
|
|
156
|
+
// Constructors
|
|
157
157
|
|
|
158
158
|
constructor(properties?: Partial<AssistantView.ConstructorProps>, ...args: any[]);
|
|
159
159
|
|
|
@@ -161,7 +161,7 @@ export namespace Devhelp {
|
|
|
161
161
|
|
|
162
162
|
static ['new'](): AssistantView;
|
|
163
163
|
|
|
164
|
-
//
|
|
164
|
+
// Signals
|
|
165
165
|
|
|
166
166
|
connect(id: string, callback: (...args: any[]) => any): number;
|
|
167
167
|
connect_after(id: string, callback: (...args: any[]) => any): number;
|
|
@@ -170,7 +170,7 @@ export namespace Devhelp {
|
|
|
170
170
|
connect_after(signal: 'open-uri', callback: (_source: this, uri: string) => void): number;
|
|
171
171
|
emit(signal: 'open-uri', uri: string): void;
|
|
172
172
|
|
|
173
|
-
//
|
|
173
|
+
// Methods
|
|
174
174
|
|
|
175
175
|
/**
|
|
176
176
|
* Search for `str` in the current assistant view.
|
|
@@ -607,7 +607,7 @@ export namespace Devhelp {
|
|
|
607
607
|
class Book extends GObject.Object {
|
|
608
608
|
static $gtype: GObject.GType<Book>;
|
|
609
609
|
|
|
610
|
-
// Constructors
|
|
610
|
+
// Constructors
|
|
611
611
|
|
|
612
612
|
constructor(properties?: Partial<Book.ConstructorProps>, ...args: any[]);
|
|
613
613
|
|
|
@@ -615,7 +615,7 @@ export namespace Devhelp {
|
|
|
615
615
|
|
|
616
616
|
static ['new'](index_file: Gio.File): Book;
|
|
617
617
|
|
|
618
|
-
//
|
|
618
|
+
// Signals
|
|
619
619
|
|
|
620
620
|
connect(id: string, callback: (...args: any[]) => any): number;
|
|
621
621
|
connect_after(id: string, callback: (...args: any[]) => any): number;
|
|
@@ -627,7 +627,7 @@ export namespace Devhelp {
|
|
|
627
627
|
connect_after(signal: 'updated', callback: (_source: this) => void): number;
|
|
628
628
|
emit(signal: 'updated'): void;
|
|
629
629
|
|
|
630
|
-
//
|
|
630
|
+
// Methods
|
|
631
631
|
|
|
632
632
|
/**
|
|
633
633
|
* Compares the #DhBook's by their IDs, with g_ascii_strcasecmp().
|
|
@@ -683,7 +683,7 @@ export namespace Devhelp {
|
|
|
683
683
|
class BookList extends GObject.Object {
|
|
684
684
|
static $gtype: GObject.GType<BookList>;
|
|
685
685
|
|
|
686
|
-
// Constructors
|
|
686
|
+
// Constructors
|
|
687
687
|
|
|
688
688
|
constructor(properties?: Partial<BookList.ConstructorProps>, ...args: any[]);
|
|
689
689
|
|
|
@@ -691,7 +691,7 @@ export namespace Devhelp {
|
|
|
691
691
|
|
|
692
692
|
static ['new'](): BookList;
|
|
693
693
|
|
|
694
|
-
//
|
|
694
|
+
// Signals
|
|
695
695
|
|
|
696
696
|
connect(id: string, callback: (...args: any[]) => any): number;
|
|
697
697
|
connect_after(id: string, callback: (...args: any[]) => any): number;
|
|
@@ -703,7 +703,7 @@ export namespace Devhelp {
|
|
|
703
703
|
connect_after(signal: 'remove-book', callback: (_source: this, book: Book) => void): number;
|
|
704
704
|
emit(signal: 'remove-book', book: Book): void;
|
|
705
705
|
|
|
706
|
-
//
|
|
706
|
+
// Static methods
|
|
707
707
|
|
|
708
708
|
/**
|
|
709
709
|
* Gets the default #DhBookList object. It is created with #DhBookListBuilder,
|
|
@@ -713,7 +713,7 @@ export namespace Devhelp {
|
|
|
713
713
|
*/
|
|
714
714
|
static get_default(): BookList;
|
|
715
715
|
|
|
716
|
-
//
|
|
716
|
+
// Virtual methods
|
|
717
717
|
|
|
718
718
|
/**
|
|
719
719
|
* Emits the #DhBookList::add-book signal.
|
|
@@ -737,7 +737,7 @@ export namespace Devhelp {
|
|
|
737
737
|
*/
|
|
738
738
|
vfunc_remove_book(book: Book): void;
|
|
739
739
|
|
|
740
|
-
//
|
|
740
|
+
// Methods
|
|
741
741
|
|
|
742
742
|
/**
|
|
743
743
|
* Emits the #DhBookList::add-book signal.
|
|
@@ -772,7 +772,7 @@ export namespace Devhelp {
|
|
|
772
772
|
class BookListBuilder extends GObject.Object {
|
|
773
773
|
static $gtype: GObject.GType<BookListBuilder>;
|
|
774
774
|
|
|
775
|
-
// Constructors
|
|
775
|
+
// Constructors
|
|
776
776
|
|
|
777
777
|
constructor(properties?: Partial<BookListBuilder.ConstructorProps>, ...args: any[]);
|
|
778
778
|
|
|
@@ -780,7 +780,7 @@ export namespace Devhelp {
|
|
|
780
780
|
|
|
781
781
|
static ['new'](): BookListBuilder;
|
|
782
782
|
|
|
783
|
-
//
|
|
783
|
+
// Methods
|
|
784
784
|
|
|
785
785
|
/**
|
|
786
786
|
* Creates the default #DhBookListDirectory's and adds them to `builder` with
|
|
@@ -854,14 +854,14 @@ export namespace Devhelp {
|
|
|
854
854
|
class BookListDirectory extends BookList {
|
|
855
855
|
static $gtype: GObject.GType<BookListDirectory>;
|
|
856
856
|
|
|
857
|
-
//
|
|
857
|
+
// Properties
|
|
858
858
|
|
|
859
859
|
/**
|
|
860
860
|
* The directory, as a #GFile, containing a set of Devhelp books.
|
|
861
861
|
*/
|
|
862
862
|
get directory(): Gio.File;
|
|
863
863
|
|
|
864
|
-
// Constructors
|
|
864
|
+
// Constructors
|
|
865
865
|
|
|
866
866
|
constructor(properties?: Partial<BookListDirectory.ConstructorProps>, ...args: any[]);
|
|
867
867
|
|
|
@@ -872,7 +872,7 @@ export namespace Devhelp {
|
|
|
872
872
|
|
|
873
873
|
static ['new'](...args: never[]): any;
|
|
874
874
|
|
|
875
|
-
//
|
|
875
|
+
// Methods
|
|
876
876
|
|
|
877
877
|
get_directory(): Gio.File;
|
|
878
878
|
}
|
|
@@ -886,7 +886,7 @@ export namespace Devhelp {
|
|
|
886
886
|
class BookManager extends GObject.Object {
|
|
887
887
|
static $gtype: GObject.GType<BookManager>;
|
|
888
888
|
|
|
889
|
-
// Constructors
|
|
889
|
+
// Constructors
|
|
890
890
|
|
|
891
891
|
constructor(properties?: Partial<BookManager.ConstructorProps>, ...args: any[]);
|
|
892
892
|
|
|
@@ -894,7 +894,7 @@ export namespace Devhelp {
|
|
|
894
894
|
|
|
895
895
|
static ['new'](): BookManager;
|
|
896
896
|
|
|
897
|
-
//
|
|
897
|
+
// Methods
|
|
898
898
|
|
|
899
899
|
populate(): void;
|
|
900
900
|
}
|
|
@@ -920,7 +920,7 @@ export namespace Devhelp {
|
|
|
920
920
|
class BookTree extends Gtk.TreeView implements Atk.ImplementorIface, Gtk.Buildable, Gtk.Scrollable {
|
|
921
921
|
static $gtype: GObject.GType<BookTree>;
|
|
922
922
|
|
|
923
|
-
//
|
|
923
|
+
// Properties
|
|
924
924
|
|
|
925
925
|
/**
|
|
926
926
|
* The #DhProfile. If set to %NULL, the default profile as returned by
|
|
@@ -928,7 +928,7 @@ export namespace Devhelp {
|
|
|
928
928
|
*/
|
|
929
929
|
get profile(): Profile;
|
|
930
930
|
|
|
931
|
-
// Constructors
|
|
931
|
+
// Constructors
|
|
932
932
|
|
|
933
933
|
constructor(properties?: Partial<BookTree.ConstructorProps>, ...args: any[]);
|
|
934
934
|
|
|
@@ -939,7 +939,7 @@ export namespace Devhelp {
|
|
|
939
939
|
|
|
940
940
|
static ['new'](...args: never[]): any;
|
|
941
941
|
|
|
942
|
-
//
|
|
942
|
+
// Signals
|
|
943
943
|
|
|
944
944
|
connect(id: string, callback: (...args: any[]) => any): number;
|
|
945
945
|
connect_after(id: string, callback: (...args: any[]) => any): number;
|
|
@@ -948,7 +948,7 @@ export namespace Devhelp {
|
|
|
948
948
|
connect_after(signal: 'link-selected', callback: (_source: this, link: Link) => void): number;
|
|
949
949
|
emit(signal: 'link-selected', link: Link): void;
|
|
950
950
|
|
|
951
|
-
//
|
|
951
|
+
// Methods
|
|
952
952
|
|
|
953
953
|
get_profile(): Profile;
|
|
954
954
|
get_selected_link(): Link | null;
|
|
@@ -1471,7 +1471,7 @@ export namespace Devhelp {
|
|
|
1471
1471
|
class Completion extends GObject.Object {
|
|
1472
1472
|
static $gtype: GObject.GType<Completion>;
|
|
1473
1473
|
|
|
1474
|
-
// Constructors
|
|
1474
|
+
// Constructors
|
|
1475
1475
|
|
|
1476
1476
|
constructor(properties?: Partial<Completion.ConstructorProps>, ...args: any[]);
|
|
1477
1477
|
|
|
@@ -1479,7 +1479,7 @@ export namespace Devhelp {
|
|
|
1479
1479
|
|
|
1480
1480
|
static ['new'](): Completion;
|
|
1481
1481
|
|
|
1482
|
-
//
|
|
1482
|
+
// Static methods
|
|
1483
1483
|
|
|
1484
1484
|
/**
|
|
1485
1485
|
* The same as dh_completion_complete(), but aggregated for several
|
|
@@ -1489,7 +1489,7 @@ export namespace Devhelp {
|
|
|
1489
1489
|
*/
|
|
1490
1490
|
static aggregate_complete(completion_objects: Completion[] | null, prefix: string): string | null;
|
|
1491
1491
|
|
|
1492
|
-
//
|
|
1492
|
+
// Methods
|
|
1493
1493
|
|
|
1494
1494
|
/**
|
|
1495
1495
|
* Adds a string to the `completion` object.
|
|
@@ -1528,7 +1528,7 @@ export namespace Devhelp {
|
|
|
1528
1528
|
class KeywordModel extends GObject.Object implements Gtk.TreeModel {
|
|
1529
1529
|
static $gtype: GObject.GType<KeywordModel>;
|
|
1530
1530
|
|
|
1531
|
-
// Constructors
|
|
1531
|
+
// Constructors
|
|
1532
1532
|
|
|
1533
1533
|
constructor(properties?: Partial<KeywordModel.ConstructorProps>, ...args: any[]);
|
|
1534
1534
|
|
|
@@ -1536,7 +1536,7 @@ export namespace Devhelp {
|
|
|
1536
1536
|
|
|
1537
1537
|
static ['new'](): KeywordModel;
|
|
1538
1538
|
|
|
1539
|
-
//
|
|
1539
|
+
// Methods
|
|
1540
1540
|
|
|
1541
1541
|
/**
|
|
1542
1542
|
* Searches in the #DhBookList of `profile` the list of #DhLink's that correspond
|
|
@@ -2379,7 +2379,7 @@ export namespace Devhelp {
|
|
|
2379
2379
|
class Notebook extends Gtk.Notebook implements Atk.ImplementorIface, Gtk.Buildable {
|
|
2380
2380
|
static $gtype: GObject.GType<Notebook>;
|
|
2381
2381
|
|
|
2382
|
-
//
|
|
2382
|
+
// Properties
|
|
2383
2383
|
|
|
2384
2384
|
/**
|
|
2385
2385
|
* The #DhProfile. If set to %NULL, the default profile as returned by
|
|
@@ -2387,7 +2387,7 @@ export namespace Devhelp {
|
|
|
2387
2387
|
*/
|
|
2388
2388
|
get profile(): Profile;
|
|
2389
2389
|
|
|
2390
|
-
// Constructors
|
|
2390
|
+
// Constructors
|
|
2391
2391
|
|
|
2392
2392
|
constructor(properties?: Partial<Notebook.ConstructorProps>, ...args: any[]);
|
|
2393
2393
|
|
|
@@ -2398,7 +2398,7 @@ export namespace Devhelp {
|
|
|
2398
2398
|
|
|
2399
2399
|
static ['new'](...args: never[]): any;
|
|
2400
2400
|
|
|
2401
|
-
//
|
|
2401
|
+
// Methods
|
|
2402
2402
|
|
|
2403
2403
|
get_active_tab(): Tab | null;
|
|
2404
2404
|
get_active_web_view(): WebView | null;
|
|
@@ -2825,13 +2825,13 @@ export namespace Devhelp {
|
|
|
2825
2825
|
class Profile extends GObject.Object {
|
|
2826
2826
|
static $gtype: GObject.GType<Profile>;
|
|
2827
2827
|
|
|
2828
|
-
// Constructors
|
|
2828
|
+
// Constructors
|
|
2829
2829
|
|
|
2830
2830
|
constructor(properties?: Partial<Profile.ConstructorProps>, ...args: any[]);
|
|
2831
2831
|
|
|
2832
2832
|
_init(...args: any[]): void;
|
|
2833
2833
|
|
|
2834
|
-
//
|
|
2834
|
+
// Static methods
|
|
2835
2835
|
|
|
2836
2836
|
/**
|
|
2837
2837
|
* Gets the default #DhProfile object. It has the default #DhSettings object as
|
|
@@ -2840,7 +2840,7 @@ export namespace Devhelp {
|
|
|
2840
2840
|
*/
|
|
2841
2841
|
static get_default(): Profile;
|
|
2842
2842
|
|
|
2843
|
-
//
|
|
2843
|
+
// Methods
|
|
2844
2844
|
|
|
2845
2845
|
/**
|
|
2846
2846
|
* Gets the #DhBookList object of `profile`. The returned object is guaranteed to
|
|
@@ -2865,7 +2865,7 @@ export namespace Devhelp {
|
|
|
2865
2865
|
class ProfileBuilder extends GObject.Object {
|
|
2866
2866
|
static $gtype: GObject.GType<ProfileBuilder>;
|
|
2867
2867
|
|
|
2868
|
-
// Constructors
|
|
2868
|
+
// Constructors
|
|
2869
2869
|
|
|
2870
2870
|
constructor(properties?: Partial<ProfileBuilder.ConstructorProps>, ...args: any[]);
|
|
2871
2871
|
|
|
@@ -2873,7 +2873,7 @@ export namespace Devhelp {
|
|
|
2873
2873
|
|
|
2874
2874
|
static ['new'](): ProfileBuilder;
|
|
2875
2875
|
|
|
2876
|
-
//
|
|
2876
|
+
// Methods
|
|
2877
2877
|
|
|
2878
2878
|
create_object(): Profile;
|
|
2879
2879
|
/**
|
|
@@ -2908,7 +2908,7 @@ export namespace Devhelp {
|
|
|
2908
2908
|
class SearchBar extends Gtk.SearchBar implements Atk.ImplementorIface, Gtk.Buildable {
|
|
2909
2909
|
static $gtype: GObject.GType<SearchBar>;
|
|
2910
2910
|
|
|
2911
|
-
//
|
|
2911
|
+
// Properties
|
|
2912
2912
|
|
|
2913
2913
|
/**
|
|
2914
2914
|
* The associated #DhNotebook. #DhSearchBar has a strong reference to
|
|
@@ -2916,7 +2916,7 @@ export namespace Devhelp {
|
|
|
2916
2916
|
*/
|
|
2917
2917
|
get notebook(): Notebook;
|
|
2918
2918
|
|
|
2919
|
-
// Constructors
|
|
2919
|
+
// Constructors
|
|
2920
2920
|
|
|
2921
2921
|
constructor(properties?: Partial<SearchBar.ConstructorProps>, ...args: any[]);
|
|
2922
2922
|
|
|
@@ -2927,7 +2927,7 @@ export namespace Devhelp {
|
|
|
2927
2927
|
|
|
2928
2928
|
static ['new'](...args: never[]): any;
|
|
2929
2929
|
|
|
2930
|
-
//
|
|
2930
|
+
// Methods
|
|
2931
2931
|
|
|
2932
2932
|
get_notebook(): Notebook;
|
|
2933
2933
|
/**
|
|
@@ -3366,7 +3366,7 @@ export namespace Devhelp {
|
|
|
3366
3366
|
class Settings extends GObject.Object {
|
|
3367
3367
|
static $gtype: GObject.GType<Settings>;
|
|
3368
3368
|
|
|
3369
|
-
//
|
|
3369
|
+
// Properties
|
|
3370
3370
|
|
|
3371
3371
|
/**
|
|
3372
3372
|
* Font for text with fixed width, such as code examples.
|
|
@@ -3417,13 +3417,13 @@ export namespace Devhelp {
|
|
|
3417
3417
|
get variableFont(): string;
|
|
3418
3418
|
set variableFont(val: string);
|
|
3419
3419
|
|
|
3420
|
-
// Constructors
|
|
3420
|
+
// Constructors
|
|
3421
3421
|
|
|
3422
3422
|
constructor(properties?: Partial<Settings.ConstructorProps>, ...args: any[]);
|
|
3423
3423
|
|
|
3424
3424
|
_init(...args: any[]): void;
|
|
3425
3425
|
|
|
3426
|
-
//
|
|
3426
|
+
// Signals
|
|
3427
3427
|
|
|
3428
3428
|
connect(id: string, callback: (...args: any[]) => any): number;
|
|
3429
3429
|
connect_after(id: string, callback: (...args: any[]) => any): number;
|
|
@@ -3435,7 +3435,7 @@ export namespace Devhelp {
|
|
|
3435
3435
|
connect_after(signal: 'fonts-changed', callback: (_source: this) => void): number;
|
|
3436
3436
|
emit(signal: 'fonts-changed'): void;
|
|
3437
3437
|
|
|
3438
|
-
//
|
|
3438
|
+
// Static methods
|
|
3439
3439
|
|
|
3440
3440
|
/**
|
|
3441
3441
|
* Gets the default #DhSettings object. It has the default #GSettings paths (see
|
|
@@ -3443,12 +3443,12 @@ export namespace Devhelp {
|
|
|
3443
3443
|
*/
|
|
3444
3444
|
static get_default(): Settings;
|
|
3445
3445
|
|
|
3446
|
-
//
|
|
3446
|
+
// Virtual methods
|
|
3447
3447
|
|
|
3448
3448
|
vfunc_books_disabled_changed(): void;
|
|
3449
3449
|
vfunc_fonts_changed(): void;
|
|
3450
3450
|
|
|
3451
|
-
//
|
|
3451
|
+
// Methods
|
|
3452
3452
|
|
|
3453
3453
|
/**
|
|
3454
3454
|
* Binds all the #DhSettings properties to their corresponding #GSettings keys.
|
|
@@ -3549,7 +3549,7 @@ export namespace Devhelp {
|
|
|
3549
3549
|
class SettingsBuilder extends GObject.Object {
|
|
3550
3550
|
static $gtype: GObject.GType<SettingsBuilder>;
|
|
3551
3551
|
|
|
3552
|
-
// Constructors
|
|
3552
|
+
// Constructors
|
|
3553
3553
|
|
|
3554
3554
|
constructor(properties?: Partial<SettingsBuilder.ConstructorProps>, ...args: any[]);
|
|
3555
3555
|
|
|
@@ -3557,7 +3557,7 @@ export namespace Devhelp {
|
|
|
3557
3557
|
|
|
3558
3558
|
static ['new'](): SettingsBuilder;
|
|
3559
3559
|
|
|
3560
|
-
//
|
|
3560
|
+
// Methods
|
|
3561
3561
|
|
|
3562
3562
|
create_object(): Settings;
|
|
3563
3563
|
/**
|
|
@@ -3599,7 +3599,7 @@ export namespace Devhelp {
|
|
|
3599
3599
|
class Sidebar extends Gtk.Grid implements Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
|
|
3600
3600
|
static $gtype: GObject.GType<Sidebar>;
|
|
3601
3601
|
|
|
3602
|
-
//
|
|
3602
|
+
// Properties
|
|
3603
3603
|
|
|
3604
3604
|
/**
|
|
3605
3605
|
* The #DhProfile. If set to %NULL, the default profile as returned by
|
|
@@ -3607,7 +3607,7 @@ export namespace Devhelp {
|
|
|
3607
3607
|
*/
|
|
3608
3608
|
get profile(): Profile;
|
|
3609
3609
|
|
|
3610
|
-
// Constructors
|
|
3610
|
+
// Constructors
|
|
3611
3611
|
|
|
3612
3612
|
constructor(properties?: Partial<Sidebar.ConstructorProps>, ...args: any[]);
|
|
3613
3613
|
|
|
@@ -3618,7 +3618,7 @@ export namespace Devhelp {
|
|
|
3618
3618
|
|
|
3619
3619
|
static ['new'](...args: never[]): any;
|
|
3620
3620
|
|
|
3621
|
-
//
|
|
3621
|
+
// Signals
|
|
3622
3622
|
|
|
3623
3623
|
connect(id: string, callback: (...args: any[]) => any): number;
|
|
3624
3624
|
connect_after(id: string, callback: (...args: any[]) => any): number;
|
|
@@ -3627,15 +3627,15 @@ export namespace Devhelp {
|
|
|
3627
3627
|
connect_after(signal: 'link-selected', callback: (_source: this, link: Link) => void): number;
|
|
3628
3628
|
emit(signal: 'link-selected', link: Link): void;
|
|
3629
3629
|
|
|
3630
|
-
//
|
|
3630
|
+
// Static methods
|
|
3631
3631
|
|
|
3632
3632
|
static new2(profile?: Profile | null): Sidebar;
|
|
3633
3633
|
|
|
3634
|
-
//
|
|
3634
|
+
// Virtual methods
|
|
3635
3635
|
|
|
3636
3636
|
vfunc_link_selected(link: Link): void;
|
|
3637
3637
|
|
|
3638
|
-
//
|
|
3638
|
+
// Methods
|
|
3639
3639
|
|
|
3640
3640
|
get_profile(): Profile;
|
|
3641
3641
|
/**
|
|
@@ -4092,7 +4092,7 @@ export namespace Devhelp {
|
|
|
4092
4092
|
class Tab extends Gtk.Grid implements Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
|
|
4093
4093
|
static $gtype: GObject.GType<Tab>;
|
|
4094
4094
|
|
|
4095
|
-
//
|
|
4095
|
+
// Properties
|
|
4096
4096
|
|
|
4097
4097
|
/**
|
|
4098
4098
|
* The #DhWebView of the tab. If set to %NULL a #DhWebView is created
|
|
@@ -4105,7 +4105,7 @@ export namespace Devhelp {
|
|
|
4105
4105
|
*/
|
|
4106
4106
|
get webView(): WebView;
|
|
4107
4107
|
|
|
4108
|
-
// Constructors
|
|
4108
|
+
// Constructors
|
|
4109
4109
|
|
|
4110
4110
|
constructor(properties?: Partial<Tab.ConstructorProps>, ...args: any[]);
|
|
4111
4111
|
|
|
@@ -4116,7 +4116,7 @@ export namespace Devhelp {
|
|
|
4116
4116
|
|
|
4117
4117
|
static ['new'](...args: never[]): any;
|
|
4118
4118
|
|
|
4119
|
-
//
|
|
4119
|
+
// Methods
|
|
4120
4120
|
|
|
4121
4121
|
get_web_view(): WebView;
|
|
4122
4122
|
|
|
@@ -4555,7 +4555,7 @@ export namespace Devhelp {
|
|
|
4555
4555
|
class TabLabel extends Gtk.Grid implements Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
|
|
4556
4556
|
static $gtype: GObject.GType<TabLabel>;
|
|
4557
4557
|
|
|
4558
|
-
//
|
|
4558
|
+
// Properties
|
|
4559
4559
|
|
|
4560
4560
|
/**
|
|
4561
4561
|
* The associated #DhTab. #DhTabLabel has a weak reference to the
|
|
@@ -4563,7 +4563,7 @@ export namespace Devhelp {
|
|
|
4563
4563
|
*/
|
|
4564
4564
|
get tab(): Tab;
|
|
4565
4565
|
|
|
4566
|
-
// Constructors
|
|
4566
|
+
// Constructors
|
|
4567
4567
|
|
|
4568
4568
|
constructor(properties?: Partial<TabLabel.ConstructorProps>, ...args: any[]);
|
|
4569
4569
|
|
|
@@ -4574,7 +4574,7 @@ export namespace Devhelp {
|
|
|
4574
4574
|
|
|
4575
4575
|
static ['new'](...args: never[]): any;
|
|
4576
4576
|
|
|
4577
|
-
//
|
|
4577
|
+
// Methods
|
|
4578
4578
|
|
|
4579
4579
|
get_tab(): Tab | null;
|
|
4580
4580
|
|
|
@@ -5018,7 +5018,7 @@ export namespace Devhelp {
|
|
|
5018
5018
|
class WebView extends WebKit2.WebView implements Atk.ImplementorIface, Gtk.Buildable {
|
|
5019
5019
|
static $gtype: GObject.GType<WebView>;
|
|
5020
5020
|
|
|
5021
|
-
//
|
|
5021
|
+
// Properties
|
|
5022
5022
|
|
|
5023
5023
|
/**
|
|
5024
5024
|
* The #DhProfile. If set to %NULL, the default profile as returned by
|
|
@@ -5026,7 +5026,7 @@ export namespace Devhelp {
|
|
|
5026
5026
|
*/
|
|
5027
5027
|
get profile(): Profile;
|
|
5028
5028
|
|
|
5029
|
-
// Constructors
|
|
5029
|
+
// Constructors
|
|
5030
5030
|
|
|
5031
5031
|
constructor(properties?: Partial<WebView.ConstructorProps>, ...args: any[]);
|
|
5032
5032
|
|
|
@@ -5037,7 +5037,7 @@ export namespace Devhelp {
|
|
|
5037
5037
|
|
|
5038
5038
|
static ['new'](...args: never[]): any;
|
|
5039
5039
|
|
|
5040
|
-
//
|
|
5040
|
+
// Signals
|
|
5041
5041
|
|
|
5042
5042
|
connect(id: string, callback: (...args: any[]) => any): number;
|
|
5043
5043
|
connect_after(id: string, callback: (...args: any[]) => any): number;
|
|
@@ -5046,11 +5046,11 @@ export namespace Devhelp {
|
|
|
5046
5046
|
connect_after(signal: 'open-new-tab', callback: (_source: this, uri: string) => void): number;
|
|
5047
5047
|
emit(signal: 'open-new-tab', uri: string): void;
|
|
5048
5048
|
|
|
5049
|
-
//
|
|
5049
|
+
// Virtual methods
|
|
5050
5050
|
|
|
5051
5051
|
vfunc_open_new_tab(uri: string): void;
|
|
5052
5052
|
|
|
5053
|
-
//
|
|
5053
|
+
// Methods
|
|
5054
5054
|
|
|
5055
5055
|
can_reset_zoom(): boolean;
|
|
5056
5056
|
can_zoom_in(): boolean;
|
|
@@ -5503,7 +5503,7 @@ export namespace Devhelp {
|
|
|
5503
5503
|
abstract class BookListBuilderPrivate {
|
|
5504
5504
|
static $gtype: GObject.GType<BookListBuilderPrivate>;
|
|
5505
5505
|
|
|
5506
|
-
// Constructors
|
|
5506
|
+
// Constructors
|
|
5507
5507
|
|
|
5508
5508
|
_init(...args: any[]): void;
|
|
5509
5509
|
}
|
|
@@ -5513,7 +5513,7 @@ export namespace Devhelp {
|
|
|
5513
5513
|
abstract class BookListDirectoryPrivate {
|
|
5514
5514
|
static $gtype: GObject.GType<BookListDirectoryPrivate>;
|
|
5515
5515
|
|
|
5516
|
-
// Constructors
|
|
5516
|
+
// Constructors
|
|
5517
5517
|
|
|
5518
5518
|
_init(...args: any[]): void;
|
|
5519
5519
|
}
|
|
@@ -5521,7 +5521,7 @@ export namespace Devhelp {
|
|
|
5521
5521
|
abstract class BookListPrivate {
|
|
5522
5522
|
static $gtype: GObject.GType<BookListPrivate>;
|
|
5523
5523
|
|
|
5524
|
-
// Constructors
|
|
5524
|
+
// Constructors
|
|
5525
5525
|
|
|
5526
5526
|
_init(...args: any[]): void;
|
|
5527
5527
|
}
|
|
@@ -5532,7 +5532,7 @@ export namespace Devhelp {
|
|
|
5532
5532
|
abstract class CompletionPrivate {
|
|
5533
5533
|
static $gtype: GObject.GType<CompletionPrivate>;
|
|
5534
5534
|
|
|
5535
|
-
// Constructors
|
|
5535
|
+
// Constructors
|
|
5536
5536
|
|
|
5537
5537
|
_init(...args: any[]): void;
|
|
5538
5538
|
}
|
|
@@ -5541,7 +5541,7 @@ export namespace Devhelp {
|
|
|
5541
5541
|
class Link {
|
|
5542
5542
|
static $gtype: GObject.GType<Link>;
|
|
5543
5543
|
|
|
5544
|
-
// Constructors
|
|
5544
|
+
// Constructors
|
|
5545
5545
|
|
|
5546
5546
|
constructor(type: LinkType, book_link: Link, name: string, relative_url: string);
|
|
5547
5547
|
_init(...args: any[]): void;
|
|
@@ -5550,7 +5550,7 @@ export namespace Devhelp {
|
|
|
5550
5550
|
|
|
5551
5551
|
static new_book(base_path: string, book_id: string, book_title: string, relative_url: string): Link;
|
|
5552
5552
|
|
|
5553
|
-
//
|
|
5553
|
+
// Methods
|
|
5554
5554
|
|
|
5555
5555
|
/**
|
|
5556
5556
|
* This function permits to know if `link` belongs to a certain page.
|
|
@@ -5608,7 +5608,7 @@ export namespace Devhelp {
|
|
|
5608
5608
|
abstract class NotebookPrivate {
|
|
5609
5609
|
static $gtype: GObject.GType<NotebookPrivate>;
|
|
5610
5610
|
|
|
5611
|
-
// Constructors
|
|
5611
|
+
// Constructors
|
|
5612
5612
|
|
|
5613
5613
|
_init(...args: any[]): void;
|
|
5614
5614
|
}
|
|
@@ -5617,7 +5617,7 @@ export namespace Devhelp {
|
|
|
5617
5617
|
abstract class ProfileBuilderPrivate {
|
|
5618
5618
|
static $gtype: GObject.GType<ProfileBuilderPrivate>;
|
|
5619
5619
|
|
|
5620
|
-
// Constructors
|
|
5620
|
+
// Constructors
|
|
5621
5621
|
|
|
5622
5622
|
_init(...args: any[]): void;
|
|
5623
5623
|
}
|
|
@@ -5626,7 +5626,7 @@ export namespace Devhelp {
|
|
|
5626
5626
|
abstract class ProfilePrivate {
|
|
5627
5627
|
static $gtype: GObject.GType<ProfilePrivate>;
|
|
5628
5628
|
|
|
5629
|
-
// Constructors
|
|
5629
|
+
// Constructors
|
|
5630
5630
|
|
|
5631
5631
|
_init(...args: any[]): void;
|
|
5632
5632
|
}
|
|
@@ -5635,7 +5635,7 @@ export namespace Devhelp {
|
|
|
5635
5635
|
abstract class SearchBarPrivate {
|
|
5636
5636
|
static $gtype: GObject.GType<SearchBarPrivate>;
|
|
5637
5637
|
|
|
5638
|
-
// Constructors
|
|
5638
|
+
// Constructors
|
|
5639
5639
|
|
|
5640
5640
|
_init(...args: any[]): void;
|
|
5641
5641
|
}
|
|
@@ -5644,7 +5644,7 @@ export namespace Devhelp {
|
|
|
5644
5644
|
abstract class SettingsBuilderPrivate {
|
|
5645
5645
|
static $gtype: GObject.GType<SettingsBuilderPrivate>;
|
|
5646
5646
|
|
|
5647
|
-
// Constructors
|
|
5647
|
+
// Constructors
|
|
5648
5648
|
|
|
5649
5649
|
_init(...args: any[]): void;
|
|
5650
5650
|
}
|
|
@@ -5653,7 +5653,7 @@ export namespace Devhelp {
|
|
|
5653
5653
|
abstract class SettingsPrivate {
|
|
5654
5654
|
static $gtype: GObject.GType<SettingsPrivate>;
|
|
5655
5655
|
|
|
5656
|
-
// Constructors
|
|
5656
|
+
// Constructors
|
|
5657
5657
|
|
|
5658
5658
|
_init(...args: any[]): void;
|
|
5659
5659
|
}
|
|
@@ -5664,7 +5664,7 @@ export namespace Devhelp {
|
|
|
5664
5664
|
abstract class TabLabelPrivate {
|
|
5665
5665
|
static $gtype: GObject.GType<TabLabelPrivate>;
|
|
5666
5666
|
|
|
5667
|
-
// Constructors
|
|
5667
|
+
// Constructors
|
|
5668
5668
|
|
|
5669
5669
|
_init(...args: any[]): void;
|
|
5670
5670
|
}
|
|
@@ -5672,7 +5672,7 @@ export namespace Devhelp {
|
|
|
5672
5672
|
abstract class TabPrivate {
|
|
5673
5673
|
static $gtype: GObject.GType<TabPrivate>;
|
|
5674
5674
|
|
|
5675
|
-
// Constructors
|
|
5675
|
+
// Constructors
|
|
5676
5676
|
|
|
5677
5677
|
_init(...args: any[]): void;
|
|
5678
5678
|
}
|
|
@@ -5681,7 +5681,7 @@ export namespace Devhelp {
|
|
|
5681
5681
|
abstract class WebViewPrivate {
|
|
5682
5682
|
static $gtype: GObject.GType<WebViewPrivate>;
|
|
5683
5683
|
|
|
5684
|
-
// Constructors
|
|
5684
|
+
// Constructors
|
|
5685
5685
|
|
|
5686
5686
|
_init(...args: any[]): void;
|
|
5687
5687
|
}
|
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.
|
|
3
|
+
"version": "3.0.0-4.0.0-beta.13",
|
|
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/atk-1.0": "^2.52.0-4.0.0-beta.
|
|
35
|
-
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.
|
|
36
|
-
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.
|
|
37
|
-
"@girs/gdk-3.0": "^3.24.43-4.0.0-beta.
|
|
38
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.
|
|
39
|
-
"@girs/gio-2.0": "^2.80.3-4.0.0-beta.
|
|
40
|
-
"@girs/gjs": "^4.0.0-beta.
|
|
41
|
-
"@girs/glib-2.0": "^2.80.3-4.0.0-beta.
|
|
42
|
-
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.
|
|
43
|
-
"@girs/gobject-2.0": "^2.80.3-4.0.0-beta.
|
|
44
|
-
"@girs/gtk-3.0": "^3.24.43-4.0.0-beta.
|
|
45
|
-
"@girs/harfbuzz-0.0": "^8.
|
|
46
|
-
"@girs/javascriptcore-4.1": "^2.44.2-4.0.0-beta.
|
|
47
|
-
"@girs/pango-1.0": "^1.54.0-4.0.0-beta.
|
|
48
|
-
"@girs/soup-3.0": "^3.4.4-4.0.0-beta.
|
|
49
|
-
"@girs/webkit2-4.1": "^2.44.2-4.0.0-beta.
|
|
50
|
-
"@girs/xlib-2.0": "^2.0.0-4.0.0-beta.
|
|
34
|
+
"@girs/atk-1.0": "^2.52.0-4.0.0-beta.13",
|
|
35
|
+
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.13",
|
|
36
|
+
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.13",
|
|
37
|
+
"@girs/gdk-3.0": "^3.24.43-4.0.0-beta.13",
|
|
38
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.13",
|
|
39
|
+
"@girs/gio-2.0": "^2.80.3-4.0.0-beta.13",
|
|
40
|
+
"@girs/gjs": "^4.0.0-beta.13",
|
|
41
|
+
"@girs/glib-2.0": "^2.80.3-4.0.0-beta.13",
|
|
42
|
+
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.13",
|
|
43
|
+
"@girs/gobject-2.0": "^2.80.3-4.0.0-beta.13",
|
|
44
|
+
"@girs/gtk-3.0": "^3.24.43-4.0.0-beta.13",
|
|
45
|
+
"@girs/harfbuzz-0.0": "^8.5.0-4.0.0-beta.13",
|
|
46
|
+
"@girs/javascriptcore-4.1": "^2.44.2-4.0.0-beta.13",
|
|
47
|
+
"@girs/pango-1.0": "^1.54.0-4.0.0-beta.13",
|
|
48
|
+
"@girs/soup-3.0": "^3.4.4-4.0.0-beta.13",
|
|
49
|
+
"@girs/webkit2-4.1": "^2.44.2-4.0.0-beta.13",
|
|
50
|
+
"@girs/xlib-2.0": "^2.0.0-4.0.0-beta.13"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"typescript": "*"
|