@girs/egg-1.0 1.0.0-3.2.6 → 1.0.0-3.2.7

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 (4) hide show
  1. package/README.md +1 -1
  2. package/egg-1.0.d.cts +147 -147
  3. package/egg-1.0.d.ts +147 -147
  4. package/package.json +15 -15
package/egg-1.0.d.cts CHANGED
@@ -260,7 +260,7 @@ export interface BindingGroup {
260
260
  * @param target_property the property on `target` to bind
261
261
  * @param flags the flags used to create the #GBinding
262
262
  */
263
- bind(source_property: string | null, target: GObject.Object, target_property: string | null, flags: GObject.BindingFlags): void
263
+ bind(source_property: string, target: GObject.Object, target_property: string, flags: GObject.BindingFlags): void
264
264
  /**
265
265
  * Creates a binding between `source_property` on the source object and
266
266
  * `target_property` on `target,` allowing you to set the transformation
@@ -279,7 +279,7 @@ export interface BindingGroup {
279
279
  * @param transform_to a #GClosure wrapping the transformation function from the source object to the `target,` or %NULL to use the default
280
280
  * @param transform_from a #GClosure wrapping the transformation function from the `target` to the source object, or %NULL to use the default
281
281
  */
282
- bind_full(source_property: string | null, target: GObject.Object, target_property: string | null, flags: GObject.BindingFlags, transform_to: GObject.TClosure | null, transform_from: GObject.TClosure | null): void
282
+ bind_full(source_property: string, target: GObject.Object, target_property: string, flags: GObject.BindingFlags, transform_to: GObject.TClosure | null, transform_from: GObject.TClosure | null): void
283
283
  /**
284
284
  * Gets the source object used for binding properties.
285
285
  * @returns the source object.
@@ -386,7 +386,7 @@ export interface Box extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable
386
386
  * @param child the child widget
387
387
  * @param child_property the name of a child property installed on the class of `container`
388
388
  */
389
- child_notify(child: Gtk.Widget, child_property: string | null): void
389
+ child_notify(child: Gtk.Widget, child_property: string): void
390
390
 
391
391
  // Overloads of child_notify
392
392
 
@@ -400,7 +400,7 @@ export interface Box extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable
400
400
  * Also see gtk_container_child_notify().
401
401
  * @param child_property the name of a child property installed on the class of `widget’`s parent
402
402
  */
403
- child_notify(child_property: string | null): void
403
+ child_notify(child_property: string): void
404
404
  /**
405
405
  * Emits a #GtkWidget::child-notify signal for the
406
406
  * [child property][child-properties] `child_property`
@@ -411,7 +411,7 @@ export interface Box extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable
411
411
  * Also see gtk_container_child_notify().
412
412
  * @param child_property the name of a child property installed on the class of `widget’`s parent
413
413
  */
414
- child_notify(child_property: string | null): void
414
+ child_notify(child_property: string): void
415
415
 
416
416
  // Class property signals of Egg-1.0.Egg.Box
417
417
 
@@ -626,7 +626,7 @@ export interface CenteringBin extends Atk.ImplementorIface, Gtk.Buildable {
626
626
  * @param child the child widget
627
627
  * @param child_property the name of a child property installed on the class of `container`
628
628
  */
629
- child_notify(child: Gtk.Widget, child_property: string | null): void
629
+ child_notify(child: Gtk.Widget, child_property: string): void
630
630
 
631
631
  // Overloads of child_notify
632
632
 
@@ -640,7 +640,7 @@ export interface CenteringBin extends Atk.ImplementorIface, Gtk.Buildable {
640
640
  * Also see gtk_container_child_notify().
641
641
  * @param child_property the name of a child property installed on the class of `widget’`s parent
642
642
  */
643
- child_notify(child_property: string | null): void
643
+ child_notify(child_property: string): void
644
644
  /**
645
645
  * Emits a #GtkWidget::child-notify signal for the
646
646
  * [child property][child-properties] `child_property`
@@ -651,7 +651,7 @@ export interface CenteringBin extends Atk.ImplementorIface, Gtk.Buildable {
651
651
  * Also see gtk_container_child_notify().
652
652
  * @param child_property the name of a child property installed on the class of `widget’`s parent
653
653
  */
654
- child_notify(child_property: string | null): void
654
+ child_notify(child_property: string): void
655
655
 
656
656
  // Class property signals of Egg-1.0.Egg.CenteringBin
657
657
 
@@ -876,7 +876,7 @@ export interface ColumnLayout extends Atk.ImplementorIface, Gtk.Buildable {
876
876
  * @param child the child widget
877
877
  * @param child_property the name of a child property installed on the class of `container`
878
878
  */
879
- child_notify(child: Gtk.Widget, child_property: string | null): void
879
+ child_notify(child: Gtk.Widget, child_property: string): void
880
880
 
881
881
  // Overloads of child_notify
882
882
 
@@ -890,7 +890,7 @@ export interface ColumnLayout extends Atk.ImplementorIface, Gtk.Buildable {
890
890
  * Also see gtk_container_child_notify().
891
891
  * @param child_property the name of a child property installed on the class of `widget’`s parent
892
892
  */
893
- child_notify(child_property: string | null): void
893
+ child_notify(child_property: string): void
894
894
  /**
895
895
  * Emits a #GtkWidget::child-notify signal for the
896
896
  * [child property][child-properties] `child_property`
@@ -901,7 +901,7 @@ export interface ColumnLayout extends Atk.ImplementorIface, Gtk.Buildable {
901
901
  * Also see gtk_container_child_notify().
902
902
  * @param child_property the name of a child property installed on the class of `widget’`s parent
903
903
  */
904
- child_notify(child_property: string | null): void
904
+ child_notify(child_property: string): void
905
905
 
906
906
  // Class property signals of Egg-1.0.Egg.ColumnLayout
907
907
 
@@ -1092,7 +1092,7 @@ export interface ElasticBin extends Atk.ImplementorIface, Gtk.Buildable {
1092
1092
  * @param child the child widget
1093
1093
  * @param child_property the name of a child property installed on the class of `container`
1094
1094
  */
1095
- child_notify(child: Gtk.Widget, child_property: string | null): void
1095
+ child_notify(child: Gtk.Widget, child_property: string): void
1096
1096
 
1097
1097
  // Overloads of child_notify
1098
1098
 
@@ -1106,7 +1106,7 @@ export interface ElasticBin extends Atk.ImplementorIface, Gtk.Buildable {
1106
1106
  * Also see gtk_container_child_notify().
1107
1107
  * @param child_property the name of a child property installed on the class of `widget’`s parent
1108
1108
  */
1109
- child_notify(child_property: string | null): void
1109
+ child_notify(child_property: string): void
1110
1110
  /**
1111
1111
  * Emits a #GtkWidget::child-notify signal for the
1112
1112
  * [child property][child-properties] `child_property`
@@ -1117,7 +1117,7 @@ export interface ElasticBin extends Atk.ImplementorIface, Gtk.Buildable {
1117
1117
  * Also see gtk_container_child_notify().
1118
1118
  * @param child_property the name of a child property installed on the class of `widget’`s parent
1119
1119
  */
1120
- child_notify(child_property: string | null): void
1120
+ child_notify(child_property: string): void
1121
1121
 
1122
1122
  // Class property signals of Egg-1.0.Egg.ElasticBin
1123
1123
 
@@ -1305,13 +1305,13 @@ export interface EmptyState extends Atk.ImplementorIface, Gtk.Buildable {
1305
1305
 
1306
1306
  // Owm methods of Egg-1.0.Egg.EmptyState
1307
1307
 
1308
- get_icon_name(): string | null
1309
- get_subtitle(): string | null
1310
- get_title(): string | null
1311
- set_icon_name(icon_name: string | null): void
1312
- set_resource(resource: string | null): void
1313
- set_subtitle(title: string | null): void
1314
- set_title(title: string | null): void
1308
+ get_icon_name(): string
1309
+ get_subtitle(): string
1310
+ get_title(): string
1311
+ set_icon_name(icon_name: string): void
1312
+ set_resource(resource: string): void
1313
+ set_subtitle(title: string): void
1314
+ set_title(title: string): void
1315
1315
 
1316
1316
  // Conflicting methods
1317
1317
 
@@ -1326,7 +1326,7 @@ export interface EmptyState extends Atk.ImplementorIface, Gtk.Buildable {
1326
1326
  * @param child the child widget
1327
1327
  * @param child_property the name of a child property installed on the class of `container`
1328
1328
  */
1329
- child_notify(child: Gtk.Widget, child_property: string | null): void
1329
+ child_notify(child: Gtk.Widget, child_property: string): void
1330
1330
 
1331
1331
  // Overloads of child_notify
1332
1332
 
@@ -1340,7 +1340,7 @@ export interface EmptyState extends Atk.ImplementorIface, Gtk.Buildable {
1340
1340
  * Also see gtk_container_child_notify().
1341
1341
  * @param child_property the name of a child property installed on the class of `widget’`s parent
1342
1342
  */
1343
- child_notify(child_property: string | null): void
1343
+ child_notify(child_property: string): void
1344
1344
  /**
1345
1345
  * Emits a #GtkWidget::child-notify signal for the
1346
1346
  * [child property][child-properties] `child_property`
@@ -1351,7 +1351,7 @@ export interface EmptyState extends Atk.ImplementorIface, Gtk.Buildable {
1351
1351
  * Also see gtk_container_child_notify().
1352
1352
  * @param child_property the name of a child property installed on the class of `widget’`s parent
1353
1353
  */
1354
- child_notify(child_property: string | null): void
1354
+ child_notify(child_property: string): void
1355
1355
 
1356
1356
  // Class property signals of Egg-1.0.Egg.EmptyState
1357
1357
 
@@ -1551,7 +1551,7 @@ export interface EntryBox extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orien
1551
1551
  * @param child the child widget
1552
1552
  * @param child_property the name of a child property installed on the class of `container`
1553
1553
  */
1554
- child_notify(child: Gtk.Widget, child_property: string | null): void
1554
+ child_notify(child: Gtk.Widget, child_property: string): void
1555
1555
 
1556
1556
  // Overloads of child_notify
1557
1557
 
@@ -1565,7 +1565,7 @@ export interface EntryBox extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orien
1565
1565
  * Also see gtk_container_child_notify().
1566
1566
  * @param child_property the name of a child property installed on the class of `widget’`s parent
1567
1567
  */
1568
- child_notify(child_property: string | null): void
1568
+ child_notify(child_property: string): void
1569
1569
  /**
1570
1570
  * Emits a #GtkWidget::child-notify signal for the
1571
1571
  * [child property][child-properties] `child_property`
@@ -1576,7 +1576,7 @@ export interface EntryBox extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orien
1576
1576
  * Also see gtk_container_child_notify().
1577
1577
  * @param child_property the name of a child property installed on the class of `widget’`s parent
1578
1578
  */
1579
- child_notify(child_property: string | null): void
1579
+ child_notify(child_property: string): void
1580
1580
 
1581
1581
  // Class property signals of Egg-1.0.Egg.EntryBox
1582
1582
 
@@ -1824,7 +1824,7 @@ export interface FileChooserEntry extends Atk.ImplementorIface, Gtk.Buildable {
1824
1824
  * @param child the child widget
1825
1825
  * @param child_property the name of a child property installed on the class of `container`
1826
1826
  */
1827
- child_notify(child: Gtk.Widget, child_property: string | null): void
1827
+ child_notify(child: Gtk.Widget, child_property: string): void
1828
1828
 
1829
1829
  // Overloads of child_notify
1830
1830
 
@@ -1838,7 +1838,7 @@ export interface FileChooserEntry extends Atk.ImplementorIface, Gtk.Buildable {
1838
1838
  * Also see gtk_container_child_notify().
1839
1839
  * @param child_property the name of a child property installed on the class of `widget’`s parent
1840
1840
  */
1841
- child_notify(child_property: string | null): void
1841
+ child_notify(child_property: string): void
1842
1842
  /**
1843
1843
  * Emits a #GtkWidget::child-notify signal for the
1844
1844
  * [child property][child-properties] `child_property`
@@ -1849,7 +1849,7 @@ export interface FileChooserEntry extends Atk.ImplementorIface, Gtk.Buildable {
1849
1849
  * Also see gtk_container_child_notify().
1850
1850
  * @param child_property the name of a child property installed on the class of `widget’`s parent
1851
1851
  */
1852
- child_notify(child_property: string | null): void
1852
+ child_notify(child_property: string): void
1853
1853
 
1854
1854
  // Class property signals of Egg-1.0.Egg.FileChooserEntry
1855
1855
 
@@ -2022,8 +2022,8 @@ export class FileChooserEntry extends Gtk.Bin {
2022
2022
  // Constructors of Egg-1.0.Egg.FileChooserEntry
2023
2023
 
2024
2024
  constructor(config?: FileChooserEntry.ConstructorProperties)
2025
- constructor(title: string | null, action: Gtk.FileChooserAction)
2026
- static new(title: string | null, action: Gtk.FileChooserAction): FileChooserEntry
2025
+ constructor(title: string, action: Gtk.FileChooserAction)
2026
+ static new(title: string, action: Gtk.FileChooserAction): FileChooserEntry
2027
2027
  _init(config?: FileChooserEntry.ConstructorProperties): void
2028
2028
  }
2029
2029
 
@@ -2063,7 +2063,7 @@ export interface ListBox extends Atk.ImplementorIface, Gtk.Buildable {
2063
2063
  // Owm methods of Egg-1.0.Egg.ListBox
2064
2064
 
2065
2065
  get_model(): Gio.ListModel | null
2066
- get_property_name(): string | null
2066
+ get_property_name(): string
2067
2067
  get_row_type(): GObject.GType
2068
2068
  set_model(model: Gio.ListModel): void
2069
2069
 
@@ -2080,7 +2080,7 @@ export interface ListBox extends Atk.ImplementorIface, Gtk.Buildable {
2080
2080
  * @param child the child widget
2081
2081
  * @param child_property the name of a child property installed on the class of `container`
2082
2082
  */
2083
- child_notify(child: Gtk.Widget, child_property: string | null): void
2083
+ child_notify(child: Gtk.Widget, child_property: string): void
2084
2084
 
2085
2085
  // Overloads of child_notify
2086
2086
 
@@ -2094,7 +2094,7 @@ export interface ListBox extends Atk.ImplementorIface, Gtk.Buildable {
2094
2094
  * Also see gtk_container_child_notify().
2095
2095
  * @param child_property the name of a child property installed on the class of `widget’`s parent
2096
2096
  */
2097
- child_notify(child_property: string | null): void
2097
+ child_notify(child_property: string): void
2098
2098
  /**
2099
2099
  * Emits a #GtkWidget::child-notify signal for the
2100
2100
  * [child property][child-properties] `child_property`
@@ -2105,7 +2105,7 @@ export interface ListBox extends Atk.ImplementorIface, Gtk.Buildable {
2105
2105
  * Also see gtk_container_child_notify().
2106
2106
  * @param child_property the name of a child property installed on the class of `widget’`s parent
2107
2107
  */
2108
- child_notify(child_property: string | null): void
2108
+ child_notify(child_property: string): void
2109
2109
 
2110
2110
  // Class property signals of Egg-1.0.Egg.ListBox
2111
2111
 
@@ -2266,8 +2266,8 @@ export class ListBox extends Gtk.ListBox {
2266
2266
  // Constructors of Egg-1.0.Egg.ListBox
2267
2267
 
2268
2268
  constructor(config?: ListBox.ConstructorProperties)
2269
- constructor(row_type: GObject.GType, property_name: string | null)
2270
- static new(row_type: GObject.GType, property_name: string | null): ListBox
2269
+ constructor(row_type: GObject.GType, property_name: string)
2270
+ static new(row_type: GObject.GType, property_name: string): ListBox
2271
2271
 
2272
2272
  // Overloads of new
2273
2273
 
@@ -2293,9 +2293,9 @@ export interface MenuManager {
2293
2293
 
2294
2294
  // Owm methods of Egg-1.0.Egg.MenuManager
2295
2295
 
2296
- add_filename(filename: string | null): number
2297
- add_resource(resource: string | null): number
2298
- get_menu_by_id(menu_id: string | null): Gio.Menu
2296
+ add_filename(filename: string): number
2297
+ add_resource(resource: string): number
2298
+ get_menu_by_id(menu_id: string): Gio.Menu
2299
2299
  remove(merge_id: number): void
2300
2300
 
2301
2301
  // Class property signals of Egg-1.0.Egg.MenuManager
@@ -2363,8 +2363,8 @@ export interface PillBox extends Atk.ImplementorIface, Gtk.Buildable {
2363
2363
 
2364
2364
  // Owm methods of Egg-1.0.Egg.PillBox
2365
2365
 
2366
- get_label(): string | null
2367
- set_label(label: string | null): void
2366
+ get_label(): string
2367
+ set_label(label: string): void
2368
2368
 
2369
2369
  // Conflicting methods
2370
2370
 
@@ -2379,7 +2379,7 @@ export interface PillBox extends Atk.ImplementorIface, Gtk.Buildable {
2379
2379
  * @param child the child widget
2380
2380
  * @param child_property the name of a child property installed on the class of `container`
2381
2381
  */
2382
- child_notify(child: Gtk.Widget, child_property: string | null): void
2382
+ child_notify(child: Gtk.Widget, child_property: string): void
2383
2383
 
2384
2384
  // Overloads of child_notify
2385
2385
 
@@ -2393,7 +2393,7 @@ export interface PillBox extends Atk.ImplementorIface, Gtk.Buildable {
2393
2393
  * Also see gtk_container_child_notify().
2394
2394
  * @param child_property the name of a child property installed on the class of `widget’`s parent
2395
2395
  */
2396
- child_notify(child_property: string | null): void
2396
+ child_notify(child_property: string): void
2397
2397
  /**
2398
2398
  * Emits a #GtkWidget::child-notify signal for the
2399
2399
  * [child property][child-properties] `child_property`
@@ -2404,7 +2404,7 @@ export interface PillBox extends Atk.ImplementorIface, Gtk.Buildable {
2404
2404
  * Also see gtk_container_child_notify().
2405
2405
  * @param child_property the name of a child property installed on the class of `widget’`s parent
2406
2406
  */
2407
- child_notify(child_property: string | null): void
2407
+ child_notify(child_property: string): void
2408
2408
 
2409
2409
  // Class property signals of Egg-1.0.Egg.PillBox
2410
2410
 
@@ -2559,8 +2559,8 @@ export class PillBox extends Gtk.EventBox {
2559
2559
  // Constructors of Egg-1.0.Egg.PillBox
2560
2560
 
2561
2561
  constructor(config?: PillBox.ConstructorProperties)
2562
- constructor(label: string | null)
2563
- static new(label: string | null): PillBox
2562
+ constructor(label: string)
2563
+ static new(label: string): PillBox
2564
2564
 
2565
2565
  // Overloads of new
2566
2566
 
@@ -2601,7 +2601,7 @@ export interface PriorityBox extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Or
2601
2601
  * @param child the child widget
2602
2602
  * @param child_property the name of a child property installed on the class of `container`
2603
2603
  */
2604
- child_notify(child: Gtk.Widget, child_property: string | null): void
2604
+ child_notify(child: Gtk.Widget, child_property: string): void
2605
2605
 
2606
2606
  // Overloads of child_notify
2607
2607
 
@@ -2615,7 +2615,7 @@ export interface PriorityBox extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Or
2615
2615
  * Also see gtk_container_child_notify().
2616
2616
  * @param child_property the name of a child property installed on the class of `widget’`s parent
2617
2617
  */
2618
- child_notify(child_property: string | null): void
2618
+ child_notify(child_property: string): void
2619
2619
  /**
2620
2620
  * Emits a #GtkWidget::child-notify signal for the
2621
2621
  * [child property][child-properties] `child_property`
@@ -2626,7 +2626,7 @@ export interface PriorityBox extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Or
2626
2626
  * Also see gtk_container_child_notify().
2627
2627
  * @param child_property the name of a child property installed on the class of `widget’`s parent
2628
2628
  */
2629
- child_notify(child_property: string | null): void
2629
+ child_notify(child_property: string): void
2630
2630
 
2631
2631
  // Class property signals of Egg-1.0.Egg.PriorityBox
2632
2632
 
@@ -2850,7 +2850,7 @@ export interface ProgressButton extends Atk.ImplementorIface, Gtk.Actionable, Gt
2850
2850
  * Also see gtk_container_child_notify().
2851
2851
  * @param child_property the name of a child property installed on the class of `widget’`s parent
2852
2852
  */
2853
- child_notify(child_property: string | null): void
2853
+ child_notify(child_property: string): void
2854
2854
  /**
2855
2855
  * Emits a #GtkWidget::child-notify signal for the
2856
2856
  * [child property][child-properties]
@@ -2862,7 +2862,7 @@ export interface ProgressButton extends Atk.ImplementorIface, Gtk.Actionable, Gt
2862
2862
  * @param child the child widget
2863
2863
  * @param child_property the name of a child property installed on the class of `container`
2864
2864
  */
2865
- child_notify(child: Gtk.Widget, child_property: string | null): void
2865
+ child_notify(child: Gtk.Widget, child_property: string): void
2866
2866
 
2867
2867
  // Overloads of child_notify
2868
2868
 
@@ -2876,7 +2876,7 @@ export interface ProgressButton extends Atk.ImplementorIface, Gtk.Actionable, Gt
2876
2876
  * Also see gtk_container_child_notify().
2877
2877
  * @param child_property the name of a child property installed on the class of `widget’`s parent
2878
2878
  */
2879
- child_notify(child_property: string | null): void
2879
+ child_notify(child_property: string): void
2880
2880
 
2881
2881
  // Class property signals of Egg-1.0.Egg.ProgressButton
2882
2882
 
@@ -3115,9 +3115,9 @@ export interface RadioBox extends Atk.ImplementorIface, Gtk.Buildable {
3115
3115
 
3116
3116
  // Owm methods of Egg-1.0.Egg.RadioBox
3117
3117
 
3118
- add_item(id: string | null, text: string | null): void
3119
- get_active_id(): string | null
3120
- set_active_id(id: string | null): void
3118
+ add_item(id: string, text: string): void
3119
+ get_active_id(): string
3120
+ set_active_id(id: string): void
3121
3121
 
3122
3122
  // Conflicting methods
3123
3123
 
@@ -3132,7 +3132,7 @@ export interface RadioBox extends Atk.ImplementorIface, Gtk.Buildable {
3132
3132
  * @param child the child widget
3133
3133
  * @param child_property the name of a child property installed on the class of `container`
3134
3134
  */
3135
- child_notify(child: Gtk.Widget, child_property: string | null): void
3135
+ child_notify(child: Gtk.Widget, child_property: string): void
3136
3136
 
3137
3137
  // Overloads of child_notify
3138
3138
 
@@ -3146,7 +3146,7 @@ export interface RadioBox extends Atk.ImplementorIface, Gtk.Buildable {
3146
3146
  * Also see gtk_container_child_notify().
3147
3147
  * @param child_property the name of a child property installed on the class of `widget’`s parent
3148
3148
  */
3149
- child_notify(child_property: string | null): void
3149
+ child_notify(child_property: string): void
3150
3150
  /**
3151
3151
  * Emits a #GtkWidget::child-notify signal for the
3152
3152
  * [child property][child-properties] `child_property`
@@ -3157,7 +3157,7 @@ export interface RadioBox extends Atk.ImplementorIface, Gtk.Buildable {
3157
3157
  * Also see gtk_container_child_notify().
3158
3158
  * @param child_property the name of a child property installed on the class of `widget’`s parent
3159
3159
  */
3160
- child_notify(child_property: string | null): void
3160
+ child_notify(child_property: string): void
3161
3161
 
3162
3162
  // Own signals of Egg-1.0.Egg.RadioBox
3163
3163
 
@@ -3351,7 +3351,7 @@ export interface ScrolledWindow extends Atk.ImplementorIface, Gtk.Buildable {
3351
3351
  * @param child the child widget
3352
3352
  * @param child_property the name of a child property installed on the class of `container`
3353
3353
  */
3354
- child_notify(child: Gtk.Widget, child_property: string | null): void
3354
+ child_notify(child: Gtk.Widget, child_property: string): void
3355
3355
 
3356
3356
  // Overloads of child_notify
3357
3357
 
@@ -3365,7 +3365,7 @@ export interface ScrolledWindow extends Atk.ImplementorIface, Gtk.Buildable {
3365
3365
  * Also see gtk_container_child_notify().
3366
3366
  * @param child_property the name of a child property installed on the class of `widget’`s parent
3367
3367
  */
3368
- child_notify(child_property: string | null): void
3368
+ child_notify(child_property: string): void
3369
3369
  /**
3370
3370
  * Emits a #GtkWidget::child-notify signal for the
3371
3371
  * [child property][child-properties] `child_property`
@@ -3376,7 +3376,7 @@ export interface ScrolledWindow extends Atk.ImplementorIface, Gtk.Buildable {
3376
3376
  * Also see gtk_container_child_notify().
3377
3377
  * @param child_property the name of a child property installed on the class of `widget’`s parent
3378
3378
  */
3379
- child_notify(child_property: string | null): void
3379
+ child_notify(child_property: string): void
3380
3380
 
3381
3381
  // Class property signals of Egg-1.0.Egg.ScrolledWindow
3382
3382
 
@@ -3637,7 +3637,7 @@ export interface SearchBar extends Atk.ImplementorIface, Gtk.Buildable {
3637
3637
  * @param child the child widget
3638
3638
  * @param child_property the name of a child property installed on the class of `container`
3639
3639
  */
3640
- child_notify(child: Gtk.Widget, child_property: string | null): void
3640
+ child_notify(child: Gtk.Widget, child_property: string): void
3641
3641
 
3642
3642
  // Overloads of child_notify
3643
3643
 
@@ -3651,7 +3651,7 @@ export interface SearchBar extends Atk.ImplementorIface, Gtk.Buildable {
3651
3651
  * Also see gtk_container_child_notify().
3652
3652
  * @param child_property the name of a child property installed on the class of `widget’`s parent
3653
3653
  */
3654
- child_notify(child_property: string | null): void
3654
+ child_notify(child_property: string): void
3655
3655
  /**
3656
3656
  * Emits a #GtkWidget::child-notify signal for the
3657
3657
  * [child property][child-properties] `child_property`
@@ -3662,7 +3662,7 @@ export interface SearchBar extends Atk.ImplementorIface, Gtk.Buildable {
3662
3662
  * Also see gtk_container_child_notify().
3663
3663
  * @param child_property the name of a child property installed on the class of `widget’`s parent
3664
3664
  */
3665
- child_notify(child_property: string | null): void
3665
+ child_notify(child_property: string): void
3666
3666
 
3667
3667
  // Own signals of Egg-1.0.Egg.SearchBar
3668
3668
 
@@ -3908,7 +3908,7 @@ export class SettingsFlagAction extends GObject.Object {
3908
3908
  * @param flag_nick
3909
3909
  * @returns A new #GAction.
3910
3910
  */
3911
- static new(schema_id: string | null, schema_key: string | null, flag_nick: string | null): Gio.Action
3911
+ static new(schema_id: string, schema_key: string, flag_nick: string): Gio.Action
3912
3912
  }
3913
3913
 
3914
3914
  export module SettingsSandwich {
@@ -3937,7 +3937,7 @@ export interface SettingsSandwich {
3937
3937
  // Owm methods of Egg-1.0.Egg.SettingsSandwich
3938
3938
 
3939
3939
  append(settings: Gio.Settings): void
3940
- bind(key: string | null, object: any | null, property: string | null, flags: Gio.SettingsBindFlags): void
3940
+ bind(key: string, object: any | null, property: string, flags: Gio.SettingsBindFlags): void
3941
3941
  /**
3942
3942
  * Creates a new binding similar to g_settings_bind_with_mapping() but applying
3943
3943
  * from the resolved value via the settings sandwich.
@@ -3948,22 +3948,22 @@ export interface SettingsSandwich {
3948
3948
  * @param get_mapping the get mapping function
3949
3949
  * @param set_mapping the set mapping function
3950
3950
  */
3951
- bind_with_mapping(key: string | null, object: any | null, property: string | null, flags: Gio.SettingsBindFlags, get_mapping: Gio.SettingsBindGetMapping, set_mapping: Gio.SettingsBindSetMapping): void
3952
- get_boolean(key: string | null): boolean
3953
- get_default_value(key: string | null): GLib.Variant
3954
- get_double(key: string | null): number
3955
- get_int(key: string | null): number
3956
- get_string(key: string | null): string | null
3957
- get_uint(key: string | null): number
3958
- get_user_value(key: string | null): GLib.Variant
3959
- get_value(key: string | null): GLib.Variant
3960
- set_boolean(key: string | null, val: boolean): void
3961
- set_double(key: string | null, val: number): void
3962
- set_int(key: string | null, val: number): void
3963
- set_string(key: string | null, val: string | null): void
3964
- set_uint(key: string | null, val: number): void
3965
- set_value(key: string | null, value: GLib.Variant): void
3966
- unbind(property: string | null): void
3951
+ bind_with_mapping(key: string, object: any | null, property: string, flags: Gio.SettingsBindFlags, get_mapping: Gio.SettingsBindGetMapping, set_mapping: Gio.SettingsBindSetMapping): void
3952
+ get_boolean(key: string): boolean
3953
+ get_default_value(key: string): GLib.Variant
3954
+ get_double(key: string): number
3955
+ get_int(key: string): number
3956
+ get_string(key: string): string | null
3957
+ get_uint(key: string): number
3958
+ get_user_value(key: string): GLib.Variant
3959
+ get_value(key: string): GLib.Variant
3960
+ set_boolean(key: string, val: boolean): void
3961
+ set_double(key: string, val: number): void
3962
+ set_int(key: string, val: number): void
3963
+ set_string(key: string, val: string): void
3964
+ set_uint(key: string, val: number): void
3965
+ set_value(key: string, value: GLib.Variant): void
3966
+ unbind(property: string): void
3967
3967
 
3968
3968
  // Class property signals of Egg-1.0.Egg.SettingsSandwich
3969
3969
 
@@ -3989,8 +3989,8 @@ export class SettingsSandwich extends GObject.Object {
3989
3989
  // Constructors of Egg-1.0.Egg.SettingsSandwich
3990
3990
 
3991
3991
  constructor(config?: SettingsSandwich.ConstructorProperties)
3992
- constructor(schema_id: string | null, path: string | null)
3993
- static new(schema_id: string | null, path: string | null): SettingsSandwich
3992
+ constructor(schema_id: string, path: string)
3993
+ static new(schema_id: string, path: string): SettingsSandwich
3994
3994
  _init(config?: SettingsSandwich.ConstructorProperties): void
3995
3995
  }
3996
3996
 
@@ -4073,7 +4073,7 @@ export interface SignalGroup {
4073
4073
  * @param c_handler the #GCallback to connect
4074
4074
  * @param flags the flags used to create the signal connection
4075
4075
  */
4076
- connect_data(detailed_signal: string | null, c_handler: GObject.Callback, flags: GObject.ConnectFlags): void
4076
+ connect_data(detailed_signal: string, c_handler: GObject.Callback, flags: GObject.ConnectFlags): void
4077
4077
  /**
4078
4078
  * Connects `callback` to the signal `detailed_signal`
4079
4079
  * on the target instance of `self`.
@@ -4085,7 +4085,7 @@ export interface SignalGroup {
4085
4085
  * @param detailed_signal a string of the form "signal-name::detail"
4086
4086
  * @param c_handler the #GCallback to connect
4087
4087
  */
4088
- connect_swapped(detailed_signal: string | null, c_handler: GObject.Callback): void
4088
+ connect_swapped(detailed_signal: string, c_handler: GObject.Callback): void
4089
4089
  /**
4090
4090
  * Gets the target instance used when connecting signals.
4091
4091
  * @returns The target instance.
@@ -4209,10 +4209,10 @@ export interface SimpleLabel extends Atk.ImplementorIface, Gtk.Buildable {
4209
4209
 
4210
4210
  // Owm methods of Egg-1.0.Egg.SimpleLabel
4211
4211
 
4212
- get_label(): string | null
4212
+ get_label(): string
4213
4213
  get_width_chars(): number
4214
4214
  get_xalign(): number
4215
- set_label(label: string | null): void
4215
+ set_label(label: string): void
4216
4216
  set_width_chars(width_chars: number): void
4217
4217
  set_xalign(xalign: number): void
4218
4218
 
@@ -4360,8 +4360,8 @@ export class SimpleLabel extends Gtk.Widget {
4360
4360
  // Constructors of Egg-1.0.Egg.SimpleLabel
4361
4361
 
4362
4362
  constructor(config?: SimpleLabel.ConstructorProperties)
4363
- constructor(label: string | null)
4364
- static new(label: string | null): SimpleLabel
4363
+ constructor(label: string)
4364
+ static new(label: string): SimpleLabel
4365
4365
  _init(config?: SimpleLabel.ConstructorProperties): void
4366
4366
  }
4367
4367
 
@@ -4424,16 +4424,16 @@ export interface SimplePopover extends Atk.ImplementorIface, Gtk.Buildable {
4424
4424
 
4425
4425
  // Owm methods of Egg-1.0.Egg.SimplePopover
4426
4426
 
4427
- get_button_text(): string | null
4428
- get_message(): string | null
4427
+ get_button_text(): string
4428
+ get_message(): string
4429
4429
  get_ready(): boolean
4430
- get_text(): string | null
4431
- get_title(): string | null
4432
- set_button_text(button_text: string | null): void
4433
- set_message(message: string | null): void
4430
+ get_text(): string
4431
+ get_title(): string
4432
+ set_button_text(button_text: string): void
4433
+ set_message(message: string): void
4434
4434
  set_ready(ready: boolean): void
4435
- set_text(text: string | null): void
4436
- set_title(title: string | null): void
4435
+ set_text(text: string): void
4436
+ set_title(title: string): void
4437
4437
 
4438
4438
  // Conflicting methods
4439
4439
 
@@ -4448,7 +4448,7 @@ export interface SimplePopover extends Atk.ImplementorIface, Gtk.Buildable {
4448
4448
  * @param child the child widget
4449
4449
  * @param child_property the name of a child property installed on the class of `container`
4450
4450
  */
4451
- child_notify(child: Gtk.Widget, child_property: string | null): void
4451
+ child_notify(child: Gtk.Widget, child_property: string): void
4452
4452
 
4453
4453
  // Overloads of child_notify
4454
4454
 
@@ -4462,7 +4462,7 @@ export interface SimplePopover extends Atk.ImplementorIface, Gtk.Buildable {
4462
4462
  * Also see gtk_container_child_notify().
4463
4463
  * @param child_property the name of a child property installed on the class of `widget’`s parent
4464
4464
  */
4465
- child_notify(child_property: string | null): void
4465
+ child_notify(child_property: string): void
4466
4466
  /**
4467
4467
  * Emits a #GtkWidget::child-notify signal for the
4468
4468
  * [child property][child-properties] `child_property`
@@ -4473,13 +4473,13 @@ export interface SimplePopover extends Atk.ImplementorIface, Gtk.Buildable {
4473
4473
  * Also see gtk_container_child_notify().
4474
4474
  * @param child_property the name of a child property installed on the class of `widget’`s parent
4475
4475
  */
4476
- child_notify(child_property: string | null): void
4476
+ child_notify(child_property: string): void
4477
4477
 
4478
4478
  // Own virtual methods of Egg-1.0.Egg.SimplePopover
4479
4479
 
4480
- vfunc_activate(text: string | null): void
4480
+ vfunc_activate(text: string): void
4481
4481
  vfunc_changed(): void
4482
- vfunc_insert_text(position: number, chars: string | null, n_chars: number): boolean
4482
+ vfunc_insert_text(position: number, chars: string, n_chars: number): boolean
4483
4483
 
4484
4484
  // Own signals of Egg-1.0.Egg.SimplePopover
4485
4485
 
@@ -4727,7 +4727,7 @@ export interface Slider extends Atk.ImplementorIface, Gtk.Buildable {
4727
4727
  * @param child the child widget
4728
4728
  * @param child_property the name of a child property installed on the class of `container`
4729
4729
  */
4730
- child_notify(child: Gtk.Widget, child_property: string | null): void
4730
+ child_notify(child: Gtk.Widget, child_property: string): void
4731
4731
 
4732
4732
  // Overloads of child_notify
4733
4733
 
@@ -4741,7 +4741,7 @@ export interface Slider extends Atk.ImplementorIface, Gtk.Buildable {
4741
4741
  * Also see gtk_container_child_notify().
4742
4742
  * @param child_property the name of a child property installed on the class of `widget’`s parent
4743
4743
  */
4744
- child_notify(child_property: string | null): void
4744
+ child_notify(child_property: string): void
4745
4745
  /**
4746
4746
  * Emits a #GtkWidget::child-notify signal for the
4747
4747
  * [child property][child-properties] `child_property`
@@ -4752,7 +4752,7 @@ export interface Slider extends Atk.ImplementorIface, Gtk.Buildable {
4752
4752
  * Also see gtk_container_child_notify().
4753
4753
  * @param child_property the name of a child property installed on the class of `widget’`s parent
4754
4754
  */
4755
- child_notify(child_property: string | null): void
4755
+ child_notify(child_property: string): void
4756
4756
 
4757
4757
  // Class property signals of Egg-1.0.Egg.Slider
4758
4758
 
@@ -4931,9 +4931,9 @@ export interface StateMachine extends Gtk.Buildable {
4931
4931
 
4932
4932
  // Owm methods of Egg-1.0.Egg.StateMachine
4933
4933
 
4934
- add_binding(state: string | null, source_object: any | null, source_property: string | null, target_object: any | null, target_property: string | null, flags: GObject.BindingFlags): void
4935
- add_propertyv(state: string | null, object: any | null, property: string | null, value: any): void
4936
- add_style(state: string | null, widget: Gtk.Widget, style: string | null): void
4934
+ add_binding(state: string, source_object: any | null, source_property: string, target_object: any | null, target_property: string, flags: GObject.BindingFlags): void
4935
+ add_propertyv(state: string, object: any | null, property: string, value: any): void
4936
+ add_style(state: string, widget: Gtk.Widget, style: string): void
4937
4937
  /**
4938
4938
  * Creates a new #GAction with the name of `name`.
4939
4939
  *
@@ -4942,13 +4942,13 @@ export interface StateMachine extends Gtk.Buildable {
4942
4942
  * @param name the name of the action.
4943
4943
  * @returns A newly created #GAction.
4944
4944
  */
4945
- create_action(name: string | null): Gio.Action
4945
+ create_action(name: string): Gio.Action
4946
4946
  /**
4947
4947
  * Gets the #EggStateMachine:state property. This is the name of the
4948
4948
  * current state of the machine.
4949
4949
  * @returns The current state of the machine.
4950
4950
  */
4951
- get_state(): string | null
4951
+ get_state(): string
4952
4952
  /**
4953
4953
  * Sets the #EggStateMachine:state property.
4954
4954
  *
@@ -4959,7 +4959,7 @@ export interface StateMachine extends Gtk.Buildable {
4959
4959
  * the last state before the cycle was detected.
4960
4960
  * @param state
4961
4961
  */
4962
- set_state(state: string | null): void
4962
+ set_state(state: string): void
4963
4963
 
4964
4964
  // Class property signals of Egg-1.0.Egg.StateMachine
4965
4965
 
@@ -5037,10 +5037,10 @@ export interface Suggestion {
5037
5037
 
5038
5038
  // Owm methods of Egg-1.0.Egg.Suggestion
5039
5039
 
5040
- get_icon_name(): string | null
5041
- get_id(): string | null
5042
- get_subtitle(): string | null
5043
- get_title(): string | null
5040
+ get_icon_name(): string
5041
+ get_id(): string
5042
+ get_subtitle(): string
5043
+ get_title(): string
5044
5044
  /**
5045
5045
  * This function is meant to be used to replace the text in the entry with text
5046
5046
  * that represents the suggestion most accurately. This happens when the user
@@ -5051,11 +5051,11 @@ export interface Suggestion {
5051
5051
  * @param typed_text the text that was typed into the entry
5052
5052
  * @returns The replacement text to insert into the entry when "tab" is pressed to complete the insertion.
5053
5053
  */
5054
- replace_typed_text(typed_text: string | null): string | null
5055
- set_icon_name(icon_name: string | null): void
5056
- set_id(id: string | null): void
5057
- set_subtitle(subtitle: string | null): void
5058
- set_title(title: string | null): void
5054
+ replace_typed_text(typed_text: string): string | null
5055
+ set_icon_name(icon_name: string): void
5056
+ set_id(id: string): void
5057
+ set_subtitle(subtitle: string): void
5058
+ set_title(title: string): void
5059
5059
  /**
5060
5060
  * This function requests potential text to append to `typed_text` to make it
5061
5061
  * more clear to the user what they will be activating by selecting this
@@ -5064,7 +5064,7 @@ export interface Suggestion {
5064
5064
  * @param typed_text The user entered text
5065
5065
  * @returns Suffix to append to @typed_text or %NULL to leave it unchanged.
5066
5066
  */
5067
- suggest_suffix(typed_text: string | null): string | null
5067
+ suggest_suffix(typed_text: string): string | null
5068
5068
 
5069
5069
  // Own virtual methods of Egg-1.0.Egg.Suggestion
5070
5070
 
@@ -5079,7 +5079,7 @@ export interface Suggestion {
5079
5079
  * @param typed_text the text that was typed into the entry
5080
5080
  * @returns The replacement text to insert into the entry when "tab" is pressed to complete the insertion.
5081
5081
  */
5082
- vfunc_replace_typed_text(typed_text: string | null): string | null
5082
+ vfunc_replace_typed_text(typed_text: string): string | null
5083
5083
  /**
5084
5084
  * This function requests potential text to append to `typed_text` to make it
5085
5085
  * more clear to the user what they will be activating by selecting this
@@ -5089,7 +5089,7 @@ export interface Suggestion {
5089
5089
  * @param typed_text The user entered text
5090
5090
  * @returns Suffix to append to @typed_text or %NULL to leave it unchanged.
5091
5091
  */
5092
- vfunc_suggest_suffix(typed_text: string | null): string | null
5092
+ vfunc_suggest_suffix(typed_text: string): string | null
5093
5093
 
5094
5094
  // Own signals of Egg-1.0.Egg.Suggestion
5095
5095
 
@@ -5210,7 +5210,7 @@ export interface SuggestionEntry extends Atk.ImplementorIface, Gtk.Buildable, Gt
5210
5210
  * @returns An #EggSuggestion or %NULL.
5211
5211
  */
5212
5212
  get_suggestion(): Suggestion | null
5213
- get_typed_text(): string | null
5213
+ get_typed_text(): string
5214
5214
  set_model(model: Gio.ListModel): void
5215
5215
  set_suggestion(suggestion: Suggestion): void
5216
5216
 
@@ -5574,7 +5574,7 @@ export interface SuggestionEntryBuffer {
5574
5574
  */
5575
5575
  get_suggestion(): Suggestion | null
5576
5576
  get_typed_length(): number
5577
- get_typed_text(): string | null
5577
+ get_typed_text(): string
5578
5578
  /**
5579
5579
  * Sets the current suggestion for the entry buffer.
5580
5580
  *
@@ -5724,7 +5724,7 @@ export interface SuggestionPopover extends Atk.ImplementorIface, Gtk.Buildable {
5724
5724
  * @param child the child widget
5725
5725
  * @param child_property the name of a child property installed on the class of `container`
5726
5726
  */
5727
- child_notify(child: Gtk.Widget, child_property: string | null): void
5727
+ child_notify(child: Gtk.Widget, child_property: string): void
5728
5728
 
5729
5729
  // Overloads of child_notify
5730
5730
 
@@ -5738,7 +5738,7 @@ export interface SuggestionPopover extends Atk.ImplementorIface, Gtk.Buildable {
5738
5738
  * Also see gtk_container_child_notify().
5739
5739
  * @param child_property the name of a child property installed on the class of `widget’`s parent
5740
5740
  */
5741
- child_notify(child_property: string | null): void
5741
+ child_notify(child_property: string): void
5742
5742
  /**
5743
5743
  * Emits a #GtkWidget::child-notify signal for the
5744
5744
  * [child property][child-properties] `child_property`
@@ -5749,7 +5749,7 @@ export interface SuggestionPopover extends Atk.ImplementorIface, Gtk.Buildable {
5749
5749
  * Also see gtk_container_child_notify().
5750
5750
  * @param child_property the name of a child property installed on the class of `widget’`s parent
5751
5751
  */
5752
- child_notify(child_property: string | null): void
5752
+ child_notify(child_property: string): void
5753
5753
 
5754
5754
  // Own signals of Egg-1.0.Egg.SuggestionPopover
5755
5755
 
@@ -6087,7 +6087,7 @@ export interface SuggestionRow extends Atk.ImplementorIface, Gtk.Buildable {
6087
6087
  * Also see gtk_container_child_notify().
6088
6088
  * @param child_property the name of a child property installed on the class of `widget’`s parent
6089
6089
  */
6090
- child_notify(child_property: string | null): void
6090
+ child_notify(child_property: string): void
6091
6091
  /**
6092
6092
  * Emits a #GtkWidget::child-notify signal for the
6093
6093
  * [child property][child-properties]
@@ -6099,7 +6099,7 @@ export interface SuggestionRow extends Atk.ImplementorIface, Gtk.Buildable {
6099
6099
  * @param child the child widget
6100
6100
  * @param child_property the name of a child property installed on the class of `container`
6101
6101
  */
6102
- child_notify(child: Gtk.Widget, child_property: string | null): void
6102
+ child_notify(child: Gtk.Widget, child_property: string): void
6103
6103
 
6104
6104
  // Overloads of child_notify
6105
6105
 
@@ -6113,7 +6113,7 @@ export interface SuggestionRow extends Atk.ImplementorIface, Gtk.Buildable {
6113
6113
  * Also see gtk_container_child_notify().
6114
6114
  * @param child_property the name of a child property installed on the class of `widget’`s parent
6115
6115
  */
6116
- child_notify(child_property: string | null): void
6116
+ child_notify(child_property: string): void
6117
6117
 
6118
6118
  // Class property signals of Egg-1.0.Egg.SuggestionRow
6119
6119
 
@@ -6389,7 +6389,7 @@ export interface TaskCache {
6389
6389
  * @returns A #GObject or %NULL if the key was not found in the cache.
6390
6390
  */
6391
6391
  peek(key: any | null): GObject.Object | null
6392
- set_name(name: string | null): void
6392
+ set_name(name: string): void
6393
6393
 
6394
6394
  // Class property signals of Egg-1.0.Egg.TaskCache
6395
6395
 
@@ -6484,7 +6484,7 @@ export interface ThreeGrid extends Atk.ImplementorIface, Gtk.Buildable {
6484
6484
  * @param child the child widget
6485
6485
  * @param child_property the name of a child property installed on the class of `container`
6486
6486
  */
6487
- child_notify(child: Gtk.Widget, child_property: string | null): void
6487
+ child_notify(child: Gtk.Widget, child_property: string): void
6488
6488
 
6489
6489
  // Overloads of child_notify
6490
6490
 
@@ -6498,7 +6498,7 @@ export interface ThreeGrid extends Atk.ImplementorIface, Gtk.Buildable {
6498
6498
  * Also see gtk_container_child_notify().
6499
6499
  * @param child_property the name of a child property installed on the class of `widget’`s parent
6500
6500
  */
6501
- child_notify(child_property: string | null): void
6501
+ child_notify(child_property: string): void
6502
6502
  /**
6503
6503
  * Emits a #GtkWidget::child-notify signal for the
6504
6504
  * [child property][child-properties] `child_property`
@@ -6509,7 +6509,7 @@ export interface ThreeGrid extends Atk.ImplementorIface, Gtk.Buildable {
6509
6509
  * Also see gtk_container_child_notify().
6510
6510
  * @param child_property the name of a child property installed on the class of `widget’`s parent
6511
6511
  */
6512
- child_notify(child_property: string | null): void
6512
+ child_notify(child_property: string): void
6513
6513
 
6514
6514
  // Class property signals of Egg-1.0.Egg.ThreeGrid
6515
6515
 
@@ -6687,7 +6687,7 @@ export interface WidgetActionGroup extends Gio.ActionGroup {
6687
6687
 
6688
6688
  // Owm methods of Egg-1.0.Egg.WidgetActionGroup
6689
6689
 
6690
- set_action_enabled(action_name: string | null, enabled: boolean): void
6690
+ set_action_enabled(action_name: string, enabled: boolean): void
6691
6691
 
6692
6692
  // Class property signals of Egg-1.0.Egg.WidgetActionGroup
6693
6693
 
@@ -6718,7 +6718,7 @@ export class WidgetActionGroup extends GObject.Object {
6718
6718
  * @param widget A #GtkWidget
6719
6719
  * @param group_name the group name to use for the action group
6720
6720
  */
6721
- static attach(widget: Gtk.Widget, group_name: string | null): void
6721
+ static attach(widget: Gtk.Widget, group_name: string): void
6722
6722
  }
6723
6723
 
6724
6724
  export interface AnimationClass {
@@ -6796,9 +6796,9 @@ export interface Counter {
6796
6796
  // Own fields of Egg-1.0.Egg.Counter
6797
6797
 
6798
6798
  values: CounterValue
6799
- category: string | null
6800
- name: string | null
6801
- description: string | null
6799
+ category: string
6800
+ name: string
6801
+ description: string
6802
6802
 
6803
6803
  // Owm methods of Egg-1.0.Egg.Counter
6804
6804
 
@@ -7212,8 +7212,8 @@ export interface SimplePopoverClass {
7212
7212
  // Own fields of Egg-1.0.Egg.SimplePopoverClass
7213
7213
 
7214
7214
  parent: Gtk.PopoverClass
7215
- activate: (self: SimplePopover, text: string | null) => void
7216
- insert_text: (self: SimplePopover, position: number, chars: string | null, n_chars: number) => boolean
7215
+ activate: (self: SimplePopover, text: string) => void
7216
+ insert_text: (self: SimplePopover, position: number, chars: string, n_chars: number) => boolean
7217
7217
  changed: (self: SimplePopover) => void
7218
7218
  }
7219
7219
 
@@ -7257,8 +7257,8 @@ export interface SuggestionClass {
7257
7257
  // Own fields of Egg-1.0.Egg.SuggestionClass
7258
7258
 
7259
7259
  parent_class: GObject.ObjectClass
7260
- suggest_suffix: (self: Suggestion, typed_text: string | null) => string | null
7261
- replace_typed_text: (self: Suggestion, typed_text: string | null) => string | null
7260
+ suggest_suffix: (self: Suggestion, typed_text: string) => string | null
7261
+ replace_typed_text: (self: Suggestion, typed_text: string) => string | null
7262
7262
  _reserved1: any
7263
7263
  _reserved2: any
7264
7264
  _reserved3: any