@girs/devhelp-3.0 3.0.0-4.0.0-beta.23 → 3.0.0-4.0.0-beta.25

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 +1002 -91
  3. package/package.json +18 -18
package/devhelp-3.0.d.ts CHANGED
@@ -138,10 +138,75 @@ export namespace Devhelp {
138
138
  DEPRECATED,
139
139
  }
140
140
  namespace AssistantView {
141
- // Signal callback interfaces
142
-
143
- interface OpenUri {
144
- (uri: string): void;
141
+ // Signal signatures
142
+ interface SignalSignatures extends WebKit2.WebView.SignalSignatures {
143
+ 'open-uri': (arg0: string) => void;
144
+ 'notify::automation-presentation-type': (pspec: GObject.ParamSpec) => void;
145
+ 'notify::camera-capture-state': (pspec: GObject.ParamSpec) => void;
146
+ 'notify::default-content-security-policy': (pspec: GObject.ParamSpec) => void;
147
+ 'notify::display-capture-state': (pspec: GObject.ParamSpec) => void;
148
+ 'notify::editable': (pspec: GObject.ParamSpec) => void;
149
+ 'notify::estimated-load-progress': (pspec: GObject.ParamSpec) => void;
150
+ 'notify::favicon': (pspec: GObject.ParamSpec) => void;
151
+ 'notify::is-controlled-by-automation': (pspec: GObject.ParamSpec) => void;
152
+ 'notify::is-ephemeral': (pspec: GObject.ParamSpec) => void;
153
+ 'notify::is-loading': (pspec: GObject.ParamSpec) => void;
154
+ 'notify::is-muted': (pspec: GObject.ParamSpec) => void;
155
+ 'notify::is-playing-audio': (pspec: GObject.ParamSpec) => void;
156
+ 'notify::is-web-process-responsive': (pspec: GObject.ParamSpec) => void;
157
+ 'notify::microphone-capture-state': (pspec: GObject.ParamSpec) => void;
158
+ 'notify::page-id': (pspec: GObject.ParamSpec) => void;
159
+ 'notify::related-view': (pspec: GObject.ParamSpec) => void;
160
+ 'notify::settings': (pspec: GObject.ParamSpec) => void;
161
+ 'notify::title': (pspec: GObject.ParamSpec) => void;
162
+ 'notify::uri': (pspec: GObject.ParamSpec) => void;
163
+ 'notify::user-content-manager': (pspec: GObject.ParamSpec) => void;
164
+ 'notify::web-context': (pspec: GObject.ParamSpec) => void;
165
+ 'notify::web-extension-mode': (pspec: GObject.ParamSpec) => void;
166
+ 'notify::website-policies': (pspec: GObject.ParamSpec) => void;
167
+ 'notify::zoom-level': (pspec: GObject.ParamSpec) => void;
168
+ 'notify::border-width': (pspec: GObject.ParamSpec) => void;
169
+ 'notify::child': (pspec: GObject.ParamSpec) => void;
170
+ 'notify::resize-mode': (pspec: GObject.ParamSpec) => void;
171
+ 'notify::app-paintable': (pspec: GObject.ParamSpec) => void;
172
+ 'notify::can-default': (pspec: GObject.ParamSpec) => void;
173
+ 'notify::can-focus': (pspec: GObject.ParamSpec) => void;
174
+ 'notify::composite-child': (pspec: GObject.ParamSpec) => void;
175
+ 'notify::double-buffered': (pspec: GObject.ParamSpec) => void;
176
+ 'notify::events': (pspec: GObject.ParamSpec) => void;
177
+ 'notify::expand': (pspec: GObject.ParamSpec) => void;
178
+ 'notify::focus-on-click': (pspec: GObject.ParamSpec) => void;
179
+ 'notify::halign': (pspec: GObject.ParamSpec) => void;
180
+ 'notify::has-default': (pspec: GObject.ParamSpec) => void;
181
+ 'notify::has-focus': (pspec: GObject.ParamSpec) => void;
182
+ 'notify::has-tooltip': (pspec: GObject.ParamSpec) => void;
183
+ 'notify::height-request': (pspec: GObject.ParamSpec) => void;
184
+ 'notify::hexpand': (pspec: GObject.ParamSpec) => void;
185
+ 'notify::hexpand-set': (pspec: GObject.ParamSpec) => void;
186
+ 'notify::is-focus': (pspec: GObject.ParamSpec) => void;
187
+ 'notify::margin': (pspec: GObject.ParamSpec) => void;
188
+ 'notify::margin-bottom': (pspec: GObject.ParamSpec) => void;
189
+ 'notify::margin-end': (pspec: GObject.ParamSpec) => void;
190
+ 'notify::margin-left': (pspec: GObject.ParamSpec) => void;
191
+ 'notify::margin-right': (pspec: GObject.ParamSpec) => void;
192
+ 'notify::margin-start': (pspec: GObject.ParamSpec) => void;
193
+ 'notify::margin-top': (pspec: GObject.ParamSpec) => void;
194
+ 'notify::name': (pspec: GObject.ParamSpec) => void;
195
+ 'notify::no-show-all': (pspec: GObject.ParamSpec) => void;
196
+ 'notify::opacity': (pspec: GObject.ParamSpec) => void;
197
+ 'notify::parent': (pspec: GObject.ParamSpec) => void;
198
+ 'notify::receives-default': (pspec: GObject.ParamSpec) => void;
199
+ 'notify::scale-factor': (pspec: GObject.ParamSpec) => void;
200
+ 'notify::sensitive': (pspec: GObject.ParamSpec) => void;
201
+ 'notify::style': (pspec: GObject.ParamSpec) => void;
202
+ 'notify::tooltip-markup': (pspec: GObject.ParamSpec) => void;
203
+ 'notify::tooltip-text': (pspec: GObject.ParamSpec) => void;
204
+ 'notify::valign': (pspec: GObject.ParamSpec) => void;
205
+ 'notify::vexpand': (pspec: GObject.ParamSpec) => void;
206
+ 'notify::vexpand-set': (pspec: GObject.ParamSpec) => void;
207
+ 'notify::visible': (pspec: GObject.ParamSpec) => void;
208
+ 'notify::width-request': (pspec: GObject.ParamSpec) => void;
209
+ 'notify::window': (pspec: GObject.ParamSpec) => void;
145
210
  }
146
211
 
147
212
  // Constructor properties interface
@@ -155,6 +220,15 @@ export namespace Devhelp {
155
220
  class AssistantView extends WebKit2.WebView implements Atk.ImplementorIface, Gtk.Buildable {
156
221
  static $gtype: GObject.GType<AssistantView>;
157
222
 
223
+ /**
224
+ * Compile-time signal type information.
225
+ *
226
+ * This instance property is generated only for TypeScript type checking.
227
+ * It is not defined at runtime and should not be accessed in JS code.
228
+ * @internal
229
+ */
230
+ $signals: AssistantView.SignalSignatures;
231
+
158
232
  // Constructors
159
233
 
160
234
  constructor(properties?: Partial<AssistantView.ConstructorProps>, ...args: any[]);
@@ -165,12 +239,21 @@ export namespace Devhelp {
165
239
 
166
240
  // Signals
167
241
 
168
- connect(id: string, callback: (...args: any[]) => any): number;
169
- connect_after(id: string, callback: (...args: any[]) => any): number;
170
- emit(id: string, ...args: any[]): void;
171
- connect(signal: 'open-uri', callback: (_source: this, uri: string) => void): number;
172
- connect_after(signal: 'open-uri', callback: (_source: this, uri: string) => void): number;
173
- emit(signal: 'open-uri', uri: string): void;
242
+ connect<K extends keyof AssistantView.SignalSignatures>(
243
+ signal: K,
244
+ callback: GObject.SignalCallback<this, AssistantView.SignalSignatures[K]>,
245
+ ): number;
246
+ connect(signal: string, callback: (...args: any[]) => any): number;
247
+ connect_after<K extends keyof AssistantView.SignalSignatures>(
248
+ signal: K,
249
+ callback: GObject.SignalCallback<this, AssistantView.SignalSignatures[K]>,
250
+ ): number;
251
+ connect_after(signal: string, callback: (...args: any[]) => any): number;
252
+ emit<K extends keyof AssistantView.SignalSignatures>(
253
+ signal: K,
254
+ ...args: GObject.GjsParameters<AssistantView.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
255
+ ): void;
256
+ emit(signal: string, ...args: any[]): void;
174
257
 
175
258
  // Methods
176
259
 
@@ -630,14 +713,10 @@ export namespace Devhelp {
630
713
  }
631
714
 
632
715
  namespace Book {
633
- // Signal callback interfaces
634
-
635
- interface Deleted {
636
- (): void;
637
- }
638
-
639
- interface Updated {
640
- (): void;
716
+ // Signal signatures
717
+ interface SignalSignatures extends GObject.Object.SignalSignatures {
718
+ deleted: () => void;
719
+ updated: () => void;
641
720
  }
642
721
 
643
722
  // Constructor properties interface
@@ -648,6 +727,15 @@ export namespace Devhelp {
648
727
  class Book extends GObject.Object {
649
728
  static $gtype: GObject.GType<Book>;
650
729
 
730
+ /**
731
+ * Compile-time signal type information.
732
+ *
733
+ * This instance property is generated only for TypeScript type checking.
734
+ * It is not defined at runtime and should not be accessed in JS code.
735
+ * @internal
736
+ */
737
+ $signals: Book.SignalSignatures;
738
+
651
739
  // Constructors
652
740
 
653
741
  constructor(properties?: Partial<Book.ConstructorProps>, ...args: any[]);
@@ -658,15 +746,21 @@ export namespace Devhelp {
658
746
 
659
747
  // Signals
660
748
 
661
- connect(id: string, callback: (...args: any[]) => any): number;
662
- connect_after(id: string, callback: (...args: any[]) => any): number;
663
- emit(id: string, ...args: any[]): void;
664
- connect(signal: 'deleted', callback: (_source: this) => void): number;
665
- connect_after(signal: 'deleted', callback: (_source: this) => void): number;
666
- emit(signal: 'deleted'): void;
667
- connect(signal: 'updated', callback: (_source: this) => void): number;
668
- connect_after(signal: 'updated', callback: (_source: this) => void): number;
669
- emit(signal: 'updated'): void;
749
+ connect<K extends keyof Book.SignalSignatures>(
750
+ signal: K,
751
+ callback: GObject.SignalCallback<this, Book.SignalSignatures[K]>,
752
+ ): number;
753
+ connect(signal: string, callback: (...args: any[]) => any): number;
754
+ connect_after<K extends keyof Book.SignalSignatures>(
755
+ signal: K,
756
+ callback: GObject.SignalCallback<this, Book.SignalSignatures[K]>,
757
+ ): number;
758
+ connect_after(signal: string, callback: (...args: any[]) => any): number;
759
+ emit<K extends keyof Book.SignalSignatures>(
760
+ signal: K,
761
+ ...args: GObject.GjsParameters<Book.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
762
+ ): void;
763
+ emit(signal: string, ...args: any[]): void;
670
764
 
671
765
  // Methods
672
766
 
@@ -706,14 +800,10 @@ export namespace Devhelp {
706
800
  }
707
801
 
708
802
  namespace BookList {
709
- // Signal callback interfaces
710
-
711
- interface AddBook {
712
- (book: Book): void;
713
- }
714
-
715
- interface RemoveBook {
716
- (book: Book): void;
803
+ // Signal signatures
804
+ interface SignalSignatures extends GObject.Object.SignalSignatures {
805
+ 'add-book': (arg0: Book) => void;
806
+ 'remove-book': (arg0: Book) => void;
717
807
  }
718
808
 
719
809
  // Constructor properties interface
@@ -724,6 +814,15 @@ export namespace Devhelp {
724
814
  class BookList extends GObject.Object {
725
815
  static $gtype: GObject.GType<BookList>;
726
816
 
817
+ /**
818
+ * Compile-time signal type information.
819
+ *
820
+ * This instance property is generated only for TypeScript type checking.
821
+ * It is not defined at runtime and should not be accessed in JS code.
822
+ * @internal
823
+ */
824
+ $signals: BookList.SignalSignatures;
825
+
727
826
  // Constructors
728
827
 
729
828
  constructor(properties?: Partial<BookList.ConstructorProps>, ...args: any[]);
@@ -734,15 +833,21 @@ export namespace Devhelp {
734
833
 
735
834
  // Signals
736
835
 
737
- connect(id: string, callback: (...args: any[]) => any): number;
738
- connect_after(id: string, callback: (...args: any[]) => any): number;
739
- emit(id: string, ...args: any[]): void;
740
- connect(signal: 'add-book', callback: (_source: this, book: Book) => void): number;
741
- connect_after(signal: 'add-book', callback: (_source: this, book: Book) => void): number;
742
- emit(signal: 'add-book', book: Book): void;
743
- connect(signal: 'remove-book', callback: (_source: this, book: Book) => void): number;
744
- connect_after(signal: 'remove-book', callback: (_source: this, book: Book) => void): number;
745
- emit(signal: 'remove-book', book: Book): void;
836
+ connect<K extends keyof BookList.SignalSignatures>(
837
+ signal: K,
838
+ callback: GObject.SignalCallback<this, BookList.SignalSignatures[K]>,
839
+ ): number;
840
+ connect(signal: string, callback: (...args: any[]) => any): number;
841
+ connect_after<K extends keyof BookList.SignalSignatures>(
842
+ signal: K,
843
+ callback: GObject.SignalCallback<this, BookList.SignalSignatures[K]>,
844
+ ): number;
845
+ connect_after(signal: string, callback: (...args: any[]) => any): number;
846
+ emit<K extends keyof BookList.SignalSignatures>(
847
+ signal: K,
848
+ ...args: GObject.GjsParameters<BookList.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
849
+ ): void;
850
+ emit(signal: string, ...args: any[]): void;
746
851
 
747
852
  // Static methods
748
853
 
@@ -805,6 +910,9 @@ export namespace Devhelp {
805
910
  }
806
911
 
807
912
  namespace BookListBuilder {
913
+ // Signal signatures
914
+ interface SignalSignatures extends GObject.Object.SignalSignatures {}
915
+
808
916
  // Constructor properties interface
809
917
 
810
918
  interface ConstructorProps extends GObject.Object.ConstructorProps {}
@@ -813,6 +921,15 @@ export namespace Devhelp {
813
921
  class BookListBuilder extends GObject.Object {
814
922
  static $gtype: GObject.GType<BookListBuilder>;
815
923
 
924
+ /**
925
+ * Compile-time signal type information.
926
+ *
927
+ * This instance property is generated only for TypeScript type checking.
928
+ * It is not defined at runtime and should not be accessed in JS code.
929
+ * @internal
930
+ */
931
+ $signals: BookListBuilder.SignalSignatures;
932
+
816
933
  // Constructors
817
934
 
818
935
  constructor(properties?: Partial<BookListBuilder.ConstructorProps>, ...args: any[]);
@@ -821,6 +938,24 @@ export namespace Devhelp {
821
938
 
822
939
  static ['new'](): BookListBuilder;
823
940
 
941
+ // Signals
942
+
943
+ connect<K extends keyof BookListBuilder.SignalSignatures>(
944
+ signal: K,
945
+ callback: GObject.SignalCallback<this, BookListBuilder.SignalSignatures[K]>,
946
+ ): number;
947
+ connect(signal: string, callback: (...args: any[]) => any): number;
948
+ connect_after<K extends keyof BookListBuilder.SignalSignatures>(
949
+ signal: K,
950
+ callback: GObject.SignalCallback<this, BookListBuilder.SignalSignatures[K]>,
951
+ ): number;
952
+ connect_after(signal: string, callback: (...args: any[]) => any): number;
953
+ emit<K extends keyof BookListBuilder.SignalSignatures>(
954
+ signal: K,
955
+ ...args: GObject.GjsParameters<BookListBuilder.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
956
+ ): void;
957
+ emit(signal: string, ...args: any[]): void;
958
+
824
959
  // Methods
825
960
 
826
961
  /**
@@ -885,6 +1020,11 @@ export namespace Devhelp {
885
1020
  }
886
1021
 
887
1022
  namespace BookListDirectory {
1023
+ // Signal signatures
1024
+ interface SignalSignatures extends BookList.SignalSignatures {
1025
+ 'notify::directory': (pspec: GObject.ParamSpec) => void;
1026
+ }
1027
+
888
1028
  // Constructor properties interface
889
1029
 
890
1030
  interface ConstructorProps extends BookList.ConstructorProps {
@@ -902,6 +1042,15 @@ export namespace Devhelp {
902
1042
  */
903
1043
  get directory(): Gio.File;
904
1044
 
1045
+ /**
1046
+ * Compile-time signal type information.
1047
+ *
1048
+ * This instance property is generated only for TypeScript type checking.
1049
+ * It is not defined at runtime and should not be accessed in JS code.
1050
+ * @internal
1051
+ */
1052
+ $signals: BookListDirectory.SignalSignatures;
1053
+
905
1054
  // Constructors
906
1055
 
907
1056
  constructor(properties?: Partial<BookListDirectory.ConstructorProps>, ...args: any[]);
@@ -913,12 +1062,33 @@ export namespace Devhelp {
913
1062
 
914
1063
  static ['new'](...args: never[]): any;
915
1064
 
1065
+ // Signals
1066
+
1067
+ connect<K extends keyof BookListDirectory.SignalSignatures>(
1068
+ signal: K,
1069
+ callback: GObject.SignalCallback<this, BookListDirectory.SignalSignatures[K]>,
1070
+ ): number;
1071
+ connect(signal: string, callback: (...args: any[]) => any): number;
1072
+ connect_after<K extends keyof BookListDirectory.SignalSignatures>(
1073
+ signal: K,
1074
+ callback: GObject.SignalCallback<this, BookListDirectory.SignalSignatures[K]>,
1075
+ ): number;
1076
+ connect_after(signal: string, callback: (...args: any[]) => any): number;
1077
+ emit<K extends keyof BookListDirectory.SignalSignatures>(
1078
+ signal: K,
1079
+ ...args: GObject.GjsParameters<BookListDirectory.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
1080
+ ): void;
1081
+ emit(signal: string, ...args: any[]): void;
1082
+
916
1083
  // Methods
917
1084
 
918
1085
  get_directory(): Gio.File;
919
1086
  }
920
1087
 
921
1088
  namespace BookManager {
1089
+ // Signal signatures
1090
+ interface SignalSignatures extends GObject.Object.SignalSignatures {}
1091
+
922
1092
  // Constructor properties interface
923
1093
 
924
1094
  interface ConstructorProps extends GObject.Object.ConstructorProps {}
@@ -927,6 +1097,15 @@ export namespace Devhelp {
927
1097
  class BookManager extends GObject.Object {
928
1098
  static $gtype: GObject.GType<BookManager>;
929
1099
 
1100
+ /**
1101
+ * Compile-time signal type information.
1102
+ *
1103
+ * This instance property is generated only for TypeScript type checking.
1104
+ * It is not defined at runtime and should not be accessed in JS code.
1105
+ * @internal
1106
+ */
1107
+ $signals: BookManager.SignalSignatures;
1108
+
930
1109
  // Constructors
931
1110
 
932
1111
  constructor(properties?: Partial<BookManager.ConstructorProps>, ...args: any[]);
@@ -935,16 +1114,98 @@ export namespace Devhelp {
935
1114
 
936
1115
  static ['new'](): BookManager;
937
1116
 
1117
+ // Signals
1118
+
1119
+ connect<K extends keyof BookManager.SignalSignatures>(
1120
+ signal: K,
1121
+ callback: GObject.SignalCallback<this, BookManager.SignalSignatures[K]>,
1122
+ ): number;
1123
+ connect(signal: string, callback: (...args: any[]) => any): number;
1124
+ connect_after<K extends keyof BookManager.SignalSignatures>(
1125
+ signal: K,
1126
+ callback: GObject.SignalCallback<this, BookManager.SignalSignatures[K]>,
1127
+ ): number;
1128
+ connect_after(signal: string, callback: (...args: any[]) => any): number;
1129
+ emit<K extends keyof BookManager.SignalSignatures>(
1130
+ signal: K,
1131
+ ...args: GObject.GjsParameters<BookManager.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
1132
+ ): void;
1133
+ emit(signal: string, ...args: any[]): void;
1134
+
938
1135
  // Methods
939
1136
 
940
1137
  populate(): void;
941
1138
  }
942
1139
 
943
1140
  namespace BookTree {
944
- // Signal callback interfaces
945
-
946
- interface LinkSelected {
947
- (link: Link): void;
1141
+ // Signal signatures
1142
+ interface SignalSignatures extends Gtk.TreeView.SignalSignatures {
1143
+ 'link-selected': (arg0: Link) => void;
1144
+ 'notify::profile': (pspec: GObject.ParamSpec) => void;
1145
+ 'notify::activate-on-single-click': (pspec: GObject.ParamSpec) => void;
1146
+ 'notify::enable-grid-lines': (pspec: GObject.ParamSpec) => void;
1147
+ 'notify::enable-search': (pspec: GObject.ParamSpec) => void;
1148
+ 'notify::enable-tree-lines': (pspec: GObject.ParamSpec) => void;
1149
+ 'notify::expander-column': (pspec: GObject.ParamSpec) => void;
1150
+ 'notify::fixed-height-mode': (pspec: GObject.ParamSpec) => void;
1151
+ 'notify::headers-clickable': (pspec: GObject.ParamSpec) => void;
1152
+ 'notify::headers-visible': (pspec: GObject.ParamSpec) => void;
1153
+ 'notify::hover-expand': (pspec: GObject.ParamSpec) => void;
1154
+ 'notify::hover-selection': (pspec: GObject.ParamSpec) => void;
1155
+ 'notify::level-indentation': (pspec: GObject.ParamSpec) => void;
1156
+ 'notify::model': (pspec: GObject.ParamSpec) => void;
1157
+ 'notify::reorderable': (pspec: GObject.ParamSpec) => void;
1158
+ 'notify::rubber-banding': (pspec: GObject.ParamSpec) => void;
1159
+ 'notify::rules-hint': (pspec: GObject.ParamSpec) => void;
1160
+ 'notify::search-column': (pspec: GObject.ParamSpec) => void;
1161
+ 'notify::show-expanders': (pspec: GObject.ParamSpec) => void;
1162
+ 'notify::tooltip-column': (pspec: GObject.ParamSpec) => void;
1163
+ 'notify::border-width': (pspec: GObject.ParamSpec) => void;
1164
+ 'notify::child': (pspec: GObject.ParamSpec) => void;
1165
+ 'notify::resize-mode': (pspec: GObject.ParamSpec) => void;
1166
+ 'notify::app-paintable': (pspec: GObject.ParamSpec) => void;
1167
+ 'notify::can-default': (pspec: GObject.ParamSpec) => void;
1168
+ 'notify::can-focus': (pspec: GObject.ParamSpec) => void;
1169
+ 'notify::composite-child': (pspec: GObject.ParamSpec) => void;
1170
+ 'notify::double-buffered': (pspec: GObject.ParamSpec) => void;
1171
+ 'notify::events': (pspec: GObject.ParamSpec) => void;
1172
+ 'notify::expand': (pspec: GObject.ParamSpec) => void;
1173
+ 'notify::focus-on-click': (pspec: GObject.ParamSpec) => void;
1174
+ 'notify::halign': (pspec: GObject.ParamSpec) => void;
1175
+ 'notify::has-default': (pspec: GObject.ParamSpec) => void;
1176
+ 'notify::has-focus': (pspec: GObject.ParamSpec) => void;
1177
+ 'notify::has-tooltip': (pspec: GObject.ParamSpec) => void;
1178
+ 'notify::height-request': (pspec: GObject.ParamSpec) => void;
1179
+ 'notify::hexpand': (pspec: GObject.ParamSpec) => void;
1180
+ 'notify::hexpand-set': (pspec: GObject.ParamSpec) => void;
1181
+ 'notify::is-focus': (pspec: GObject.ParamSpec) => void;
1182
+ 'notify::margin': (pspec: GObject.ParamSpec) => void;
1183
+ 'notify::margin-bottom': (pspec: GObject.ParamSpec) => void;
1184
+ 'notify::margin-end': (pspec: GObject.ParamSpec) => void;
1185
+ 'notify::margin-left': (pspec: GObject.ParamSpec) => void;
1186
+ 'notify::margin-right': (pspec: GObject.ParamSpec) => void;
1187
+ 'notify::margin-start': (pspec: GObject.ParamSpec) => void;
1188
+ 'notify::margin-top': (pspec: GObject.ParamSpec) => void;
1189
+ 'notify::name': (pspec: GObject.ParamSpec) => void;
1190
+ 'notify::no-show-all': (pspec: GObject.ParamSpec) => void;
1191
+ 'notify::opacity': (pspec: GObject.ParamSpec) => void;
1192
+ 'notify::parent': (pspec: GObject.ParamSpec) => void;
1193
+ 'notify::receives-default': (pspec: GObject.ParamSpec) => void;
1194
+ 'notify::scale-factor': (pspec: GObject.ParamSpec) => void;
1195
+ 'notify::sensitive': (pspec: GObject.ParamSpec) => void;
1196
+ 'notify::style': (pspec: GObject.ParamSpec) => void;
1197
+ 'notify::tooltip-markup': (pspec: GObject.ParamSpec) => void;
1198
+ 'notify::tooltip-text': (pspec: GObject.ParamSpec) => void;
1199
+ 'notify::valign': (pspec: GObject.ParamSpec) => void;
1200
+ 'notify::vexpand': (pspec: GObject.ParamSpec) => void;
1201
+ 'notify::vexpand-set': (pspec: GObject.ParamSpec) => void;
1202
+ 'notify::visible': (pspec: GObject.ParamSpec) => void;
1203
+ 'notify::width-request': (pspec: GObject.ParamSpec) => void;
1204
+ 'notify::window': (pspec: GObject.ParamSpec) => void;
1205
+ 'notify::hadjustment': (pspec: GObject.ParamSpec) => void;
1206
+ 'notify::hscroll-policy': (pspec: GObject.ParamSpec) => void;
1207
+ 'notify::vadjustment': (pspec: GObject.ParamSpec) => void;
1208
+ 'notify::vscroll-policy': (pspec: GObject.ParamSpec) => void;
948
1209
  }
949
1210
 
950
1211
  // Constructor properties interface
@@ -969,6 +1230,15 @@ export namespace Devhelp {
969
1230
  */
970
1231
  get profile(): Profile;
971
1232
 
1233
+ /**
1234
+ * Compile-time signal type information.
1235
+ *
1236
+ * This instance property is generated only for TypeScript type checking.
1237
+ * It is not defined at runtime and should not be accessed in JS code.
1238
+ * @internal
1239
+ */
1240
+ $signals: BookTree.SignalSignatures;
1241
+
972
1242
  // Constructors
973
1243
 
974
1244
  constructor(properties?: Partial<BookTree.ConstructorProps>, ...args: any[]);
@@ -982,12 +1252,21 @@ export namespace Devhelp {
982
1252
 
983
1253
  // Signals
984
1254
 
985
- connect(id: string, callback: (...args: any[]) => any): number;
986
- connect_after(id: string, callback: (...args: any[]) => any): number;
987
- emit(id: string, ...args: any[]): void;
988
- connect(signal: 'link-selected', callback: (_source: this, link: Link) => void): number;
989
- connect_after(signal: 'link-selected', callback: (_source: this, link: Link) => void): number;
990
- emit(signal: 'link-selected', link: Link): void;
1255
+ connect<K extends keyof BookTree.SignalSignatures>(
1256
+ signal: K,
1257
+ callback: GObject.SignalCallback<this, BookTree.SignalSignatures[K]>,
1258
+ ): number;
1259
+ connect(signal: string, callback: (...args: any[]) => any): number;
1260
+ connect_after<K extends keyof BookTree.SignalSignatures>(
1261
+ signal: K,
1262
+ callback: GObject.SignalCallback<this, BookTree.SignalSignatures[K]>,
1263
+ ): number;
1264
+ connect_after(signal: string, callback: (...args: any[]) => any): number;
1265
+ emit<K extends keyof BookTree.SignalSignatures>(
1266
+ signal: K,
1267
+ ...args: GObject.GjsParameters<BookTree.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
1268
+ ): void;
1269
+ emit(signal: string, ...args: any[]): void;
991
1270
 
992
1271
  // Methods
993
1272
 
@@ -1543,6 +1822,9 @@ export namespace Devhelp {
1543
1822
  }
1544
1823
 
1545
1824
  namespace Completion {
1825
+ // Signal signatures
1826
+ interface SignalSignatures extends GObject.Object.SignalSignatures {}
1827
+
1546
1828
  // Constructor properties interface
1547
1829
 
1548
1830
  interface ConstructorProps extends GObject.Object.ConstructorProps {}
@@ -1551,6 +1833,15 @@ export namespace Devhelp {
1551
1833
  class Completion extends GObject.Object {
1552
1834
  static $gtype: GObject.GType<Completion>;
1553
1835
 
1836
+ /**
1837
+ * Compile-time signal type information.
1838
+ *
1839
+ * This instance property is generated only for TypeScript type checking.
1840
+ * It is not defined at runtime and should not be accessed in JS code.
1841
+ * @internal
1842
+ */
1843
+ $signals: Completion.SignalSignatures;
1844
+
1554
1845
  // Constructors
1555
1846
 
1556
1847
  constructor(properties?: Partial<Completion.ConstructorProps>, ...args: any[]);
@@ -1559,6 +1850,24 @@ export namespace Devhelp {
1559
1850
 
1560
1851
  static ['new'](): Completion;
1561
1852
 
1853
+ // Signals
1854
+
1855
+ connect<K extends keyof Completion.SignalSignatures>(
1856
+ signal: K,
1857
+ callback: GObject.SignalCallback<this, Completion.SignalSignatures[K]>,
1858
+ ): number;
1859
+ connect(signal: string, callback: (...args: any[]) => any): number;
1860
+ connect_after<K extends keyof Completion.SignalSignatures>(
1861
+ signal: K,
1862
+ callback: GObject.SignalCallback<this, Completion.SignalSignatures[K]>,
1863
+ ): number;
1864
+ connect_after(signal: string, callback: (...args: any[]) => any): number;
1865
+ emit<K extends keyof Completion.SignalSignatures>(
1866
+ signal: K,
1867
+ ...args: GObject.GjsParameters<Completion.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
1868
+ ): void;
1869
+ emit(signal: string, ...args: any[]): void;
1870
+
1562
1871
  // Static methods
1563
1872
 
1564
1873
  /**
@@ -1600,6 +1909,9 @@ export namespace Devhelp {
1600
1909
  }
1601
1910
 
1602
1911
  namespace KeywordModel {
1912
+ // Signal signatures
1913
+ interface SignalSignatures extends GObject.Object.SignalSignatures {}
1914
+
1603
1915
  // Constructor properties interface
1604
1916
 
1605
1917
  interface ConstructorProps extends GObject.Object.ConstructorProps, Gtk.TreeModel.ConstructorProps {}
@@ -1608,6 +1920,15 @@ export namespace Devhelp {
1608
1920
  class KeywordModel extends GObject.Object implements Gtk.TreeModel {
1609
1921
  static $gtype: GObject.GType<KeywordModel>;
1610
1922
 
1923
+ /**
1924
+ * Compile-time signal type information.
1925
+ *
1926
+ * This instance property is generated only for TypeScript type checking.
1927
+ * It is not defined at runtime and should not be accessed in JS code.
1928
+ * @internal
1929
+ */
1930
+ $signals: KeywordModel.SignalSignatures;
1931
+
1611
1932
  // Constructors
1612
1933
 
1613
1934
  constructor(properties?: Partial<KeywordModel.ConstructorProps>, ...args: any[]);
@@ -1616,6 +1937,24 @@ export namespace Devhelp {
1616
1937
 
1617
1938
  static ['new'](): KeywordModel;
1618
1939
 
1940
+ // Signals
1941
+
1942
+ connect<K extends keyof KeywordModel.SignalSignatures>(
1943
+ signal: K,
1944
+ callback: GObject.SignalCallback<this, KeywordModel.SignalSignatures[K]>,
1945
+ ): number;
1946
+ connect(signal: string, callback: (...args: any[]) => any): number;
1947
+ connect_after<K extends keyof KeywordModel.SignalSignatures>(
1948
+ signal: K,
1949
+ callback: GObject.SignalCallback<this, KeywordModel.SignalSignatures[K]>,
1950
+ ): number;
1951
+ connect_after(signal: string, callback: (...args: any[]) => any): number;
1952
+ emit<K extends keyof KeywordModel.SignalSignatures>(
1953
+ signal: K,
1954
+ ...args: GObject.GjsParameters<KeywordModel.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
1955
+ ): void;
1956
+ emit(signal: string, ...args: any[]): void;
1957
+
1619
1958
  // Methods
1620
1959
 
1621
1960
  /**
@@ -2485,6 +2824,60 @@ export namespace Devhelp {
2485
2824
  }
2486
2825
 
2487
2826
  namespace Notebook {
2827
+ // Signal signatures
2828
+ interface SignalSignatures extends Gtk.Notebook.SignalSignatures {
2829
+ 'notify::profile': (pspec: GObject.ParamSpec) => void;
2830
+ 'notify::enable-popup': (pspec: GObject.ParamSpec) => void;
2831
+ 'notify::group-name': (pspec: GObject.ParamSpec) => void;
2832
+ 'notify::page': (pspec: GObject.ParamSpec) => void;
2833
+ 'notify::scrollable': (pspec: GObject.ParamSpec) => void;
2834
+ 'notify::show-border': (pspec: GObject.ParamSpec) => void;
2835
+ 'notify::show-tabs': (pspec: GObject.ParamSpec) => void;
2836
+ 'notify::tab-pos': (pspec: GObject.ParamSpec) => void;
2837
+ 'notify::border-width': (pspec: GObject.ParamSpec) => void;
2838
+ 'notify::child': (pspec: GObject.ParamSpec) => void;
2839
+ 'notify::resize-mode': (pspec: GObject.ParamSpec) => void;
2840
+ 'notify::app-paintable': (pspec: GObject.ParamSpec) => void;
2841
+ 'notify::can-default': (pspec: GObject.ParamSpec) => void;
2842
+ 'notify::can-focus': (pspec: GObject.ParamSpec) => void;
2843
+ 'notify::composite-child': (pspec: GObject.ParamSpec) => void;
2844
+ 'notify::double-buffered': (pspec: GObject.ParamSpec) => void;
2845
+ 'notify::events': (pspec: GObject.ParamSpec) => void;
2846
+ 'notify::expand': (pspec: GObject.ParamSpec) => void;
2847
+ 'notify::focus-on-click': (pspec: GObject.ParamSpec) => void;
2848
+ 'notify::halign': (pspec: GObject.ParamSpec) => void;
2849
+ 'notify::has-default': (pspec: GObject.ParamSpec) => void;
2850
+ 'notify::has-focus': (pspec: GObject.ParamSpec) => void;
2851
+ 'notify::has-tooltip': (pspec: GObject.ParamSpec) => void;
2852
+ 'notify::height-request': (pspec: GObject.ParamSpec) => void;
2853
+ 'notify::hexpand': (pspec: GObject.ParamSpec) => void;
2854
+ 'notify::hexpand-set': (pspec: GObject.ParamSpec) => void;
2855
+ 'notify::is-focus': (pspec: GObject.ParamSpec) => void;
2856
+ 'notify::margin': (pspec: GObject.ParamSpec) => void;
2857
+ 'notify::margin-bottom': (pspec: GObject.ParamSpec) => void;
2858
+ 'notify::margin-end': (pspec: GObject.ParamSpec) => void;
2859
+ 'notify::margin-left': (pspec: GObject.ParamSpec) => void;
2860
+ 'notify::margin-right': (pspec: GObject.ParamSpec) => void;
2861
+ 'notify::margin-start': (pspec: GObject.ParamSpec) => void;
2862
+ 'notify::margin-top': (pspec: GObject.ParamSpec) => void;
2863
+ 'notify::name': (pspec: GObject.ParamSpec) => void;
2864
+ 'notify::no-show-all': (pspec: GObject.ParamSpec) => void;
2865
+ 'notify::opacity': (pspec: GObject.ParamSpec) => void;
2866
+ 'notify::parent': (pspec: GObject.ParamSpec) => void;
2867
+ 'notify::receives-default': (pspec: GObject.ParamSpec) => void;
2868
+ 'notify::scale-factor': (pspec: GObject.ParamSpec) => void;
2869
+ 'notify::sensitive': (pspec: GObject.ParamSpec) => void;
2870
+ 'notify::style': (pspec: GObject.ParamSpec) => void;
2871
+ 'notify::tooltip-markup': (pspec: GObject.ParamSpec) => void;
2872
+ 'notify::tooltip-text': (pspec: GObject.ParamSpec) => void;
2873
+ 'notify::valign': (pspec: GObject.ParamSpec) => void;
2874
+ 'notify::vexpand': (pspec: GObject.ParamSpec) => void;
2875
+ 'notify::vexpand-set': (pspec: GObject.ParamSpec) => void;
2876
+ 'notify::visible': (pspec: GObject.ParamSpec) => void;
2877
+ 'notify::width-request': (pspec: GObject.ParamSpec) => void;
2878
+ 'notify::window': (pspec: GObject.ParamSpec) => void;
2879
+ }
2880
+
2488
2881
  // Constructor properties interface
2489
2882
 
2490
2883
  interface ConstructorProps
@@ -2506,6 +2899,15 @@ export namespace Devhelp {
2506
2899
  */
2507
2900
  get profile(): Profile;
2508
2901
 
2902
+ /**
2903
+ * Compile-time signal type information.
2904
+ *
2905
+ * This instance property is generated only for TypeScript type checking.
2906
+ * It is not defined at runtime and should not be accessed in JS code.
2907
+ * @internal
2908
+ */
2909
+ $signals: Notebook.SignalSignatures;
2910
+
2509
2911
  // Constructors
2510
2912
 
2511
2913
  constructor(properties?: Partial<Notebook.ConstructorProps>, ...args: any[]);
@@ -2517,6 +2919,24 @@ export namespace Devhelp {
2517
2919
 
2518
2920
  static ['new'](...args: never[]): any;
2519
2921
 
2922
+ // Signals
2923
+
2924
+ connect<K extends keyof Notebook.SignalSignatures>(
2925
+ signal: K,
2926
+ callback: GObject.SignalCallback<this, Notebook.SignalSignatures[K]>,
2927
+ ): number;
2928
+ connect(signal: string, callback: (...args: any[]) => any): number;
2929
+ connect_after<K extends keyof Notebook.SignalSignatures>(
2930
+ signal: K,
2931
+ callback: GObject.SignalCallback<this, Notebook.SignalSignatures[K]>,
2932
+ ): number;
2933
+ connect_after(signal: string, callback: (...args: any[]) => any): number;
2934
+ emit<K extends keyof Notebook.SignalSignatures>(
2935
+ signal: K,
2936
+ ...args: GObject.GjsParameters<Notebook.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
2937
+ ): void;
2938
+ emit(signal: string, ...args: any[]): void;
2939
+
2520
2940
  // Methods
2521
2941
 
2522
2942
  get_active_tab(): Tab | null;
@@ -2975,6 +3395,9 @@ export namespace Devhelp {
2975
3395
  }
2976
3396
 
2977
3397
  namespace Profile {
3398
+ // Signal signatures
3399
+ interface SignalSignatures extends GObject.Object.SignalSignatures {}
3400
+
2978
3401
  // Constructor properties interface
2979
3402
 
2980
3403
  interface ConstructorProps extends GObject.Object.ConstructorProps {}
@@ -2983,12 +3406,39 @@ export namespace Devhelp {
2983
3406
  class Profile extends GObject.Object {
2984
3407
  static $gtype: GObject.GType<Profile>;
2985
3408
 
3409
+ /**
3410
+ * Compile-time signal type information.
3411
+ *
3412
+ * This instance property is generated only for TypeScript type checking.
3413
+ * It is not defined at runtime and should not be accessed in JS code.
3414
+ * @internal
3415
+ */
3416
+ $signals: Profile.SignalSignatures;
3417
+
2986
3418
  // Constructors
2987
3419
 
2988
3420
  constructor(properties?: Partial<Profile.ConstructorProps>, ...args: any[]);
2989
3421
 
2990
3422
  _init(...args: any[]): void;
2991
3423
 
3424
+ // Signals
3425
+
3426
+ connect<K extends keyof Profile.SignalSignatures>(
3427
+ signal: K,
3428
+ callback: GObject.SignalCallback<this, Profile.SignalSignatures[K]>,
3429
+ ): number;
3430
+ connect(signal: string, callback: (...args: any[]) => any): number;
3431
+ connect_after<K extends keyof Profile.SignalSignatures>(
3432
+ signal: K,
3433
+ callback: GObject.SignalCallback<this, Profile.SignalSignatures[K]>,
3434
+ ): number;
3435
+ connect_after(signal: string, callback: (...args: any[]) => any): number;
3436
+ emit<K extends keyof Profile.SignalSignatures>(
3437
+ signal: K,
3438
+ ...args: GObject.GjsParameters<Profile.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
3439
+ ): void;
3440
+ emit(signal: string, ...args: any[]): void;
3441
+
2992
3442
  // Static methods
2993
3443
 
2994
3444
  /**
@@ -3015,6 +3465,9 @@ export namespace Devhelp {
3015
3465
  }
3016
3466
 
3017
3467
  namespace ProfileBuilder {
3468
+ // Signal signatures
3469
+ interface SignalSignatures extends GObject.Object.SignalSignatures {}
3470
+
3018
3471
  // Constructor properties interface
3019
3472
 
3020
3473
  interface ConstructorProps extends GObject.Object.ConstructorProps {}
@@ -3023,6 +3476,15 @@ export namespace Devhelp {
3023
3476
  class ProfileBuilder extends GObject.Object {
3024
3477
  static $gtype: GObject.GType<ProfileBuilder>;
3025
3478
 
3479
+ /**
3480
+ * Compile-time signal type information.
3481
+ *
3482
+ * This instance property is generated only for TypeScript type checking.
3483
+ * It is not defined at runtime and should not be accessed in JS code.
3484
+ * @internal
3485
+ */
3486
+ $signals: ProfileBuilder.SignalSignatures;
3487
+
3026
3488
  // Constructors
3027
3489
 
3028
3490
  constructor(properties?: Partial<ProfileBuilder.ConstructorProps>, ...args: any[]);
@@ -3031,6 +3493,24 @@ export namespace Devhelp {
3031
3493
 
3032
3494
  static ['new'](): ProfileBuilder;
3033
3495
 
3496
+ // Signals
3497
+
3498
+ connect<K extends keyof ProfileBuilder.SignalSignatures>(
3499
+ signal: K,
3500
+ callback: GObject.SignalCallback<this, ProfileBuilder.SignalSignatures[K]>,
3501
+ ): number;
3502
+ connect(signal: string, callback: (...args: any[]) => any): number;
3503
+ connect_after<K extends keyof ProfileBuilder.SignalSignatures>(
3504
+ signal: K,
3505
+ callback: GObject.SignalCallback<this, ProfileBuilder.SignalSignatures[K]>,
3506
+ ): number;
3507
+ connect_after(signal: string, callback: (...args: any[]) => any): number;
3508
+ emit<K extends keyof ProfileBuilder.SignalSignatures>(
3509
+ signal: K,
3510
+ ...args: GObject.GjsParameters<ProfileBuilder.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
3511
+ ): void;
3512
+ emit(signal: string, ...args: any[]): void;
3513
+
3034
3514
  // Methods
3035
3515
 
3036
3516
  create_object(): Profile;
@@ -3053,6 +3533,55 @@ export namespace Devhelp {
3053
3533
  }
3054
3534
 
3055
3535
  namespace SearchBar {
3536
+ // Signal signatures
3537
+ interface SignalSignatures extends Gtk.SearchBar.SignalSignatures {
3538
+ 'notify::notebook': (pspec: GObject.ParamSpec) => void;
3539
+ 'notify::search-mode-enabled': (pspec: GObject.ParamSpec) => void;
3540
+ 'notify::show-close-button': (pspec: GObject.ParamSpec) => void;
3541
+ 'notify::border-width': (pspec: GObject.ParamSpec) => void;
3542
+ 'notify::child': (pspec: GObject.ParamSpec) => void;
3543
+ 'notify::resize-mode': (pspec: GObject.ParamSpec) => void;
3544
+ 'notify::app-paintable': (pspec: GObject.ParamSpec) => void;
3545
+ 'notify::can-default': (pspec: GObject.ParamSpec) => void;
3546
+ 'notify::can-focus': (pspec: GObject.ParamSpec) => void;
3547
+ 'notify::composite-child': (pspec: GObject.ParamSpec) => void;
3548
+ 'notify::double-buffered': (pspec: GObject.ParamSpec) => void;
3549
+ 'notify::events': (pspec: GObject.ParamSpec) => void;
3550
+ 'notify::expand': (pspec: GObject.ParamSpec) => void;
3551
+ 'notify::focus-on-click': (pspec: GObject.ParamSpec) => void;
3552
+ 'notify::halign': (pspec: GObject.ParamSpec) => void;
3553
+ 'notify::has-default': (pspec: GObject.ParamSpec) => void;
3554
+ 'notify::has-focus': (pspec: GObject.ParamSpec) => void;
3555
+ 'notify::has-tooltip': (pspec: GObject.ParamSpec) => void;
3556
+ 'notify::height-request': (pspec: GObject.ParamSpec) => void;
3557
+ 'notify::hexpand': (pspec: GObject.ParamSpec) => void;
3558
+ 'notify::hexpand-set': (pspec: GObject.ParamSpec) => void;
3559
+ 'notify::is-focus': (pspec: GObject.ParamSpec) => void;
3560
+ 'notify::margin': (pspec: GObject.ParamSpec) => void;
3561
+ 'notify::margin-bottom': (pspec: GObject.ParamSpec) => void;
3562
+ 'notify::margin-end': (pspec: GObject.ParamSpec) => void;
3563
+ 'notify::margin-left': (pspec: GObject.ParamSpec) => void;
3564
+ 'notify::margin-right': (pspec: GObject.ParamSpec) => void;
3565
+ 'notify::margin-start': (pspec: GObject.ParamSpec) => void;
3566
+ 'notify::margin-top': (pspec: GObject.ParamSpec) => void;
3567
+ 'notify::name': (pspec: GObject.ParamSpec) => void;
3568
+ 'notify::no-show-all': (pspec: GObject.ParamSpec) => void;
3569
+ 'notify::opacity': (pspec: GObject.ParamSpec) => void;
3570
+ 'notify::parent': (pspec: GObject.ParamSpec) => void;
3571
+ 'notify::receives-default': (pspec: GObject.ParamSpec) => void;
3572
+ 'notify::scale-factor': (pspec: GObject.ParamSpec) => void;
3573
+ 'notify::sensitive': (pspec: GObject.ParamSpec) => void;
3574
+ 'notify::style': (pspec: GObject.ParamSpec) => void;
3575
+ 'notify::tooltip-markup': (pspec: GObject.ParamSpec) => void;
3576
+ 'notify::tooltip-text': (pspec: GObject.ParamSpec) => void;
3577
+ 'notify::valign': (pspec: GObject.ParamSpec) => void;
3578
+ 'notify::vexpand': (pspec: GObject.ParamSpec) => void;
3579
+ 'notify::vexpand-set': (pspec: GObject.ParamSpec) => void;
3580
+ 'notify::visible': (pspec: GObject.ParamSpec) => void;
3581
+ 'notify::width-request': (pspec: GObject.ParamSpec) => void;
3582
+ 'notify::window': (pspec: GObject.ParamSpec) => void;
3583
+ }
3584
+
3056
3585
  // Constructor properties interface
3057
3586
 
3058
3587
  interface ConstructorProps
@@ -3074,6 +3603,15 @@ export namespace Devhelp {
3074
3603
  */
3075
3604
  get notebook(): Notebook;
3076
3605
 
3606
+ /**
3607
+ * Compile-time signal type information.
3608
+ *
3609
+ * This instance property is generated only for TypeScript type checking.
3610
+ * It is not defined at runtime and should not be accessed in JS code.
3611
+ * @internal
3612
+ */
3613
+ $signals: SearchBar.SignalSignatures;
3614
+
3077
3615
  // Constructors
3078
3616
 
3079
3617
  constructor(properties?: Partial<SearchBar.ConstructorProps>, ...args: any[]);
@@ -3085,6 +3623,24 @@ export namespace Devhelp {
3085
3623
 
3086
3624
  static ['new'](...args: never[]): any;
3087
3625
 
3626
+ // Signals
3627
+
3628
+ connect<K extends keyof SearchBar.SignalSignatures>(
3629
+ signal: K,
3630
+ callback: GObject.SignalCallback<this, SearchBar.SignalSignatures[K]>,
3631
+ ): number;
3632
+ connect(signal: string, callback: (...args: any[]) => any): number;
3633
+ connect_after<K extends keyof SearchBar.SignalSignatures>(
3634
+ signal: K,
3635
+ callback: GObject.SignalCallback<this, SearchBar.SignalSignatures[K]>,
3636
+ ): number;
3637
+ connect_after(signal: string, callback: (...args: any[]) => any): number;
3638
+ emit<K extends keyof SearchBar.SignalSignatures>(
3639
+ signal: K,
3640
+ ...args: GObject.GjsParameters<SearchBar.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
3641
+ ): void;
3642
+ emit(signal: string, ...args: any[]): void;
3643
+
3088
3644
  // Methods
3089
3645
 
3090
3646
  get_notebook(): Notebook;
@@ -3536,14 +4092,14 @@ export namespace Devhelp {
3536
4092
  }
3537
4093
 
3538
4094
  namespace Settings {
3539
- // Signal callback interfaces
3540
-
3541
- interface BooksDisabledChanged {
3542
- (): void;
3543
- }
3544
-
3545
- interface FontsChanged {
3546
- (): void;
4095
+ // Signal signatures
4096
+ interface SignalSignatures extends GObject.Object.SignalSignatures {
4097
+ 'books-disabled-changed': () => void;
4098
+ 'fonts-changed': () => void;
4099
+ 'notify::fixed-font': (pspec: GObject.ParamSpec) => void;
4100
+ 'notify::group-books-by-language': (pspec: GObject.ParamSpec) => void;
4101
+ 'notify::use-system-fonts': (pspec: GObject.ParamSpec) => void;
4102
+ 'notify::variable-font': (pspec: GObject.ParamSpec) => void;
3547
4103
  }
3548
4104
 
3549
4105
  // Constructor properties interface
@@ -3614,6 +4170,15 @@ export namespace Devhelp {
3614
4170
  get variableFont(): string;
3615
4171
  set variableFont(val: string);
3616
4172
 
4173
+ /**
4174
+ * Compile-time signal type information.
4175
+ *
4176
+ * This instance property is generated only for TypeScript type checking.
4177
+ * It is not defined at runtime and should not be accessed in JS code.
4178
+ * @internal
4179
+ */
4180
+ $signals: Settings.SignalSignatures;
4181
+
3617
4182
  // Constructors
3618
4183
 
3619
4184
  constructor(properties?: Partial<Settings.ConstructorProps>, ...args: any[]);
@@ -3622,15 +4187,21 @@ export namespace Devhelp {
3622
4187
 
3623
4188
  // Signals
3624
4189
 
3625
- connect(id: string, callback: (...args: any[]) => any): number;
3626
- connect_after(id: string, callback: (...args: any[]) => any): number;
3627
- emit(id: string, ...args: any[]): void;
3628
- connect(signal: 'books-disabled-changed', callback: (_source: this) => void): number;
3629
- connect_after(signal: 'books-disabled-changed', callback: (_source: this) => void): number;
3630
- emit(signal: 'books-disabled-changed'): void;
3631
- connect(signal: 'fonts-changed', callback: (_source: this) => void): number;
3632
- connect_after(signal: 'fonts-changed', callback: (_source: this) => void): number;
3633
- emit(signal: 'fonts-changed'): void;
4190
+ connect<K extends keyof Settings.SignalSignatures>(
4191
+ signal: K,
4192
+ callback: GObject.SignalCallback<this, Settings.SignalSignatures[K]>,
4193
+ ): number;
4194
+ connect(signal: string, callback: (...args: any[]) => any): number;
4195
+ connect_after<K extends keyof Settings.SignalSignatures>(
4196
+ signal: K,
4197
+ callback: GObject.SignalCallback<this, Settings.SignalSignatures[K]>,
4198
+ ): number;
4199
+ connect_after(signal: string, callback: (...args: any[]) => any): number;
4200
+ emit<K extends keyof Settings.SignalSignatures>(
4201
+ signal: K,
4202
+ ...args: GObject.GjsParameters<Settings.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
4203
+ ): void;
4204
+ emit(signal: string, ...args: any[]): void;
3634
4205
 
3635
4206
  // Static methods
3636
4207
 
@@ -3738,6 +4309,9 @@ export namespace Devhelp {
3738
4309
  }
3739
4310
 
3740
4311
  namespace SettingsBuilder {
4312
+ // Signal signatures
4313
+ interface SignalSignatures extends GObject.Object.SignalSignatures {}
4314
+
3741
4315
  // Constructor properties interface
3742
4316
 
3743
4317
  interface ConstructorProps extends GObject.Object.ConstructorProps {}
@@ -3746,6 +4320,15 @@ export namespace Devhelp {
3746
4320
  class SettingsBuilder extends GObject.Object {
3747
4321
  static $gtype: GObject.GType<SettingsBuilder>;
3748
4322
 
4323
+ /**
4324
+ * Compile-time signal type information.
4325
+ *
4326
+ * This instance property is generated only for TypeScript type checking.
4327
+ * It is not defined at runtime and should not be accessed in JS code.
4328
+ * @internal
4329
+ */
4330
+ $signals: SettingsBuilder.SignalSignatures;
4331
+
3749
4332
  // Constructors
3750
4333
 
3751
4334
  constructor(properties?: Partial<SettingsBuilder.ConstructorProps>, ...args: any[]);
@@ -3754,6 +4337,24 @@ export namespace Devhelp {
3754
4337
 
3755
4338
  static ['new'](): SettingsBuilder;
3756
4339
 
4340
+ // Signals
4341
+
4342
+ connect<K extends keyof SettingsBuilder.SignalSignatures>(
4343
+ signal: K,
4344
+ callback: GObject.SignalCallback<this, SettingsBuilder.SignalSignatures[K]>,
4345
+ ): number;
4346
+ connect(signal: string, callback: (...args: any[]) => any): number;
4347
+ connect_after<K extends keyof SettingsBuilder.SignalSignatures>(
4348
+ signal: K,
4349
+ callback: GObject.SignalCallback<this, SettingsBuilder.SignalSignatures[K]>,
4350
+ ): number;
4351
+ connect_after(signal: string, callback: (...args: any[]) => any): number;
4352
+ emit<K extends keyof SettingsBuilder.SignalSignatures>(
4353
+ signal: K,
4354
+ ...args: GObject.GjsParameters<SettingsBuilder.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
4355
+ ): void;
4356
+ emit(signal: string, ...args: any[]): void;
4357
+
3757
4358
  // Methods
3758
4359
 
3759
4360
  create_object(): Settings;
@@ -3776,10 +4377,58 @@ export namespace Devhelp {
3776
4377
  }
3777
4378
 
3778
4379
  namespace Sidebar {
3779
- // Signal callback interfaces
3780
-
3781
- interface LinkSelected {
3782
- (link: Link): void;
4380
+ // Signal signatures
4381
+ interface SignalSignatures extends Gtk.Grid.SignalSignatures {
4382
+ 'link-selected': (arg0: Link) => void;
4383
+ 'notify::profile': (pspec: GObject.ParamSpec) => void;
4384
+ 'notify::baseline-row': (pspec: GObject.ParamSpec) => void;
4385
+ 'notify::column-homogeneous': (pspec: GObject.ParamSpec) => void;
4386
+ 'notify::column-spacing': (pspec: GObject.ParamSpec) => void;
4387
+ 'notify::row-homogeneous': (pspec: GObject.ParamSpec) => void;
4388
+ 'notify::row-spacing': (pspec: GObject.ParamSpec) => void;
4389
+ 'notify::border-width': (pspec: GObject.ParamSpec) => void;
4390
+ 'notify::child': (pspec: GObject.ParamSpec) => void;
4391
+ 'notify::resize-mode': (pspec: GObject.ParamSpec) => void;
4392
+ 'notify::app-paintable': (pspec: GObject.ParamSpec) => void;
4393
+ 'notify::can-default': (pspec: GObject.ParamSpec) => void;
4394
+ 'notify::can-focus': (pspec: GObject.ParamSpec) => void;
4395
+ 'notify::composite-child': (pspec: GObject.ParamSpec) => void;
4396
+ 'notify::double-buffered': (pspec: GObject.ParamSpec) => void;
4397
+ 'notify::events': (pspec: GObject.ParamSpec) => void;
4398
+ 'notify::expand': (pspec: GObject.ParamSpec) => void;
4399
+ 'notify::focus-on-click': (pspec: GObject.ParamSpec) => void;
4400
+ 'notify::halign': (pspec: GObject.ParamSpec) => void;
4401
+ 'notify::has-default': (pspec: GObject.ParamSpec) => void;
4402
+ 'notify::has-focus': (pspec: GObject.ParamSpec) => void;
4403
+ 'notify::has-tooltip': (pspec: GObject.ParamSpec) => void;
4404
+ 'notify::height-request': (pspec: GObject.ParamSpec) => void;
4405
+ 'notify::hexpand': (pspec: GObject.ParamSpec) => void;
4406
+ 'notify::hexpand-set': (pspec: GObject.ParamSpec) => void;
4407
+ 'notify::is-focus': (pspec: GObject.ParamSpec) => void;
4408
+ 'notify::margin': (pspec: GObject.ParamSpec) => void;
4409
+ 'notify::margin-bottom': (pspec: GObject.ParamSpec) => void;
4410
+ 'notify::margin-end': (pspec: GObject.ParamSpec) => void;
4411
+ 'notify::margin-left': (pspec: GObject.ParamSpec) => void;
4412
+ 'notify::margin-right': (pspec: GObject.ParamSpec) => void;
4413
+ 'notify::margin-start': (pspec: GObject.ParamSpec) => void;
4414
+ 'notify::margin-top': (pspec: GObject.ParamSpec) => void;
4415
+ 'notify::name': (pspec: GObject.ParamSpec) => void;
4416
+ 'notify::no-show-all': (pspec: GObject.ParamSpec) => void;
4417
+ 'notify::opacity': (pspec: GObject.ParamSpec) => void;
4418
+ 'notify::parent': (pspec: GObject.ParamSpec) => void;
4419
+ 'notify::receives-default': (pspec: GObject.ParamSpec) => void;
4420
+ 'notify::scale-factor': (pspec: GObject.ParamSpec) => void;
4421
+ 'notify::sensitive': (pspec: GObject.ParamSpec) => void;
4422
+ 'notify::style': (pspec: GObject.ParamSpec) => void;
4423
+ 'notify::tooltip-markup': (pspec: GObject.ParamSpec) => void;
4424
+ 'notify::tooltip-text': (pspec: GObject.ParamSpec) => void;
4425
+ 'notify::valign': (pspec: GObject.ParamSpec) => void;
4426
+ 'notify::vexpand': (pspec: GObject.ParamSpec) => void;
4427
+ 'notify::vexpand-set': (pspec: GObject.ParamSpec) => void;
4428
+ 'notify::visible': (pspec: GObject.ParamSpec) => void;
4429
+ 'notify::width-request': (pspec: GObject.ParamSpec) => void;
4430
+ 'notify::window': (pspec: GObject.ParamSpec) => void;
4431
+ 'notify::orientation': (pspec: GObject.ParamSpec) => void;
3783
4432
  }
3784
4433
 
3785
4434
  // Constructor properties interface
@@ -3804,6 +4453,15 @@ export namespace Devhelp {
3804
4453
  */
3805
4454
  get profile(): Profile;
3806
4455
 
4456
+ /**
4457
+ * Compile-time signal type information.
4458
+ *
4459
+ * This instance property is generated only for TypeScript type checking.
4460
+ * It is not defined at runtime and should not be accessed in JS code.
4461
+ * @internal
4462
+ */
4463
+ $signals: Sidebar.SignalSignatures;
4464
+
3807
4465
  // Constructors
3808
4466
 
3809
4467
  constructor(properties?: Partial<Sidebar.ConstructorProps>, ...args: any[]);
@@ -3817,12 +4475,21 @@ export namespace Devhelp {
3817
4475
 
3818
4476
  // Signals
3819
4477
 
3820
- connect(id: string, callback: (...args: any[]) => any): number;
3821
- connect_after(id: string, callback: (...args: any[]) => any): number;
3822
- emit(id: string, ...args: any[]): void;
3823
- connect(signal: 'link-selected', callback: (_source: this, link: Link) => void): number;
3824
- connect_after(signal: 'link-selected', callback: (_source: this, link: Link) => void): number;
3825
- emit(signal: 'link-selected', link: Link): void;
4478
+ connect<K extends keyof Sidebar.SignalSignatures>(
4479
+ signal: K,
4480
+ callback: GObject.SignalCallback<this, Sidebar.SignalSignatures[K]>,
4481
+ ): number;
4482
+ connect(signal: string, callback: (...args: any[]) => any): number;
4483
+ connect_after<K extends keyof Sidebar.SignalSignatures>(
4484
+ signal: K,
4485
+ callback: GObject.SignalCallback<this, Sidebar.SignalSignatures[K]>,
4486
+ ): number;
4487
+ connect_after(signal: string, callback: (...args: any[]) => any): number;
4488
+ emit<K extends keyof Sidebar.SignalSignatures>(
4489
+ signal: K,
4490
+ ...args: GObject.GjsParameters<Sidebar.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
4491
+ ): void;
4492
+ emit(signal: string, ...args: any[]): void;
3826
4493
 
3827
4494
  // Static methods
3828
4495
 
@@ -4313,6 +4980,59 @@ export namespace Devhelp {
4313
4980
  }
4314
4981
 
4315
4982
  namespace Tab {
4983
+ // Signal signatures
4984
+ interface SignalSignatures extends Gtk.Grid.SignalSignatures {
4985
+ 'notify::web-view': (pspec: GObject.ParamSpec) => void;
4986
+ 'notify::baseline-row': (pspec: GObject.ParamSpec) => void;
4987
+ 'notify::column-homogeneous': (pspec: GObject.ParamSpec) => void;
4988
+ 'notify::column-spacing': (pspec: GObject.ParamSpec) => void;
4989
+ 'notify::row-homogeneous': (pspec: GObject.ParamSpec) => void;
4990
+ 'notify::row-spacing': (pspec: GObject.ParamSpec) => void;
4991
+ 'notify::border-width': (pspec: GObject.ParamSpec) => void;
4992
+ 'notify::child': (pspec: GObject.ParamSpec) => void;
4993
+ 'notify::resize-mode': (pspec: GObject.ParamSpec) => void;
4994
+ 'notify::app-paintable': (pspec: GObject.ParamSpec) => void;
4995
+ 'notify::can-default': (pspec: GObject.ParamSpec) => void;
4996
+ 'notify::can-focus': (pspec: GObject.ParamSpec) => void;
4997
+ 'notify::composite-child': (pspec: GObject.ParamSpec) => void;
4998
+ 'notify::double-buffered': (pspec: GObject.ParamSpec) => void;
4999
+ 'notify::events': (pspec: GObject.ParamSpec) => void;
5000
+ 'notify::expand': (pspec: GObject.ParamSpec) => void;
5001
+ 'notify::focus-on-click': (pspec: GObject.ParamSpec) => void;
5002
+ 'notify::halign': (pspec: GObject.ParamSpec) => void;
5003
+ 'notify::has-default': (pspec: GObject.ParamSpec) => void;
5004
+ 'notify::has-focus': (pspec: GObject.ParamSpec) => void;
5005
+ 'notify::has-tooltip': (pspec: GObject.ParamSpec) => void;
5006
+ 'notify::height-request': (pspec: GObject.ParamSpec) => void;
5007
+ 'notify::hexpand': (pspec: GObject.ParamSpec) => void;
5008
+ 'notify::hexpand-set': (pspec: GObject.ParamSpec) => void;
5009
+ 'notify::is-focus': (pspec: GObject.ParamSpec) => void;
5010
+ 'notify::margin': (pspec: GObject.ParamSpec) => void;
5011
+ 'notify::margin-bottom': (pspec: GObject.ParamSpec) => void;
5012
+ 'notify::margin-end': (pspec: GObject.ParamSpec) => void;
5013
+ 'notify::margin-left': (pspec: GObject.ParamSpec) => void;
5014
+ 'notify::margin-right': (pspec: GObject.ParamSpec) => void;
5015
+ 'notify::margin-start': (pspec: GObject.ParamSpec) => void;
5016
+ 'notify::margin-top': (pspec: GObject.ParamSpec) => void;
5017
+ 'notify::name': (pspec: GObject.ParamSpec) => void;
5018
+ 'notify::no-show-all': (pspec: GObject.ParamSpec) => void;
5019
+ 'notify::opacity': (pspec: GObject.ParamSpec) => void;
5020
+ 'notify::parent': (pspec: GObject.ParamSpec) => void;
5021
+ 'notify::receives-default': (pspec: GObject.ParamSpec) => void;
5022
+ 'notify::scale-factor': (pspec: GObject.ParamSpec) => void;
5023
+ 'notify::sensitive': (pspec: GObject.ParamSpec) => void;
5024
+ 'notify::style': (pspec: GObject.ParamSpec) => void;
5025
+ 'notify::tooltip-markup': (pspec: GObject.ParamSpec) => void;
5026
+ 'notify::tooltip-text': (pspec: GObject.ParamSpec) => void;
5027
+ 'notify::valign': (pspec: GObject.ParamSpec) => void;
5028
+ 'notify::vexpand': (pspec: GObject.ParamSpec) => void;
5029
+ 'notify::vexpand-set': (pspec: GObject.ParamSpec) => void;
5030
+ 'notify::visible': (pspec: GObject.ParamSpec) => void;
5031
+ 'notify::width-request': (pspec: GObject.ParamSpec) => void;
5032
+ 'notify::window': (pspec: GObject.ParamSpec) => void;
5033
+ 'notify::orientation': (pspec: GObject.ParamSpec) => void;
5034
+ }
5035
+
4316
5036
  // Constructor properties interface
4317
5037
 
4318
5038
  interface ConstructorProps
@@ -4341,6 +5061,15 @@ export namespace Devhelp {
4341
5061
  */
4342
5062
  get webView(): WebView;
4343
5063
 
5064
+ /**
5065
+ * Compile-time signal type information.
5066
+ *
5067
+ * This instance property is generated only for TypeScript type checking.
5068
+ * It is not defined at runtime and should not be accessed in JS code.
5069
+ * @internal
5070
+ */
5071
+ $signals: Tab.SignalSignatures;
5072
+
4344
5073
  // Constructors
4345
5074
 
4346
5075
  constructor(properties?: Partial<Tab.ConstructorProps>, ...args: any[]);
@@ -4352,6 +5081,24 @@ export namespace Devhelp {
4352
5081
 
4353
5082
  static ['new'](...args: never[]): any;
4354
5083
 
5084
+ // Signals
5085
+
5086
+ connect<K extends keyof Tab.SignalSignatures>(
5087
+ signal: K,
5088
+ callback: GObject.SignalCallback<this, Tab.SignalSignatures[K]>,
5089
+ ): number;
5090
+ connect(signal: string, callback: (...args: any[]) => any): number;
5091
+ connect_after<K extends keyof Tab.SignalSignatures>(
5092
+ signal: K,
5093
+ callback: GObject.SignalCallback<this, Tab.SignalSignatures[K]>,
5094
+ ): number;
5095
+ connect_after(signal: string, callback: (...args: any[]) => any): number;
5096
+ emit<K extends keyof Tab.SignalSignatures>(
5097
+ signal: K,
5098
+ ...args: GObject.GjsParameters<Tab.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
5099
+ ): void;
5100
+ emit(signal: string, ...args: any[]): void;
5101
+
4355
5102
  // Methods
4356
5103
 
4357
5104
  get_web_view(): WebView;
@@ -4816,6 +5563,59 @@ export namespace Devhelp {
4816
5563
  }
4817
5564
 
4818
5565
  namespace TabLabel {
5566
+ // Signal signatures
5567
+ interface SignalSignatures extends Gtk.Grid.SignalSignatures {
5568
+ 'notify::tab': (pspec: GObject.ParamSpec) => void;
5569
+ 'notify::baseline-row': (pspec: GObject.ParamSpec) => void;
5570
+ 'notify::column-homogeneous': (pspec: GObject.ParamSpec) => void;
5571
+ 'notify::column-spacing': (pspec: GObject.ParamSpec) => void;
5572
+ 'notify::row-homogeneous': (pspec: GObject.ParamSpec) => void;
5573
+ 'notify::row-spacing': (pspec: GObject.ParamSpec) => void;
5574
+ 'notify::border-width': (pspec: GObject.ParamSpec) => void;
5575
+ 'notify::child': (pspec: GObject.ParamSpec) => void;
5576
+ 'notify::resize-mode': (pspec: GObject.ParamSpec) => void;
5577
+ 'notify::app-paintable': (pspec: GObject.ParamSpec) => void;
5578
+ 'notify::can-default': (pspec: GObject.ParamSpec) => void;
5579
+ 'notify::can-focus': (pspec: GObject.ParamSpec) => void;
5580
+ 'notify::composite-child': (pspec: GObject.ParamSpec) => void;
5581
+ 'notify::double-buffered': (pspec: GObject.ParamSpec) => void;
5582
+ 'notify::events': (pspec: GObject.ParamSpec) => void;
5583
+ 'notify::expand': (pspec: GObject.ParamSpec) => void;
5584
+ 'notify::focus-on-click': (pspec: GObject.ParamSpec) => void;
5585
+ 'notify::halign': (pspec: GObject.ParamSpec) => void;
5586
+ 'notify::has-default': (pspec: GObject.ParamSpec) => void;
5587
+ 'notify::has-focus': (pspec: GObject.ParamSpec) => void;
5588
+ 'notify::has-tooltip': (pspec: GObject.ParamSpec) => void;
5589
+ 'notify::height-request': (pspec: GObject.ParamSpec) => void;
5590
+ 'notify::hexpand': (pspec: GObject.ParamSpec) => void;
5591
+ 'notify::hexpand-set': (pspec: GObject.ParamSpec) => void;
5592
+ 'notify::is-focus': (pspec: GObject.ParamSpec) => void;
5593
+ 'notify::margin': (pspec: GObject.ParamSpec) => void;
5594
+ 'notify::margin-bottom': (pspec: GObject.ParamSpec) => void;
5595
+ 'notify::margin-end': (pspec: GObject.ParamSpec) => void;
5596
+ 'notify::margin-left': (pspec: GObject.ParamSpec) => void;
5597
+ 'notify::margin-right': (pspec: GObject.ParamSpec) => void;
5598
+ 'notify::margin-start': (pspec: GObject.ParamSpec) => void;
5599
+ 'notify::margin-top': (pspec: GObject.ParamSpec) => void;
5600
+ 'notify::name': (pspec: GObject.ParamSpec) => void;
5601
+ 'notify::no-show-all': (pspec: GObject.ParamSpec) => void;
5602
+ 'notify::opacity': (pspec: GObject.ParamSpec) => void;
5603
+ 'notify::parent': (pspec: GObject.ParamSpec) => void;
5604
+ 'notify::receives-default': (pspec: GObject.ParamSpec) => void;
5605
+ 'notify::scale-factor': (pspec: GObject.ParamSpec) => void;
5606
+ 'notify::sensitive': (pspec: GObject.ParamSpec) => void;
5607
+ 'notify::style': (pspec: GObject.ParamSpec) => void;
5608
+ 'notify::tooltip-markup': (pspec: GObject.ParamSpec) => void;
5609
+ 'notify::tooltip-text': (pspec: GObject.ParamSpec) => void;
5610
+ 'notify::valign': (pspec: GObject.ParamSpec) => void;
5611
+ 'notify::vexpand': (pspec: GObject.ParamSpec) => void;
5612
+ 'notify::vexpand-set': (pspec: GObject.ParamSpec) => void;
5613
+ 'notify::visible': (pspec: GObject.ParamSpec) => void;
5614
+ 'notify::width-request': (pspec: GObject.ParamSpec) => void;
5615
+ 'notify::window': (pspec: GObject.ParamSpec) => void;
5616
+ 'notify::orientation': (pspec: GObject.ParamSpec) => void;
5617
+ }
5618
+
4819
5619
  // Constructor properties interface
4820
5620
 
4821
5621
  interface ConstructorProps
@@ -4838,6 +5638,15 @@ export namespace Devhelp {
4838
5638
  */
4839
5639
  get tab(): Tab;
4840
5640
 
5641
+ /**
5642
+ * Compile-time signal type information.
5643
+ *
5644
+ * This instance property is generated only for TypeScript type checking.
5645
+ * It is not defined at runtime and should not be accessed in JS code.
5646
+ * @internal
5647
+ */
5648
+ $signals: TabLabel.SignalSignatures;
5649
+
4841
5650
  // Constructors
4842
5651
 
4843
5652
  constructor(properties?: Partial<TabLabel.ConstructorProps>, ...args: any[]);
@@ -4849,6 +5658,24 @@ export namespace Devhelp {
4849
5658
 
4850
5659
  static ['new'](...args: never[]): any;
4851
5660
 
5661
+ // Signals
5662
+
5663
+ connect<K extends keyof TabLabel.SignalSignatures>(
5664
+ signal: K,
5665
+ callback: GObject.SignalCallback<this, TabLabel.SignalSignatures[K]>,
5666
+ ): number;
5667
+ connect(signal: string, callback: (...args: any[]) => any): number;
5668
+ connect_after<K extends keyof TabLabel.SignalSignatures>(
5669
+ signal: K,
5670
+ callback: GObject.SignalCallback<this, TabLabel.SignalSignatures[K]>,
5671
+ ): number;
5672
+ connect_after(signal: string, callback: (...args: any[]) => any): number;
5673
+ emit<K extends keyof TabLabel.SignalSignatures>(
5674
+ signal: K,
5675
+ ...args: GObject.GjsParameters<TabLabel.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
5676
+ ): void;
5677
+ emit(signal: string, ...args: any[]): void;
5678
+
4852
5679
  // Methods
4853
5680
 
4854
5681
  get_tab(): Tab | null;
@@ -5313,10 +6140,76 @@ export namespace Devhelp {
5313
6140
  }
5314
6141
 
5315
6142
  namespace WebView {
5316
- // Signal callback interfaces
5317
-
5318
- interface OpenNewTab {
5319
- (uri: string): void;
6143
+ // Signal signatures
6144
+ interface SignalSignatures extends WebKit2.WebView.SignalSignatures {
6145
+ 'open-new-tab': (arg0: string) => void;
6146
+ 'notify::profile': (pspec: GObject.ParamSpec) => void;
6147
+ 'notify::automation-presentation-type': (pspec: GObject.ParamSpec) => void;
6148
+ 'notify::camera-capture-state': (pspec: GObject.ParamSpec) => void;
6149
+ 'notify::default-content-security-policy': (pspec: GObject.ParamSpec) => void;
6150
+ 'notify::display-capture-state': (pspec: GObject.ParamSpec) => void;
6151
+ 'notify::editable': (pspec: GObject.ParamSpec) => void;
6152
+ 'notify::estimated-load-progress': (pspec: GObject.ParamSpec) => void;
6153
+ 'notify::favicon': (pspec: GObject.ParamSpec) => void;
6154
+ 'notify::is-controlled-by-automation': (pspec: GObject.ParamSpec) => void;
6155
+ 'notify::is-ephemeral': (pspec: GObject.ParamSpec) => void;
6156
+ 'notify::is-loading': (pspec: GObject.ParamSpec) => void;
6157
+ 'notify::is-muted': (pspec: GObject.ParamSpec) => void;
6158
+ 'notify::is-playing-audio': (pspec: GObject.ParamSpec) => void;
6159
+ 'notify::is-web-process-responsive': (pspec: GObject.ParamSpec) => void;
6160
+ 'notify::microphone-capture-state': (pspec: GObject.ParamSpec) => void;
6161
+ 'notify::page-id': (pspec: GObject.ParamSpec) => void;
6162
+ 'notify::related-view': (pspec: GObject.ParamSpec) => void;
6163
+ 'notify::settings': (pspec: GObject.ParamSpec) => void;
6164
+ 'notify::title': (pspec: GObject.ParamSpec) => void;
6165
+ 'notify::uri': (pspec: GObject.ParamSpec) => void;
6166
+ 'notify::user-content-manager': (pspec: GObject.ParamSpec) => void;
6167
+ 'notify::web-context': (pspec: GObject.ParamSpec) => void;
6168
+ 'notify::web-extension-mode': (pspec: GObject.ParamSpec) => void;
6169
+ 'notify::website-policies': (pspec: GObject.ParamSpec) => void;
6170
+ 'notify::zoom-level': (pspec: GObject.ParamSpec) => void;
6171
+ 'notify::border-width': (pspec: GObject.ParamSpec) => void;
6172
+ 'notify::child': (pspec: GObject.ParamSpec) => void;
6173
+ 'notify::resize-mode': (pspec: GObject.ParamSpec) => void;
6174
+ 'notify::app-paintable': (pspec: GObject.ParamSpec) => void;
6175
+ 'notify::can-default': (pspec: GObject.ParamSpec) => void;
6176
+ 'notify::can-focus': (pspec: GObject.ParamSpec) => void;
6177
+ 'notify::composite-child': (pspec: GObject.ParamSpec) => void;
6178
+ 'notify::double-buffered': (pspec: GObject.ParamSpec) => void;
6179
+ 'notify::events': (pspec: GObject.ParamSpec) => void;
6180
+ 'notify::expand': (pspec: GObject.ParamSpec) => void;
6181
+ 'notify::focus-on-click': (pspec: GObject.ParamSpec) => void;
6182
+ 'notify::halign': (pspec: GObject.ParamSpec) => void;
6183
+ 'notify::has-default': (pspec: GObject.ParamSpec) => void;
6184
+ 'notify::has-focus': (pspec: GObject.ParamSpec) => void;
6185
+ 'notify::has-tooltip': (pspec: GObject.ParamSpec) => void;
6186
+ 'notify::height-request': (pspec: GObject.ParamSpec) => void;
6187
+ 'notify::hexpand': (pspec: GObject.ParamSpec) => void;
6188
+ 'notify::hexpand-set': (pspec: GObject.ParamSpec) => void;
6189
+ 'notify::is-focus': (pspec: GObject.ParamSpec) => void;
6190
+ 'notify::margin': (pspec: GObject.ParamSpec) => void;
6191
+ 'notify::margin-bottom': (pspec: GObject.ParamSpec) => void;
6192
+ 'notify::margin-end': (pspec: GObject.ParamSpec) => void;
6193
+ 'notify::margin-left': (pspec: GObject.ParamSpec) => void;
6194
+ 'notify::margin-right': (pspec: GObject.ParamSpec) => void;
6195
+ 'notify::margin-start': (pspec: GObject.ParamSpec) => void;
6196
+ 'notify::margin-top': (pspec: GObject.ParamSpec) => void;
6197
+ 'notify::name': (pspec: GObject.ParamSpec) => void;
6198
+ 'notify::no-show-all': (pspec: GObject.ParamSpec) => void;
6199
+ 'notify::opacity': (pspec: GObject.ParamSpec) => void;
6200
+ 'notify::parent': (pspec: GObject.ParamSpec) => void;
6201
+ 'notify::receives-default': (pspec: GObject.ParamSpec) => void;
6202
+ 'notify::scale-factor': (pspec: GObject.ParamSpec) => void;
6203
+ 'notify::sensitive': (pspec: GObject.ParamSpec) => void;
6204
+ 'notify::style': (pspec: GObject.ParamSpec) => void;
6205
+ 'notify::tooltip-markup': (pspec: GObject.ParamSpec) => void;
6206
+ 'notify::tooltip-text': (pspec: GObject.ParamSpec) => void;
6207
+ 'notify::valign': (pspec: GObject.ParamSpec) => void;
6208
+ 'notify::vexpand': (pspec: GObject.ParamSpec) => void;
6209
+ 'notify::vexpand-set': (pspec: GObject.ParamSpec) => void;
6210
+ 'notify::visible': (pspec: GObject.ParamSpec) => void;
6211
+ 'notify::width-request': (pspec: GObject.ParamSpec) => void;
6212
+ 'notify::window': (pspec: GObject.ParamSpec) => void;
5320
6213
  }
5321
6214
 
5322
6215
  // Constructor properties interface
@@ -5340,6 +6233,15 @@ export namespace Devhelp {
5340
6233
  */
5341
6234
  get profile(): Profile;
5342
6235
 
6236
+ /**
6237
+ * Compile-time signal type information.
6238
+ *
6239
+ * This instance property is generated only for TypeScript type checking.
6240
+ * It is not defined at runtime and should not be accessed in JS code.
6241
+ * @internal
6242
+ */
6243
+ $signals: WebView.SignalSignatures;
6244
+
5343
6245
  // Constructors
5344
6246
 
5345
6247
  constructor(properties?: Partial<WebView.ConstructorProps>, ...args: any[]);
@@ -5353,12 +6255,21 @@ export namespace Devhelp {
5353
6255
 
5354
6256
  // Signals
5355
6257
 
5356
- connect(id: string, callback: (...args: any[]) => any): number;
5357
- connect_after(id: string, callback: (...args: any[]) => any): number;
5358
- emit(id: string, ...args: any[]): void;
5359
- connect(signal: 'open-new-tab', callback: (_source: this, uri: string) => void): number;
5360
- connect_after(signal: 'open-new-tab', callback: (_source: this, uri: string) => void): number;
5361
- emit(signal: 'open-new-tab', uri: string): void;
6258
+ connect<K extends keyof WebView.SignalSignatures>(
6259
+ signal: K,
6260
+ callback: GObject.SignalCallback<this, WebView.SignalSignatures[K]>,
6261
+ ): number;
6262
+ connect(signal: string, callback: (...args: any[]) => any): number;
6263
+ connect_after<K extends keyof WebView.SignalSignatures>(
6264
+ signal: K,
6265
+ callback: GObject.SignalCallback<this, WebView.SignalSignatures[K]>,
6266
+ ): number;
6267
+ connect_after(signal: string, callback: (...args: any[]) => any): number;
6268
+ emit<K extends keyof WebView.SignalSignatures>(
6269
+ signal: K,
6270
+ ...args: GObject.GjsParameters<WebView.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
6271
+ ): void;
6272
+ emit(signal: string, ...args: any[]): void;
5362
6273
 
5363
6274
  // Virtual methods
5364
6275