@girs/gdl-3 3.0.0-3.2.6 → 3.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/gdl-3.d.cts +59 -59
  3. package/gdl-3.d.ts +59 -59
  4. package/package.json +15 -15
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/gdl-3)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Gdl-3, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.6.
8
+ GJS TypeScript type definitions for Gdl-3, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
9
9
 
10
10
  The GNOME Devtools Library package provides a docking system and several utilities useful to GNOME development tools and GNOME applications in general.
11
11
 
package/gdl-3.d.cts CHANGED
@@ -242,8 +242,8 @@ export enum DockParamFlags {
242
242
  */
243
243
  AFTER,
244
244
  }
245
- export const DOCK_MASTER_PROPERTY: string | null
246
- export const DOCK_NAME_PROPERTY: string | null
245
+ export const DOCK_MASTER_PROPERTY: string
246
+ export const DOCK_NAME_PROPERTY: string
247
247
  /**
248
248
  * Minimum shift count to be used for user defined flags, to be stored in
249
249
  * #GdlDockObject.flags.
@@ -356,7 +356,7 @@ export interface Dock extends Atk.ImplementorIface, Gtk.Buildable {
356
356
  * @param name An item name
357
357
  * @returns A #GdlDockItem widget or %NULL
358
358
  */
359
- get_item_by_name(name: string | null): DockItem
359
+ get_item_by_name(name: string): DockItem
360
360
  /**
361
361
  * Returns a list of all item bound to the master of the dock, not only
362
362
  * the children of this particular dock widget.
@@ -369,7 +369,7 @@ export interface Dock extends Atk.ImplementorIface, Gtk.Buildable {
369
369
  * @param name An item name
370
370
  * @returns A #GdlDockPlaceholder object or %NULL
371
371
  */
372
- get_placeholder_by_name(name: string | null): DockPlaceholder
372
+ get_placeholder_by_name(name: string): DockPlaceholder
373
373
  /**
374
374
  * Get the first child of the #GdlDockObject.
375
375
  * @returns A #GdlDockObject or %NULL.
@@ -501,7 +501,7 @@ export interface Dock extends Atk.ImplementorIface, Gtk.Buildable {
501
501
  * @param child the child widget
502
502
  * @param child_property the name of a child property installed on the class of `container`
503
503
  */
504
- child_notify(child: Gtk.Widget, child_property: string | null): void
504
+ child_notify(child: Gtk.Widget, child_property: string): void
505
505
 
506
506
  // Overloads of child_notify
507
507
 
@@ -515,7 +515,7 @@ export interface Dock extends Atk.ImplementorIface, Gtk.Buildable {
515
515
  * Also see gtk_container_child_notify().
516
516
  * @param child_property the name of a child property installed on the class of `widget’`s parent
517
517
  */
518
- child_notify(child_property: string | null): void
518
+ child_notify(child_property: string): void
519
519
  /**
520
520
  * Emits a #GtkWidget::child-notify signal for the
521
521
  * [child property][child-properties] `child_property`
@@ -526,7 +526,7 @@ export interface Dock extends Atk.ImplementorIface, Gtk.Buildable {
526
526
  * Also see gtk_container_child_notify().
527
527
  * @param child_property the name of a child property installed on the class of `widget’`s parent
528
528
  */
529
- child_notify(child_property: string | null): void
529
+ child_notify(child_property: string): void
530
530
 
531
531
  // Own virtual methods of Gdl-3.Gdl.Dock
532
532
 
@@ -816,7 +816,7 @@ export interface DockBar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orient
816
816
  * @param child the child widget
817
817
  * @param child_property the name of a child property installed on the class of `container`
818
818
  */
819
- child_notify(child: Gtk.Widget, child_property: string | null): void
819
+ child_notify(child: Gtk.Widget, child_property: string): void
820
820
 
821
821
  // Overloads of child_notify
822
822
 
@@ -830,7 +830,7 @@ export interface DockBar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orient
830
830
  * Also see gtk_container_child_notify().
831
831
  * @param child_property the name of a child property installed on the class of `widget’`s parent
832
832
  */
833
- child_notify(child_property: string | null): void
833
+ child_notify(child_property: string): void
834
834
  /**
835
835
  * Emits a #GtkWidget::child-notify signal for the
836
836
  * [child property][child-properties] `child_property`
@@ -841,7 +841,7 @@ export interface DockBar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orient
841
841
  * Also see gtk_container_child_notify().
842
842
  * @param child_property the name of a child property installed on the class of `widget’`s parent
843
843
  */
844
- child_notify(child_property: string | null): void
844
+ child_notify(child_property: string): void
845
845
 
846
846
  // Class property signals of Gdl-3.Gdl.DockBar
847
847
 
@@ -1429,7 +1429,7 @@ export interface DockItem extends Atk.ImplementorIface, Gtk.Buildable {
1429
1429
  * @param child the child widget
1430
1430
  * @param child_property the name of a child property installed on the class of `container`
1431
1431
  */
1432
- child_notify(child: Gtk.Widget, child_property: string | null): void
1432
+ child_notify(child: Gtk.Widget, child_property: string): void
1433
1433
 
1434
1434
  // Overloads of child_notify
1435
1435
 
@@ -1443,7 +1443,7 @@ export interface DockItem extends Atk.ImplementorIface, Gtk.Buildable {
1443
1443
  * Also see gtk_container_child_notify().
1444
1444
  * @param child_property the name of a child property installed on the class of `widget’`s parent
1445
1445
  */
1446
- child_notify(child_property: string | null): void
1446
+ child_notify(child_property: string): void
1447
1447
  /**
1448
1448
  * Emits a #GtkWidget::child-notify signal for the
1449
1449
  * [child property][child-properties] `child_property`
@@ -1454,7 +1454,7 @@ export interface DockItem extends Atk.ImplementorIface, Gtk.Buildable {
1454
1454
  * Also see gtk_container_child_notify().
1455
1455
  * @param child_property the name of a child property installed on the class of `widget’`s parent
1456
1456
  */
1457
- child_notify(child_property: string | null): void
1457
+ child_notify(child_property: string): void
1458
1458
 
1459
1459
  // Own virtual methods of Gdl-3.Gdl.DockItem
1460
1460
 
@@ -1678,7 +1678,7 @@ export class DockItem extends DockObject {
1678
1678
  * @param behavior General behavior for the dock item (i.e. whether it can float, if it's locked, etc.), as specified by #GdlDockItemBehavior flags.
1679
1679
  * @returns The newly created dock item grip widget.
1680
1680
  */
1681
- constructor(name: string | null, long_name: string | null, behavior: DockItemBehavior)
1681
+ constructor(name: string, long_name: string, behavior: DockItemBehavior)
1682
1682
  /**
1683
1683
  * Creates a new dock item widget.
1684
1684
  * @constructor
@@ -1687,7 +1687,7 @@ export class DockItem extends DockObject {
1687
1687
  * @param behavior General behavior for the dock item (i.e. whether it can float, if it's locked, etc.), as specified by #GdlDockItemBehavior flags.
1688
1688
  * @returns The newly created dock item grip widget.
1689
1689
  */
1690
- static new(name: string | null, long_name: string | null, behavior: DockItemBehavior): DockItem
1690
+ static new(name: string, long_name: string, behavior: DockItemBehavior): DockItem
1691
1691
  /**
1692
1692
  * Creates a new dock item grip widget with a given pixbuf icon.
1693
1693
  * @constructor
@@ -1697,7 +1697,7 @@ export class DockItem extends DockObject {
1697
1697
  * @param behavior General behavior for the dock item (i.e. whether it can float, if it's locked, etc.), as specified by #GdlDockItemBehavior flags.
1698
1698
  * @returns The newly created dock item grip widget.
1699
1699
  */
1700
- static new_with_pixbuf_icon(name: string | null, long_name: string | null, pixbuf_icon: GdkPixbuf.Pixbuf, behavior: DockItemBehavior): DockItem
1700
+ static new_with_pixbuf_icon(name: string, long_name: string, pixbuf_icon: GdkPixbuf.Pixbuf, behavior: DockItemBehavior): DockItem
1701
1701
  /**
1702
1702
  * Creates a new dock item grip widget with a given stock id.
1703
1703
  * @constructor
@@ -1707,7 +1707,7 @@ export class DockItem extends DockObject {
1707
1707
  * @param behavior General behavior for the dock item (i.e. whether it can float, if it's locked, etc.), as specified by #GdlDockItemBehavior flags.
1708
1708
  * @returns The newly created dock item grip widget.
1709
1709
  */
1710
- static new_with_stock(name: string | null, long_name: string | null, stock_id: string | null, behavior: DockItemBehavior): DockItem
1710
+ static new_with_stock(name: string, long_name: string, stock_id: string, behavior: DockItemBehavior): DockItem
1711
1711
  _init(config?: DockItem.ConstructorProperties): void
1712
1712
  /**
1713
1713
  * Define in the corresponding kind of dock item has a grip. Even if an item
@@ -1949,7 +1949,7 @@ export interface DockItemGrip extends Atk.ImplementorIface, Gtk.Buildable {
1949
1949
  * @param child the child widget
1950
1950
  * @param child_property the name of a child property installed on the class of `container`
1951
1951
  */
1952
- child_notify(child: Gtk.Widget, child_property: string | null): void
1952
+ child_notify(child: Gtk.Widget, child_property: string): void
1953
1953
 
1954
1954
  // Overloads of child_notify
1955
1955
 
@@ -1963,7 +1963,7 @@ export interface DockItemGrip extends Atk.ImplementorIface, Gtk.Buildable {
1963
1963
  * Also see gtk_container_child_notify().
1964
1964
  * @param child_property the name of a child property installed on the class of `widget’`s parent
1965
1965
  */
1966
- child_notify(child_property: string | null): void
1966
+ child_notify(child_property: string): void
1967
1967
  /**
1968
1968
  * Emits a #GtkWidget::child-notify signal for the
1969
1969
  * [child property][child-properties] `child_property`
@@ -1974,7 +1974,7 @@ export interface DockItemGrip extends Atk.ImplementorIface, Gtk.Buildable {
1974
1974
  * Also see gtk_container_child_notify().
1975
1975
  * @param child_property the name of a child property installed on the class of `widget’`s parent
1976
1976
  */
1977
- child_notify(child_property: string | null): void
1977
+ child_notify(child_property: string): void
1978
1978
 
1979
1979
  // Class property signals of Gdl-3.Gdl.DockItemGrip
1980
1980
 
@@ -2179,7 +2179,7 @@ export interface DockLayout {
2179
2179
  * This will set #GdlDockLayout:dirty to %TRUE.
2180
2180
  * @param name The name of the layout to delete.
2181
2181
  */
2182
- delete_layout(name: string | null): void
2182
+ delete_layout(name: string): void
2183
2183
  /**
2184
2184
  * Get the list of layout names including or not the default layout.
2185
2185
  * @param include_default %TRUE to include the default layout.
@@ -2202,7 +2202,7 @@ export interface DockLayout {
2202
2202
  * @param filename The name of the file to load.
2203
2203
  * @returns %TRUE if @layout successfully loaded else %FALSE
2204
2204
  */
2205
- load_from_file(filename: string | null): boolean
2205
+ load_from_file(filename: string): boolean
2206
2206
  /**
2207
2207
  * Loads the layout with the given name from the memory.
2208
2208
  * This will set #GdlDockLayout:dirty to %TRUE.
@@ -2226,7 +2226,7 @@ export interface DockLayout {
2226
2226
  * @param filename Name of the file we want to save in layout
2227
2227
  * @returns %TRUE if @layout successfuly save to the file, otherwise %FALSE.
2228
2228
  */
2229
- save_to_file(filename: string | null): boolean
2229
+ save_to_file(filename: string): boolean
2230
2230
  /**
2231
2231
  * Attach the `layout` to the `master` and delete the reference to
2232
2232
  * the master that the layout attached previously. Instead of setting `master`
@@ -2373,7 +2373,7 @@ export interface DockMaster {
2373
2373
  * @param nick_name the name of the dock widget.
2374
2374
  * @returns A #GdlDockObject named @nick_name or %NULL if it does not exist.
2375
2375
  */
2376
- get_object(nick_name: string | null): DockObject | null
2376
+ get_object(nick_name: string): DockObject | null
2377
2377
  /**
2378
2378
  * Remove one dock widget from the master.
2379
2379
  * @param object a #GdlDockObject
@@ -2574,7 +2574,7 @@ export interface DockNotebook extends Atk.ImplementorIface, Gtk.Buildable {
2574
2574
  * @param child the child widget
2575
2575
  * @param child_property the name of a child property installed on the class of `container`
2576
2576
  */
2577
- child_notify(child: Gtk.Widget, child_property: string | null): void
2577
+ child_notify(child: Gtk.Widget, child_property: string): void
2578
2578
 
2579
2579
  // Overloads of child_notify
2580
2580
 
@@ -2588,7 +2588,7 @@ export interface DockNotebook extends Atk.ImplementorIface, Gtk.Buildable {
2588
2588
  * Also see gtk_container_child_notify().
2589
2589
  * @param child_property the name of a child property installed on the class of `widget’`s parent
2590
2590
  */
2591
- child_notify(child_property: string | null): void
2591
+ child_notify(child_property: string): void
2592
2592
  /**
2593
2593
  * Emits a #GtkWidget::child-notify signal for the
2594
2594
  * [child property][child-properties] `child_property`
@@ -2599,7 +2599,7 @@ export interface DockNotebook extends Atk.ImplementorIface, Gtk.Buildable {
2599
2599
  * Also see gtk_container_child_notify().
2600
2600
  * @param child_property the name of a child property installed on the class of `widget’`s parent
2601
2601
  */
2602
- child_notify(child_property: string | null): void
2602
+ child_notify(child_property: string): void
2603
2603
 
2604
2604
  // Class property signals of Gdl-3.Gdl.DockNotebook
2605
2605
 
@@ -2811,7 +2811,7 @@ export class DockNotebook extends DockItem {
2811
2811
  * @param behavior General behavior for the dock item (i.e. whether it can float, if it's locked, etc.), as specified by #GdlDockItemBehavior flags.
2812
2812
  * @returns The newly created dock item grip widget.
2813
2813
  */
2814
- static new(name: string | null, long_name: string | null, behavior: DockItemBehavior): DockItem
2814
+ static new(name: string, long_name: string, behavior: DockItemBehavior): DockItem
2815
2815
  _init(config?: DockNotebook.ConstructorProperties): void
2816
2816
  }
2817
2817
 
@@ -2981,7 +2981,7 @@ export interface DockObject extends Atk.ImplementorIface, Gtk.Buildable {
2981
2981
  * which can be displayed in the user interface.
2982
2982
  * @returns the name of the object.
2983
2983
  */
2984
- get_long_name(): string | null
2984
+ get_long_name(): string
2985
2985
  /**
2986
2986
  * Retrieves the master of the object.
2987
2987
  * @returns a #GdlDockMaster object
@@ -2991,7 +2991,7 @@ export interface DockObject extends Atk.ImplementorIface, Gtk.Buildable {
2991
2991
  * Retrieves the name of the object. This name is used to identify the object.
2992
2992
  * @returns the name of the object.
2993
2993
  */
2994
- get_name(): string | null
2994
+ get_name(): string
2995
2995
  /**
2996
2996
  * Returns a parent #GdlDockObject if it exists.
2997
2997
  * @returns a #GdlDockObject or %NULL if such object does not exist.
@@ -3006,7 +3006,7 @@ export interface DockObject extends Atk.ImplementorIface, Gtk.Buildable {
3006
3006
  * Retrieves the a stock id used as the object icon.
3007
3007
  * @returns A stock id corresponding to the object icon.
3008
3008
  */
3009
- get_stock_id(): string | null
3009
+ get_stock_id(): string
3010
3010
  /**
3011
3011
  * Get the top level #GdlDock widget of `object` or %NULL if cannot be found.
3012
3012
  * @returns A #GdlDock or %NULL.
@@ -3110,7 +3110,7 @@ export interface DockObject extends Atk.ImplementorIface, Gtk.Buildable {
3110
3110
  * which can be displayed in the user interface.
3111
3111
  * @param name a name for the object
3112
3112
  */
3113
- set_long_name(name: string | null): void
3113
+ set_long_name(name: string): void
3114
3114
  /**
3115
3115
  * A #GdlDockObject is managed by default by the dock master, use this function
3116
3116
  * to make it a manual object if you want to manage the destruction of the
@@ -3121,7 +3121,7 @@ export interface DockObject extends Atk.ImplementorIface, Gtk.Buildable {
3121
3121
  * Set the name of the object used to identify it.
3122
3122
  * @param name a name for the object
3123
3123
  */
3124
- set_name(name: string | null): void
3124
+ set_name(name: string): void
3125
3125
  /**
3126
3126
  * Set a icon for a dock object using a #GdkPixbuf.
3127
3127
  * @param icon a icon or %NULL
@@ -3131,7 +3131,7 @@ export interface DockObject extends Atk.ImplementorIface, Gtk.Buildable {
3131
3131
  * Set an icon for the dock object using a stock id.
3132
3132
  * @param stock_id a stock id
3133
3133
  */
3134
- set_stock_id(stock_id: string | null): void
3134
+ set_stock_id(stock_id: string): void
3135
3135
  /**
3136
3136
  * Thaws a dock object frozen with gdl_dock_object_freeze().
3137
3137
  * Any pending reduce calls are made, maybe leading to the destruction of
@@ -3156,7 +3156,7 @@ export interface DockObject extends Atk.ImplementorIface, Gtk.Buildable {
3156
3156
  * @param child the child widget
3157
3157
  * @param child_property the name of a child property installed on the class of `container`
3158
3158
  */
3159
- child_notify(child: Gtk.Widget, child_property: string | null): void
3159
+ child_notify(child: Gtk.Widget, child_property: string): void
3160
3160
 
3161
3161
  // Overloads of child_notify
3162
3162
 
@@ -3170,7 +3170,7 @@ export interface DockObject extends Atk.ImplementorIface, Gtk.Buildable {
3170
3170
  * Also see gtk_container_child_notify().
3171
3171
  * @param child_property the name of a child property installed on the class of `widget’`s parent
3172
3172
  */
3173
- child_notify(child_property: string | null): void
3173
+ child_notify(child_property: string): void
3174
3174
  /**
3175
3175
  * Emits a #GtkWidget::child-notify signal for the
3176
3176
  * [child property][child-properties] `child_property`
@@ -3181,7 +3181,7 @@ export interface DockObject extends Atk.ImplementorIface, Gtk.Buildable {
3181
3181
  * Also see gtk_container_child_notify().
3182
3182
  * @param child_property the name of a child property installed on the class of `widget’`s parent
3183
3183
  */
3184
- child_notify(child_property: string | null): void
3184
+ child_notify(child_property: string): void
3185
3185
 
3186
3186
  // Own virtual methods of Gdl-3.Gdl.DockObject
3187
3187
 
@@ -3420,7 +3420,7 @@ export class DockObject extends Gtk.Container {
3420
3420
  * @param type The type for which to find the nickname
3421
3421
  * @returns If the object has a nickname, then it is returned. Otherwise, the type name.
3422
3422
  */
3423
- static nick_from_type(type: GObject.GType): string | null
3423
+ static nick_from_type(type: GObject.GType): string
3424
3424
  /**
3425
3425
  * Assigns an object type to a given nickname. If the nickname already exists,
3426
3426
  * then it reassigns it to a new object type.
@@ -3428,13 +3428,13 @@ export class DockObject extends Gtk.Container {
3428
3428
  * @param type The object type
3429
3429
  * @returns If the nick was previously assigned, the old type is returned. Otherwise, %G_TYPE_NONE.
3430
3430
  */
3431
- static set_type_for_nick(nick: string | null, type: GObject.GType): GObject.GType
3431
+ static set_type_for_nick(nick: string, type: GObject.GType): GObject.GType
3432
3432
  /**
3433
3433
  * Finds the object type assigned to a given nickname.
3434
3434
  * @param nick The nickname for the object type
3435
3435
  * @returns If the nickname has previously been assigned, then the corresponding object type is returned. Otherwise, %G_TYPE_NONE.
3436
3436
  */
3437
- static type_from_nick(nick: string | null): GObject.GType
3437
+ static type_from_nick(nick: string): GObject.GType
3438
3438
  }
3439
3439
 
3440
3440
  export module DockPaned {
@@ -3580,7 +3580,7 @@ export interface DockPaned extends Atk.ImplementorIface, Gtk.Buildable {
3580
3580
  * @param child the child widget
3581
3581
  * @param child_property the name of a child property installed on the class of `container`
3582
3582
  */
3583
- child_notify(child: Gtk.Widget, child_property: string | null): void
3583
+ child_notify(child: Gtk.Widget, child_property: string): void
3584
3584
 
3585
3585
  // Overloads of child_notify
3586
3586
 
@@ -3594,7 +3594,7 @@ export interface DockPaned extends Atk.ImplementorIface, Gtk.Buildable {
3594
3594
  * Also see gtk_container_child_notify().
3595
3595
  * @param child_property the name of a child property installed on the class of `widget’`s parent
3596
3596
  */
3597
- child_notify(child_property: string | null): void
3597
+ child_notify(child_property: string): void
3598
3598
  /**
3599
3599
  * Emits a #GtkWidget::child-notify signal for the
3600
3600
  * [child property][child-properties] `child_property`
@@ -3605,7 +3605,7 @@ export interface DockPaned extends Atk.ImplementorIface, Gtk.Buildable {
3605
3605
  * Also see gtk_container_child_notify().
3606
3606
  * @param child_property the name of a child property installed on the class of `widget’`s parent
3607
3607
  */
3608
- child_notify(child_property: string | null): void
3608
+ child_notify(child_property: string): void
3609
3609
 
3610
3610
  // Class property signals of Gdl-3.Gdl.DockPaned
3611
3611
 
@@ -3819,7 +3819,7 @@ export class DockPaned extends DockItem {
3819
3819
  * @param behavior General behavior for the dock item (i.e. whether it can float, if it's locked, etc.), as specified by #GdlDockItemBehavior flags.
3820
3820
  * @returns The newly created dock item grip widget.
3821
3821
  */
3822
- static new(name: string | null, long_name: string | null, behavior: DockItemBehavior): DockItem
3822
+ static new(name: string, long_name: string, behavior: DockItemBehavior): DockItem
3823
3823
  _init(config?: DockPaned.ConstructorProperties): void
3824
3824
  }
3825
3825
 
@@ -3980,7 +3980,7 @@ export interface DockPlaceholder extends Atk.ImplementorIface, Gtk.Buildable {
3980
3980
  * @param child the child widget
3981
3981
  * @param child_property the name of a child property installed on the class of `container`
3982
3982
  */
3983
- child_notify(child: Gtk.Widget, child_property: string | null): void
3983
+ child_notify(child: Gtk.Widget, child_property: string): void
3984
3984
 
3985
3985
  // Overloads of child_notify
3986
3986
 
@@ -3994,7 +3994,7 @@ export interface DockPlaceholder extends Atk.ImplementorIface, Gtk.Buildable {
3994
3994
  * Also see gtk_container_child_notify().
3995
3995
  * @param child_property the name of a child property installed on the class of `widget’`s parent
3996
3996
  */
3997
- child_notify(child_property: string | null): void
3997
+ child_notify(child_property: string): void
3998
3998
  /**
3999
3999
  * Emits a #GtkWidget::child-notify signal for the
4000
4000
  * [child property][child-properties] `child_property`
@@ -4005,7 +4005,7 @@ export interface DockPlaceholder extends Atk.ImplementorIface, Gtk.Buildable {
4005
4005
  * Also see gtk_container_child_notify().
4006
4006
  * @param child_property the name of a child property installed on the class of `widget’`s parent
4007
4007
  */
4008
- child_notify(child_property: string | null): void
4008
+ child_notify(child_property: string): void
4009
4009
 
4010
4010
  // Class property signals of Gdl-3.Gdl.DockPlaceholder
4011
4011
 
@@ -4198,7 +4198,7 @@ export class DockPlaceholder extends DockObject {
4198
4198
  * @param sticky %TRUE if the placeholder move with the `object`
4199
4199
  * @returns The newly created placeholder.
4200
4200
  */
4201
- constructor(name: string | null, object: DockObject, position: DockPlacement, sticky: boolean)
4201
+ constructor(name: string, object: DockObject, position: DockPlacement, sticky: boolean)
4202
4202
  /**
4203
4203
  * Creates a new dock placeholder at `object` place. This is a kind of marker
4204
4204
  * allowing you to dock new items later at this place. It is not completely
@@ -4210,7 +4210,7 @@ export class DockPlaceholder extends DockObject {
4210
4210
  * @param sticky %TRUE if the placeholder move with the `object`
4211
4211
  * @returns The newly created placeholder.
4212
4212
  */
4213
- static new(name: string | null, object: DockObject, position: DockPlacement, sticky: boolean): DockPlaceholder
4213
+ static new(name: string, object: DockObject, position: DockPlacement, sticky: boolean): DockPlaceholder
4214
4214
  _init(config?: DockPlaceholder.ConstructorProperties): void
4215
4215
  }
4216
4216
 
@@ -4284,7 +4284,7 @@ export interface DockTablabel extends Atk.ImplementorIface, Gtk.Buildable {
4284
4284
  * @param child the child widget
4285
4285
  * @param child_property the name of a child property installed on the class of `container`
4286
4286
  */
4287
- child_notify(child: Gtk.Widget, child_property: string | null): void
4287
+ child_notify(child: Gtk.Widget, child_property: string): void
4288
4288
 
4289
4289
  // Overloads of child_notify
4290
4290
 
@@ -4298,7 +4298,7 @@ export interface DockTablabel extends Atk.ImplementorIface, Gtk.Buildable {
4298
4298
  * Also see gtk_container_child_notify().
4299
4299
  * @param child_property the name of a child property installed on the class of `widget’`s parent
4300
4300
  */
4301
- child_notify(child_property: string | null): void
4301
+ child_notify(child_property: string): void
4302
4302
  /**
4303
4303
  * Emits a #GtkWidget::child-notify signal for the
4304
4304
  * [child property][child-properties] `child_property`
@@ -4309,7 +4309,7 @@ export interface DockTablabel extends Atk.ImplementorIface, Gtk.Buildable {
4309
4309
  * Also see gtk_container_child_notify().
4310
4310
  * @param child_property the name of a child property installed on the class of `widget’`s parent
4311
4311
  */
4312
- child_notify(child_property: string | null): void
4312
+ child_notify(child_property: string): void
4313
4313
 
4314
4314
  // Own virtual methods of Gdl-3.Gdl.DockTablabel
4315
4315
 
@@ -4542,7 +4542,7 @@ export interface PreviewWindow extends Atk.ImplementorIface, Gtk.Buildable {
4542
4542
  * @param child the child widget
4543
4543
  * @param child_property the name of a child property installed on the class of `container`
4544
4544
  */
4545
- child_notify(child: Gtk.Widget, child_property: string | null): void
4545
+ child_notify(child: Gtk.Widget, child_property: string): void
4546
4546
 
4547
4547
  // Overloads of child_notify
4548
4548
 
@@ -4556,7 +4556,7 @@ export interface PreviewWindow extends Atk.ImplementorIface, Gtk.Buildable {
4556
4556
  * Also see gtk_container_child_notify().
4557
4557
  * @param child_property the name of a child property installed on the class of `widget’`s parent
4558
4558
  */
4559
- child_notify(child_property: string | null): void
4559
+ child_notify(child_property: string): void
4560
4560
  /**
4561
4561
  * Emits a #GtkWidget::child-notify signal for the
4562
4562
  * [child property][child-properties] `child_property`
@@ -4567,7 +4567,7 @@ export interface PreviewWindow extends Atk.ImplementorIface, Gtk.Buildable {
4567
4567
  * Also see gtk_container_child_notify().
4568
4568
  * @param child_property the name of a child property installed on the class of `widget’`s parent
4569
4569
  */
4570
- child_notify(child_property: string | null): void
4570
+ child_notify(child_property: string): void
4571
4571
 
4572
4572
  // Class property signals of Gdl-3.Gdl.PreviewWindow
4573
4573
 
@@ -4913,7 +4913,7 @@ export interface Switcher extends Atk.ImplementorIface, Gtk.Buildable {
4913
4913
  * @param position The position at which to create the page
4914
4914
  * @returns The index (starting from 0) of the appended page in the notebook, or -1 if function fails
4915
4915
  */
4916
- insert_page(page: Gtk.Widget, tab_widget: Gtk.Widget, label: string | null, tooltips: string | null, stock_id: string | null, pixbuf_icon: GdkPixbuf.Pixbuf, position: number): number
4916
+ insert_page(page: Gtk.Widget, tab_widget: Gtk.Widget, label: string, tooltips: string, stock_id: string, pixbuf_icon: GdkPixbuf.Pixbuf, position: number): number
4917
4917
 
4918
4918
  // Overloads of insert_page
4919
4919
 
@@ -4939,7 +4939,7 @@ export interface Switcher extends Atk.ImplementorIface, Gtk.Buildable {
4939
4939
  * @param child the child widget
4940
4940
  * @param child_property the name of a child property installed on the class of `container`
4941
4941
  */
4942
- child_notify(child: Gtk.Widget, child_property: string | null): void
4942
+ child_notify(child: Gtk.Widget, child_property: string): void
4943
4943
 
4944
4944
  // Overloads of child_notify
4945
4945
 
@@ -4953,7 +4953,7 @@ export interface Switcher extends Atk.ImplementorIface, Gtk.Buildable {
4953
4953
  * Also see gtk_container_child_notify().
4954
4954
  * @param child_property the name of a child property installed on the class of `widget’`s parent
4955
4955
  */
4956
- child_notify(child_property: string | null): void
4956
+ child_notify(child_property: string): void
4957
4957
  /**
4958
4958
  * Emits a #GtkWidget::child-notify signal for the
4959
4959
  * [child property][child-properties] `child_property`
@@ -4964,7 +4964,7 @@ export interface Switcher extends Atk.ImplementorIface, Gtk.Buildable {
4964
4964
  * Also see gtk_container_child_notify().
4965
4965
  * @param child_property the name of a child property installed on the class of `widget’`s parent
4966
4966
  */
4967
- child_notify(child_property: string | null): void
4967
+ child_notify(child_property: string): void
4968
4968
 
4969
4969
  // Class property signals of Gdl-3.Gdl.Switcher
4970
4970
 
package/gdl-3.d.ts CHANGED
@@ -244,8 +244,8 @@ enum DockParamFlags {
244
244
  */
245
245
  AFTER,
246
246
  }
247
- const DOCK_MASTER_PROPERTY: string | null
248
- const DOCK_NAME_PROPERTY: string | null
247
+ const DOCK_MASTER_PROPERTY: string
248
+ const DOCK_NAME_PROPERTY: string
249
249
  /**
250
250
  * Minimum shift count to be used for user defined flags, to be stored in
251
251
  * #GdlDockObject.flags.
@@ -358,7 +358,7 @@ interface Dock extends Atk.ImplementorIface, Gtk.Buildable {
358
358
  * @param name An item name
359
359
  * @returns A #GdlDockItem widget or %NULL
360
360
  */
361
- get_item_by_name(name: string | null): DockItem
361
+ get_item_by_name(name: string): DockItem
362
362
  /**
363
363
  * Returns a list of all item bound to the master of the dock, not only
364
364
  * the children of this particular dock widget.
@@ -371,7 +371,7 @@ interface Dock extends Atk.ImplementorIface, Gtk.Buildable {
371
371
  * @param name An item name
372
372
  * @returns A #GdlDockPlaceholder object or %NULL
373
373
  */
374
- get_placeholder_by_name(name: string | null): DockPlaceholder
374
+ get_placeholder_by_name(name: string): DockPlaceholder
375
375
  /**
376
376
  * Get the first child of the #GdlDockObject.
377
377
  * @returns A #GdlDockObject or %NULL.
@@ -503,7 +503,7 @@ interface Dock extends Atk.ImplementorIface, Gtk.Buildable {
503
503
  * @param child the child widget
504
504
  * @param child_property the name of a child property installed on the class of `container`
505
505
  */
506
- child_notify(child: Gtk.Widget, child_property: string | null): void
506
+ child_notify(child: Gtk.Widget, child_property: string): void
507
507
 
508
508
  // Overloads of child_notify
509
509
 
@@ -517,7 +517,7 @@ interface Dock extends Atk.ImplementorIface, Gtk.Buildable {
517
517
  * Also see gtk_container_child_notify().
518
518
  * @param child_property the name of a child property installed on the class of `widget’`s parent
519
519
  */
520
- child_notify(child_property: string | null): void
520
+ child_notify(child_property: string): void
521
521
  /**
522
522
  * Emits a #GtkWidget::child-notify signal for the
523
523
  * [child property][child-properties] `child_property`
@@ -528,7 +528,7 @@ interface Dock extends Atk.ImplementorIface, Gtk.Buildable {
528
528
  * Also see gtk_container_child_notify().
529
529
  * @param child_property the name of a child property installed on the class of `widget’`s parent
530
530
  */
531
- child_notify(child_property: string | null): void
531
+ child_notify(child_property: string): void
532
532
 
533
533
  // Own virtual methods of Gdl-3.Gdl.Dock
534
534
 
@@ -818,7 +818,7 @@ interface DockBar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
818
818
  * @param child the child widget
819
819
  * @param child_property the name of a child property installed on the class of `container`
820
820
  */
821
- child_notify(child: Gtk.Widget, child_property: string | null): void
821
+ child_notify(child: Gtk.Widget, child_property: string): void
822
822
 
823
823
  // Overloads of child_notify
824
824
 
@@ -832,7 +832,7 @@ interface DockBar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
832
832
  * Also see gtk_container_child_notify().
833
833
  * @param child_property the name of a child property installed on the class of `widget’`s parent
834
834
  */
835
- child_notify(child_property: string | null): void
835
+ child_notify(child_property: string): void
836
836
  /**
837
837
  * Emits a #GtkWidget::child-notify signal for the
838
838
  * [child property][child-properties] `child_property`
@@ -843,7 +843,7 @@ interface DockBar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
843
843
  * Also see gtk_container_child_notify().
844
844
  * @param child_property the name of a child property installed on the class of `widget’`s parent
845
845
  */
846
- child_notify(child_property: string | null): void
846
+ child_notify(child_property: string): void
847
847
 
848
848
  // Class property signals of Gdl-3.Gdl.DockBar
849
849
 
@@ -1431,7 +1431,7 @@ interface DockItem extends Atk.ImplementorIface, Gtk.Buildable {
1431
1431
  * @param child the child widget
1432
1432
  * @param child_property the name of a child property installed on the class of `container`
1433
1433
  */
1434
- child_notify(child: Gtk.Widget, child_property: string | null): void
1434
+ child_notify(child: Gtk.Widget, child_property: string): void
1435
1435
 
1436
1436
  // Overloads of child_notify
1437
1437
 
@@ -1445,7 +1445,7 @@ interface DockItem extends Atk.ImplementorIface, Gtk.Buildable {
1445
1445
  * Also see gtk_container_child_notify().
1446
1446
  * @param child_property the name of a child property installed on the class of `widget’`s parent
1447
1447
  */
1448
- child_notify(child_property: string | null): void
1448
+ child_notify(child_property: string): void
1449
1449
  /**
1450
1450
  * Emits a #GtkWidget::child-notify signal for the
1451
1451
  * [child property][child-properties] `child_property`
@@ -1456,7 +1456,7 @@ interface DockItem extends Atk.ImplementorIface, Gtk.Buildable {
1456
1456
  * Also see gtk_container_child_notify().
1457
1457
  * @param child_property the name of a child property installed on the class of `widget’`s parent
1458
1458
  */
1459
- child_notify(child_property: string | null): void
1459
+ child_notify(child_property: string): void
1460
1460
 
1461
1461
  // Own virtual methods of Gdl-3.Gdl.DockItem
1462
1462
 
@@ -1680,7 +1680,7 @@ class DockItem extends DockObject {
1680
1680
  * @param behavior General behavior for the dock item (i.e. whether it can float, if it's locked, etc.), as specified by #GdlDockItemBehavior flags.
1681
1681
  * @returns The newly created dock item grip widget.
1682
1682
  */
1683
- constructor(name: string | null, long_name: string | null, behavior: DockItemBehavior)
1683
+ constructor(name: string, long_name: string, behavior: DockItemBehavior)
1684
1684
  /**
1685
1685
  * Creates a new dock item widget.
1686
1686
  * @constructor
@@ -1689,7 +1689,7 @@ class DockItem extends DockObject {
1689
1689
  * @param behavior General behavior for the dock item (i.e. whether it can float, if it's locked, etc.), as specified by #GdlDockItemBehavior flags.
1690
1690
  * @returns The newly created dock item grip widget.
1691
1691
  */
1692
- static new(name: string | null, long_name: string | null, behavior: DockItemBehavior): DockItem
1692
+ static new(name: string, long_name: string, behavior: DockItemBehavior): DockItem
1693
1693
  /**
1694
1694
  * Creates a new dock item grip widget with a given pixbuf icon.
1695
1695
  * @constructor
@@ -1699,7 +1699,7 @@ class DockItem extends DockObject {
1699
1699
  * @param behavior General behavior for the dock item (i.e. whether it can float, if it's locked, etc.), as specified by #GdlDockItemBehavior flags.
1700
1700
  * @returns The newly created dock item grip widget.
1701
1701
  */
1702
- static new_with_pixbuf_icon(name: string | null, long_name: string | null, pixbuf_icon: GdkPixbuf.Pixbuf, behavior: DockItemBehavior): DockItem
1702
+ static new_with_pixbuf_icon(name: string, long_name: string, pixbuf_icon: GdkPixbuf.Pixbuf, behavior: DockItemBehavior): DockItem
1703
1703
  /**
1704
1704
  * Creates a new dock item grip widget with a given stock id.
1705
1705
  * @constructor
@@ -1709,7 +1709,7 @@ class DockItem extends DockObject {
1709
1709
  * @param behavior General behavior for the dock item (i.e. whether it can float, if it's locked, etc.), as specified by #GdlDockItemBehavior flags.
1710
1710
  * @returns The newly created dock item grip widget.
1711
1711
  */
1712
- static new_with_stock(name: string | null, long_name: string | null, stock_id: string | null, behavior: DockItemBehavior): DockItem
1712
+ static new_with_stock(name: string, long_name: string, stock_id: string, behavior: DockItemBehavior): DockItem
1713
1713
  _init(config?: DockItem.ConstructorProperties): void
1714
1714
  /**
1715
1715
  * Define in the corresponding kind of dock item has a grip. Even if an item
@@ -1951,7 +1951,7 @@ interface DockItemGrip extends Atk.ImplementorIface, Gtk.Buildable {
1951
1951
  * @param child the child widget
1952
1952
  * @param child_property the name of a child property installed on the class of `container`
1953
1953
  */
1954
- child_notify(child: Gtk.Widget, child_property: string | null): void
1954
+ child_notify(child: Gtk.Widget, child_property: string): void
1955
1955
 
1956
1956
  // Overloads of child_notify
1957
1957
 
@@ -1965,7 +1965,7 @@ interface DockItemGrip extends Atk.ImplementorIface, Gtk.Buildable {
1965
1965
  * Also see gtk_container_child_notify().
1966
1966
  * @param child_property the name of a child property installed on the class of `widget’`s parent
1967
1967
  */
1968
- child_notify(child_property: string | null): void
1968
+ child_notify(child_property: string): void
1969
1969
  /**
1970
1970
  * Emits a #GtkWidget::child-notify signal for the
1971
1971
  * [child property][child-properties] `child_property`
@@ -1976,7 +1976,7 @@ interface DockItemGrip extends Atk.ImplementorIface, Gtk.Buildable {
1976
1976
  * Also see gtk_container_child_notify().
1977
1977
  * @param child_property the name of a child property installed on the class of `widget’`s parent
1978
1978
  */
1979
- child_notify(child_property: string | null): void
1979
+ child_notify(child_property: string): void
1980
1980
 
1981
1981
  // Class property signals of Gdl-3.Gdl.DockItemGrip
1982
1982
 
@@ -2181,7 +2181,7 @@ interface DockLayout {
2181
2181
  * This will set #GdlDockLayout:dirty to %TRUE.
2182
2182
  * @param name The name of the layout to delete.
2183
2183
  */
2184
- delete_layout(name: string | null): void
2184
+ delete_layout(name: string): void
2185
2185
  /**
2186
2186
  * Get the list of layout names including or not the default layout.
2187
2187
  * @param include_default %TRUE to include the default layout.
@@ -2204,7 +2204,7 @@ interface DockLayout {
2204
2204
  * @param filename The name of the file to load.
2205
2205
  * @returns %TRUE if @layout successfully loaded else %FALSE
2206
2206
  */
2207
- load_from_file(filename: string | null): boolean
2207
+ load_from_file(filename: string): boolean
2208
2208
  /**
2209
2209
  * Loads the layout with the given name from the memory.
2210
2210
  * This will set #GdlDockLayout:dirty to %TRUE.
@@ -2228,7 +2228,7 @@ interface DockLayout {
2228
2228
  * @param filename Name of the file we want to save in layout
2229
2229
  * @returns %TRUE if @layout successfuly save to the file, otherwise %FALSE.
2230
2230
  */
2231
- save_to_file(filename: string | null): boolean
2231
+ save_to_file(filename: string): boolean
2232
2232
  /**
2233
2233
  * Attach the `layout` to the `master` and delete the reference to
2234
2234
  * the master that the layout attached previously. Instead of setting `master`
@@ -2375,7 +2375,7 @@ interface DockMaster {
2375
2375
  * @param nick_name the name of the dock widget.
2376
2376
  * @returns A #GdlDockObject named @nick_name or %NULL if it does not exist.
2377
2377
  */
2378
- get_object(nick_name: string | null): DockObject | null
2378
+ get_object(nick_name: string): DockObject | null
2379
2379
  /**
2380
2380
  * Remove one dock widget from the master.
2381
2381
  * @param object a #GdlDockObject
@@ -2576,7 +2576,7 @@ interface DockNotebook extends Atk.ImplementorIface, Gtk.Buildable {
2576
2576
  * @param child the child widget
2577
2577
  * @param child_property the name of a child property installed on the class of `container`
2578
2578
  */
2579
- child_notify(child: Gtk.Widget, child_property: string | null): void
2579
+ child_notify(child: Gtk.Widget, child_property: string): void
2580
2580
 
2581
2581
  // Overloads of child_notify
2582
2582
 
@@ -2590,7 +2590,7 @@ interface DockNotebook extends Atk.ImplementorIface, Gtk.Buildable {
2590
2590
  * Also see gtk_container_child_notify().
2591
2591
  * @param child_property the name of a child property installed on the class of `widget’`s parent
2592
2592
  */
2593
- child_notify(child_property: string | null): void
2593
+ child_notify(child_property: string): void
2594
2594
  /**
2595
2595
  * Emits a #GtkWidget::child-notify signal for the
2596
2596
  * [child property][child-properties] `child_property`
@@ -2601,7 +2601,7 @@ interface DockNotebook extends Atk.ImplementorIface, Gtk.Buildable {
2601
2601
  * Also see gtk_container_child_notify().
2602
2602
  * @param child_property the name of a child property installed on the class of `widget’`s parent
2603
2603
  */
2604
- child_notify(child_property: string | null): void
2604
+ child_notify(child_property: string): void
2605
2605
 
2606
2606
  // Class property signals of Gdl-3.Gdl.DockNotebook
2607
2607
 
@@ -2813,7 +2813,7 @@ class DockNotebook extends DockItem {
2813
2813
  * @param behavior General behavior for the dock item (i.e. whether it can float, if it's locked, etc.), as specified by #GdlDockItemBehavior flags.
2814
2814
  * @returns The newly created dock item grip widget.
2815
2815
  */
2816
- static new(name: string | null, long_name: string | null, behavior: DockItemBehavior): DockItem
2816
+ static new(name: string, long_name: string, behavior: DockItemBehavior): DockItem
2817
2817
  _init(config?: DockNotebook.ConstructorProperties): void
2818
2818
  }
2819
2819
 
@@ -2983,7 +2983,7 @@ interface DockObject extends Atk.ImplementorIface, Gtk.Buildable {
2983
2983
  * which can be displayed in the user interface.
2984
2984
  * @returns the name of the object.
2985
2985
  */
2986
- get_long_name(): string | null
2986
+ get_long_name(): string
2987
2987
  /**
2988
2988
  * Retrieves the master of the object.
2989
2989
  * @returns a #GdlDockMaster object
@@ -2993,7 +2993,7 @@ interface DockObject extends Atk.ImplementorIface, Gtk.Buildable {
2993
2993
  * Retrieves the name of the object. This name is used to identify the object.
2994
2994
  * @returns the name of the object.
2995
2995
  */
2996
- get_name(): string | null
2996
+ get_name(): string
2997
2997
  /**
2998
2998
  * Returns a parent #GdlDockObject if it exists.
2999
2999
  * @returns a #GdlDockObject or %NULL if such object does not exist.
@@ -3008,7 +3008,7 @@ interface DockObject extends Atk.ImplementorIface, Gtk.Buildable {
3008
3008
  * Retrieves the a stock id used as the object icon.
3009
3009
  * @returns A stock id corresponding to the object icon.
3010
3010
  */
3011
- get_stock_id(): string | null
3011
+ get_stock_id(): string
3012
3012
  /**
3013
3013
  * Get the top level #GdlDock widget of `object` or %NULL if cannot be found.
3014
3014
  * @returns A #GdlDock or %NULL.
@@ -3112,7 +3112,7 @@ interface DockObject extends Atk.ImplementorIface, Gtk.Buildable {
3112
3112
  * which can be displayed in the user interface.
3113
3113
  * @param name a name for the object
3114
3114
  */
3115
- set_long_name(name: string | null): void
3115
+ set_long_name(name: string): void
3116
3116
  /**
3117
3117
  * A #GdlDockObject is managed by default by the dock master, use this function
3118
3118
  * to make it a manual object if you want to manage the destruction of the
@@ -3123,7 +3123,7 @@ interface DockObject extends Atk.ImplementorIface, Gtk.Buildable {
3123
3123
  * Set the name of the object used to identify it.
3124
3124
  * @param name a name for the object
3125
3125
  */
3126
- set_name(name: string | null): void
3126
+ set_name(name: string): void
3127
3127
  /**
3128
3128
  * Set a icon for a dock object using a #GdkPixbuf.
3129
3129
  * @param icon a icon or %NULL
@@ -3133,7 +3133,7 @@ interface DockObject extends Atk.ImplementorIface, Gtk.Buildable {
3133
3133
  * Set an icon for the dock object using a stock id.
3134
3134
  * @param stock_id a stock id
3135
3135
  */
3136
- set_stock_id(stock_id: string | null): void
3136
+ set_stock_id(stock_id: string): void
3137
3137
  /**
3138
3138
  * Thaws a dock object frozen with gdl_dock_object_freeze().
3139
3139
  * Any pending reduce calls are made, maybe leading to the destruction of
@@ -3158,7 +3158,7 @@ interface DockObject extends Atk.ImplementorIface, Gtk.Buildable {
3158
3158
  * @param child the child widget
3159
3159
  * @param child_property the name of a child property installed on the class of `container`
3160
3160
  */
3161
- child_notify(child: Gtk.Widget, child_property: string | null): void
3161
+ child_notify(child: Gtk.Widget, child_property: string): void
3162
3162
 
3163
3163
  // Overloads of child_notify
3164
3164
 
@@ -3172,7 +3172,7 @@ interface DockObject extends Atk.ImplementorIface, Gtk.Buildable {
3172
3172
  * Also see gtk_container_child_notify().
3173
3173
  * @param child_property the name of a child property installed on the class of `widget’`s parent
3174
3174
  */
3175
- child_notify(child_property: string | null): void
3175
+ child_notify(child_property: string): void
3176
3176
  /**
3177
3177
  * Emits a #GtkWidget::child-notify signal for the
3178
3178
  * [child property][child-properties] `child_property`
@@ -3183,7 +3183,7 @@ interface DockObject extends Atk.ImplementorIface, Gtk.Buildable {
3183
3183
  * Also see gtk_container_child_notify().
3184
3184
  * @param child_property the name of a child property installed on the class of `widget’`s parent
3185
3185
  */
3186
- child_notify(child_property: string | null): void
3186
+ child_notify(child_property: string): void
3187
3187
 
3188
3188
  // Own virtual methods of Gdl-3.Gdl.DockObject
3189
3189
 
@@ -3422,7 +3422,7 @@ class DockObject extends Gtk.Container {
3422
3422
  * @param type The type for which to find the nickname
3423
3423
  * @returns If the object has a nickname, then it is returned. Otherwise, the type name.
3424
3424
  */
3425
- static nick_from_type(type: GObject.GType): string | null
3425
+ static nick_from_type(type: GObject.GType): string
3426
3426
  /**
3427
3427
  * Assigns an object type to a given nickname. If the nickname already exists,
3428
3428
  * then it reassigns it to a new object type.
@@ -3430,13 +3430,13 @@ class DockObject extends Gtk.Container {
3430
3430
  * @param type The object type
3431
3431
  * @returns If the nick was previously assigned, the old type is returned. Otherwise, %G_TYPE_NONE.
3432
3432
  */
3433
- static set_type_for_nick(nick: string | null, type: GObject.GType): GObject.GType
3433
+ static set_type_for_nick(nick: string, type: GObject.GType): GObject.GType
3434
3434
  /**
3435
3435
  * Finds the object type assigned to a given nickname.
3436
3436
  * @param nick The nickname for the object type
3437
3437
  * @returns If the nickname has previously been assigned, then the corresponding object type is returned. Otherwise, %G_TYPE_NONE.
3438
3438
  */
3439
- static type_from_nick(nick: string | null): GObject.GType
3439
+ static type_from_nick(nick: string): GObject.GType
3440
3440
  }
3441
3441
 
3442
3442
  module DockPaned {
@@ -3582,7 +3582,7 @@ interface DockPaned extends Atk.ImplementorIface, Gtk.Buildable {
3582
3582
  * @param child the child widget
3583
3583
  * @param child_property the name of a child property installed on the class of `container`
3584
3584
  */
3585
- child_notify(child: Gtk.Widget, child_property: string | null): void
3585
+ child_notify(child: Gtk.Widget, child_property: string): void
3586
3586
 
3587
3587
  // Overloads of child_notify
3588
3588
 
@@ -3596,7 +3596,7 @@ interface DockPaned extends Atk.ImplementorIface, Gtk.Buildable {
3596
3596
  * Also see gtk_container_child_notify().
3597
3597
  * @param child_property the name of a child property installed on the class of `widget’`s parent
3598
3598
  */
3599
- child_notify(child_property: string | null): void
3599
+ child_notify(child_property: string): void
3600
3600
  /**
3601
3601
  * Emits a #GtkWidget::child-notify signal for the
3602
3602
  * [child property][child-properties] `child_property`
@@ -3607,7 +3607,7 @@ interface DockPaned extends Atk.ImplementorIface, Gtk.Buildable {
3607
3607
  * Also see gtk_container_child_notify().
3608
3608
  * @param child_property the name of a child property installed on the class of `widget’`s parent
3609
3609
  */
3610
- child_notify(child_property: string | null): void
3610
+ child_notify(child_property: string): void
3611
3611
 
3612
3612
  // Class property signals of Gdl-3.Gdl.DockPaned
3613
3613
 
@@ -3821,7 +3821,7 @@ class DockPaned extends DockItem {
3821
3821
  * @param behavior General behavior for the dock item (i.e. whether it can float, if it's locked, etc.), as specified by #GdlDockItemBehavior flags.
3822
3822
  * @returns The newly created dock item grip widget.
3823
3823
  */
3824
- static new(name: string | null, long_name: string | null, behavior: DockItemBehavior): DockItem
3824
+ static new(name: string, long_name: string, behavior: DockItemBehavior): DockItem
3825
3825
  _init(config?: DockPaned.ConstructorProperties): void
3826
3826
  }
3827
3827
 
@@ -3982,7 +3982,7 @@ interface DockPlaceholder extends Atk.ImplementorIface, Gtk.Buildable {
3982
3982
  * @param child the child widget
3983
3983
  * @param child_property the name of a child property installed on the class of `container`
3984
3984
  */
3985
- child_notify(child: Gtk.Widget, child_property: string | null): void
3985
+ child_notify(child: Gtk.Widget, child_property: string): void
3986
3986
 
3987
3987
  // Overloads of child_notify
3988
3988
 
@@ -3996,7 +3996,7 @@ interface DockPlaceholder extends Atk.ImplementorIface, Gtk.Buildable {
3996
3996
  * Also see gtk_container_child_notify().
3997
3997
  * @param child_property the name of a child property installed on the class of `widget’`s parent
3998
3998
  */
3999
- child_notify(child_property: string | null): void
3999
+ child_notify(child_property: string): void
4000
4000
  /**
4001
4001
  * Emits a #GtkWidget::child-notify signal for the
4002
4002
  * [child property][child-properties] `child_property`
@@ -4007,7 +4007,7 @@ interface DockPlaceholder extends Atk.ImplementorIface, Gtk.Buildable {
4007
4007
  * Also see gtk_container_child_notify().
4008
4008
  * @param child_property the name of a child property installed on the class of `widget’`s parent
4009
4009
  */
4010
- child_notify(child_property: string | null): void
4010
+ child_notify(child_property: string): void
4011
4011
 
4012
4012
  // Class property signals of Gdl-3.Gdl.DockPlaceholder
4013
4013
 
@@ -4200,7 +4200,7 @@ class DockPlaceholder extends DockObject {
4200
4200
  * @param sticky %TRUE if the placeholder move with the `object`
4201
4201
  * @returns The newly created placeholder.
4202
4202
  */
4203
- constructor(name: string | null, object: DockObject, position: DockPlacement, sticky: boolean)
4203
+ constructor(name: string, object: DockObject, position: DockPlacement, sticky: boolean)
4204
4204
  /**
4205
4205
  * Creates a new dock placeholder at `object` place. This is a kind of marker
4206
4206
  * allowing you to dock new items later at this place. It is not completely
@@ -4212,7 +4212,7 @@ class DockPlaceholder extends DockObject {
4212
4212
  * @param sticky %TRUE if the placeholder move with the `object`
4213
4213
  * @returns The newly created placeholder.
4214
4214
  */
4215
- static new(name: string | null, object: DockObject, position: DockPlacement, sticky: boolean): DockPlaceholder
4215
+ static new(name: string, object: DockObject, position: DockPlacement, sticky: boolean): DockPlaceholder
4216
4216
  _init(config?: DockPlaceholder.ConstructorProperties): void
4217
4217
  }
4218
4218
 
@@ -4286,7 +4286,7 @@ interface DockTablabel extends Atk.ImplementorIface, Gtk.Buildable {
4286
4286
  * @param child the child widget
4287
4287
  * @param child_property the name of a child property installed on the class of `container`
4288
4288
  */
4289
- child_notify(child: Gtk.Widget, child_property: string | null): void
4289
+ child_notify(child: Gtk.Widget, child_property: string): void
4290
4290
 
4291
4291
  // Overloads of child_notify
4292
4292
 
@@ -4300,7 +4300,7 @@ interface DockTablabel extends Atk.ImplementorIface, Gtk.Buildable {
4300
4300
  * Also see gtk_container_child_notify().
4301
4301
  * @param child_property the name of a child property installed on the class of `widget’`s parent
4302
4302
  */
4303
- child_notify(child_property: string | null): void
4303
+ child_notify(child_property: string): void
4304
4304
  /**
4305
4305
  * Emits a #GtkWidget::child-notify signal for the
4306
4306
  * [child property][child-properties] `child_property`
@@ -4311,7 +4311,7 @@ interface DockTablabel extends Atk.ImplementorIface, Gtk.Buildable {
4311
4311
  * Also see gtk_container_child_notify().
4312
4312
  * @param child_property the name of a child property installed on the class of `widget’`s parent
4313
4313
  */
4314
- child_notify(child_property: string | null): void
4314
+ child_notify(child_property: string): void
4315
4315
 
4316
4316
  // Own virtual methods of Gdl-3.Gdl.DockTablabel
4317
4317
 
@@ -4544,7 +4544,7 @@ interface PreviewWindow extends Atk.ImplementorIface, Gtk.Buildable {
4544
4544
  * @param child the child widget
4545
4545
  * @param child_property the name of a child property installed on the class of `container`
4546
4546
  */
4547
- child_notify(child: Gtk.Widget, child_property: string | null): void
4547
+ child_notify(child: Gtk.Widget, child_property: string): void
4548
4548
 
4549
4549
  // Overloads of child_notify
4550
4550
 
@@ -4558,7 +4558,7 @@ interface PreviewWindow extends Atk.ImplementorIface, Gtk.Buildable {
4558
4558
  * Also see gtk_container_child_notify().
4559
4559
  * @param child_property the name of a child property installed on the class of `widget’`s parent
4560
4560
  */
4561
- child_notify(child_property: string | null): void
4561
+ child_notify(child_property: string): void
4562
4562
  /**
4563
4563
  * Emits a #GtkWidget::child-notify signal for the
4564
4564
  * [child property][child-properties] `child_property`
@@ -4569,7 +4569,7 @@ interface PreviewWindow extends Atk.ImplementorIface, Gtk.Buildable {
4569
4569
  * Also see gtk_container_child_notify().
4570
4570
  * @param child_property the name of a child property installed on the class of `widget’`s parent
4571
4571
  */
4572
- child_notify(child_property: string | null): void
4572
+ child_notify(child_property: string): void
4573
4573
 
4574
4574
  // Class property signals of Gdl-3.Gdl.PreviewWindow
4575
4575
 
@@ -4915,7 +4915,7 @@ interface Switcher extends Atk.ImplementorIface, Gtk.Buildable {
4915
4915
  * @param position The position at which to create the page
4916
4916
  * @returns The index (starting from 0) of the appended page in the notebook, or -1 if function fails
4917
4917
  */
4918
- insert_page(page: Gtk.Widget, tab_widget: Gtk.Widget, label: string | null, tooltips: string | null, stock_id: string | null, pixbuf_icon: GdkPixbuf.Pixbuf, position: number): number
4918
+ insert_page(page: Gtk.Widget, tab_widget: Gtk.Widget, label: string, tooltips: string, stock_id: string, pixbuf_icon: GdkPixbuf.Pixbuf, position: number): number
4919
4919
 
4920
4920
  // Overloads of insert_page
4921
4921
 
@@ -4941,7 +4941,7 @@ interface Switcher extends Atk.ImplementorIface, Gtk.Buildable {
4941
4941
  * @param child the child widget
4942
4942
  * @param child_property the name of a child property installed on the class of `container`
4943
4943
  */
4944
- child_notify(child: Gtk.Widget, child_property: string | null): void
4944
+ child_notify(child: Gtk.Widget, child_property: string): void
4945
4945
 
4946
4946
  // Overloads of child_notify
4947
4947
 
@@ -4955,7 +4955,7 @@ interface Switcher extends Atk.ImplementorIface, Gtk.Buildable {
4955
4955
  * Also see gtk_container_child_notify().
4956
4956
  * @param child_property the name of a child property installed on the class of `widget’`s parent
4957
4957
  */
4958
- child_notify(child_property: string | null): void
4958
+ child_notify(child_property: string): void
4959
4959
  /**
4960
4960
  * Emits a #GtkWidget::child-notify signal for the
4961
4961
  * [child property][child-properties] `child_property`
@@ -4966,7 +4966,7 @@ interface Switcher extends Atk.ImplementorIface, Gtk.Buildable {
4966
4966
  * Also see gtk_container_child_notify().
4967
4967
  * @param child_property the name of a child property installed on the class of `widget’`s parent
4968
4968
  */
4969
- child_notify(child_property: string | null): void
4969
+ child_notify(child_property: string): void
4970
4970
 
4971
4971
  // Class property signals of Gdl-3.Gdl.Switcher
4972
4972
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/gdl-3",
3
- "version": "3.0.0-3.2.6",
3
+ "version": "3.0.0-3.2.7",
4
4
  "description": "GJS TypeScript type definitions for Gdl-3, generated from library version 3.0.0",
5
5
  "type": "module",
6
6
  "module": "gdl-3.js",
@@ -25,20 +25,20 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gdl-3.d.cts"
26
26
  },
27
27
  "dependencies": {
28
- "@girs/atk-1.0": "^2.50.0-3.2.6",
29
- "@girs/cairo-1.0": "^1.0.0-3.2.6",
30
- "@girs/freetype2-2.0": "^2.0.0-3.2.6",
31
- "@girs/gdk-3.0": "^3.24.38-3.2.6",
32
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.6",
33
- "@girs/gio-2.0": "^2.78.0-3.2.6",
34
- "@girs/gjs": "^3.2.6",
35
- "@girs/glib-2.0": "^2.78.0-3.2.6",
36
- "@girs/gmodule-2.0": "^2.0.0-3.2.6",
37
- "@girs/gobject-2.0": "^2.78.0-3.2.6",
38
- "@girs/gtk-3.0": "^3.24.38-3.2.6",
39
- "@girs/harfbuzz-0.0": "^8.2.1-3.2.6",
40
- "@girs/pango-1.0": "^1.51.0-3.2.6",
41
- "@girs/xlib-2.0": "^2.0.0-3.2.6"
28
+ "@girs/atk-1.0": "^2.50.0-3.2.7",
29
+ "@girs/cairo-1.0": "^1.0.0-3.2.7",
30
+ "@girs/freetype2-2.0": "^2.0.0-3.2.7",
31
+ "@girs/gdk-3.0": "^3.24.38-3.2.7",
32
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.7",
33
+ "@girs/gio-2.0": "^2.78.0-3.2.7",
34
+ "@girs/gjs": "^3.2.7",
35
+ "@girs/glib-2.0": "^2.78.0-3.2.7",
36
+ "@girs/gmodule-2.0": "^2.0.0-3.2.7",
37
+ "@girs/gobject-2.0": "^2.78.0-3.2.7",
38
+ "@girs/gtk-3.0": "^3.24.38-3.2.7",
39
+ "@girs/harfbuzz-0.0": "^8.2.1-3.2.7",
40
+ "@girs/pango-1.0": "^1.51.0-3.2.7",
41
+ "@girs/xlib-2.0": "^2.0.0-3.2.7"
42
42
  },
43
43
  "devDependencies": {
44
44
  "typescript": "*"