@girs/gimp-3.0 3.2.0-4.0.0-rc.17 → 3.2.0-4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/gimp-3.0.d.ts +11 -11
  3. package/package.json +15 -15
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/gimp-3.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Gimp-3.0, generated from library version 3.2.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-rc.17.
8
+ GJS TypeScript type definitions for Gimp-3.0, generated from library version 3.2.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0.
9
9
 
10
10
  ## Install
11
11
 
package/gimp-3.0.d.ts CHANGED
@@ -3086,7 +3086,7 @@ export namespace ParamArray {
3086
3086
  * @param parent_window An optional parent window handle for the popup to be set transient to.
3087
3087
  * @returns TRUE on success.
3088
3088
  */
3089
- function brushes_popup(brush_callback: string, popup_title: string, initial_brush: Brush | null, parent_window: GLib.Bytes | null): boolean;
3089
+ function brushes_popup(brush_callback: string, popup_title: string, initial_brush: Brush | null, parent_window: GLib.Bytes | Uint8Array | null): boolean;
3090
3090
 
3091
3091
  /**
3092
3092
  * Refresh current brushes. This function always succeeds.
@@ -5269,7 +5269,7 @@ export namespace ParamArray {
5269
5269
  * @returns TRUE on success.
5270
5270
  * @deprecated since 3.2: Use `gimp_items_popup()` instead.
5271
5271
  */
5272
- function drawables_popup(callback: string, popup_title: string, drawable_type: string, initial_drawable: Drawable | null, parent_window: GLib.Bytes | null): boolean;
5272
+ function drawables_popup(callback: string, popup_title: string, drawable_type: string, initial_drawable: Drawable | null, parent_window: GLib.Bytes | Uint8Array | null): boolean;
5273
5273
 
5274
5274
  /**
5275
5275
  * Sets the selected drawable in a drawable selection dialog.
@@ -5931,7 +5931,7 @@ export namespace ParamArray {
5931
5931
  * @param parent_window An optional parent window handle for the popup to be set transient to.
5932
5932
  * @returns TRUE on success.
5933
5933
  */
5934
- function fonts_popup(font_callback: string, popup_title: string, initial_font: Font | null, parent_window: GLib.Bytes | null): boolean;
5934
+ function fonts_popup(font_callback: string, popup_title: string, initial_font: Font | null, parent_window: GLib.Bytes | Uint8Array | null): boolean;
5935
5935
 
5936
5936
  /**
5937
5937
  * Refresh current fonts. This function always succeeds.
@@ -6125,7 +6125,7 @@ export namespace ParamArray {
6125
6125
  * @param parent_window An optional parent window handle for the popup to be set transient to.
6126
6126
  * @returns TRUE on success.
6127
6127
  */
6128
- function gradients_popup(gradient_callback: string, popup_title: string, initial_gradient: Gradient | null, parent_window: GLib.Bytes | null): boolean;
6128
+ function gradients_popup(gradient_callback: string, popup_title: string, initial_gradient: Gradient | null, parent_window: GLib.Bytes | Uint8Array | null): boolean;
6129
6129
 
6130
6130
  /**
6131
6131
  * Refresh current gradients. This function always succeeds.
@@ -6224,7 +6224,7 @@ export namespace ParamArray {
6224
6224
  * @param parent_window An optional parent window handle for the popup to be set transient to.
6225
6225
  * @returns TRUE on success.
6226
6226
  */
6227
- function images_popup(callback: string, popup_title: string, initial_image: Image | null, parent_window: GLib.Bytes | null): boolean;
6227
+ function images_popup(callback: string, popup_title: string, initial_image: Image | null, parent_window: GLib.Bytes | Uint8Array | null): boolean;
6228
6228
 
6229
6229
  /**
6230
6230
  * Sets the selected image in a image selection dialog.
@@ -6300,7 +6300,7 @@ export namespace ParamArray {
6300
6300
  * @param parent_window An optional parent window handle for the popup to be set transient to.
6301
6301
  * @returns TRUE on success.
6302
6302
  */
6303
- function items_popup(callback: string, popup_title: string, item_type: string, initial_item: Item | null, parent_window: GLib.Bytes | null): boolean;
6303
+ function items_popup(callback: string, popup_title: string, item_type: string, initial_item: Item | null, parent_window: GLib.Bytes | Uint8Array | null): boolean;
6304
6304
 
6305
6305
  /**
6306
6306
  * Sets the selected item in a item selection dialog.
@@ -6465,7 +6465,7 @@ export namespace ParamArray {
6465
6465
  * @param parent_window An optional parent window handle for the popup to be set transient to.
6466
6466
  * @returns TRUE on success.
6467
6467
  */
6468
- function palettes_popup(palette_callback: string, popup_title: string, initial_palette: Palette | null, parent_window: GLib.Bytes | null): boolean;
6468
+ function palettes_popup(palette_callback: string, popup_title: string, initial_palette: Palette | null, parent_window: GLib.Bytes | Uint8Array | null): boolean;
6469
6469
 
6470
6470
  /**
6471
6471
  * Refreshes current palettes. This function always succeeds.
@@ -7243,7 +7243,7 @@ export namespace ParamArray {
7243
7243
  * @param parent_window An optional parent window handle for the popup to be set transient to.
7244
7244
  * @returns TRUE on success.
7245
7245
  */
7246
- function patterns_popup(pattern_callback: string, popup_title: string, initial_pattern: Pattern | null, parent_window: GLib.Bytes | null): boolean;
7246
+ function patterns_popup(pattern_callback: string, popup_title: string, initial_pattern: Pattern | null, parent_window: GLib.Bytes | Uint8Array | null): boolean;
7247
7247
 
7248
7248
  /**
7249
7249
  * Refresh current patterns. This function always succeeds.
@@ -23057,7 +23057,7 @@ export namespace ParamArray {
23057
23057
  * @param value {@link GObject.Value} to copy into {@link Gimp.ValueArray}, or `null`
23058
23058
  * @returns the {@link Gimp.ValueArray} passed in as `value_array`
23059
23059
  */
23060
- append(value: GObject.Value | null): ValueArray;
23060
+ append(value: GObject.Value | any | null): ValueArray;
23061
23061
 
23062
23062
  /**
23063
23063
  * Return an exact copy of a {@link Gimp.ValueArray} by duplicating all its values.
@@ -23117,7 +23117,7 @@ export namespace ParamArray {
23117
23117
  * @param value {@link GObject.Value} to copy into {@link Gimp.ValueArray}, or `null`
23118
23118
  * @returns the {@link Gimp.ValueArray} passed in as `value_array`
23119
23119
  */
23120
- insert(index: number, value: GObject.Value | null): ValueArray;
23120
+ insert(index: number, value: GObject.Value | any | null): ValueArray;
23121
23121
 
23122
23122
  length(): number;
23123
23123
 
@@ -23127,7 +23127,7 @@ export namespace ParamArray {
23127
23127
  * @param value {@link GObject.Value} to copy into {@link Gimp.ValueArray}, or `null`
23128
23128
  * @returns the {@link Gimp.ValueArray} passed in as `value_array`
23129
23129
  */
23130
- prepend(value: GObject.Value | null): ValueArray;
23130
+ prepend(value: GObject.Value | any | null): ValueArray;
23131
23131
 
23132
23132
  /**
23133
23133
  * Adds a reference to a {@link Gimp.ValueArray}.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/gimp-3.0",
3
- "version": "3.2.0-4.0.0-rc.17",
3
+ "version": "3.2.0-4.0.0",
4
4
  "description": "GJS TypeScript type definitions for Gimp-3.0, generated from library version 3.2.0",
5
5
  "type": "module",
6
6
  "module": "gimp-3.0.js",
@@ -31,20 +31,20 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "4.0.0-rc.17",
35
- "@girs/cairo-1.0": "1.0.0-4.0.0-rc.17",
36
- "@girs/gobject-2.0": "2.88.0-4.0.0-rc.17",
37
- "@girs/glib-2.0": "2.88.0-4.0.0-rc.17",
38
- "@girs/pango-1.0": "1.57.1-4.0.0-rc.17",
39
- "@girs/harfbuzz-0.0": "13.2.1-4.0.0-rc.17",
40
- "@girs/freetype2-2.0": "2.0.0-4.0.0-rc.17",
41
- "@girs/gio-2.0": "2.88.0-4.0.0-rc.17",
42
- "@girs/gmodule-2.0": "2.0.0-4.0.0-rc.17",
43
- "@girs/giounix-2.0": "2.0.0-4.0.0-rc.17",
44
- "@girs/gegl-0.4": "0.4.68-4.0.0-rc.17",
45
- "@girs/babl-0.1": "0.1.124-4.0.0-rc.17",
46
- "@girs/gdkpixbuf-2.0": "2.0.0-4.0.0-rc.17",
47
- "@girs/gexiv2-0.10": "0.14.6-4.0.0-rc.17" },
34
+ "@girs/gjs": "4.0.0",
35
+ "@girs/cairo-1.0": "1.0.0-4.0.0",
36
+ "@girs/gobject-2.0": "2.88.0-4.0.0",
37
+ "@girs/glib-2.0": "2.88.0-4.0.0",
38
+ "@girs/pango-1.0": "1.57.1-4.0.0",
39
+ "@girs/harfbuzz-0.0": "13.2.1-4.0.0",
40
+ "@girs/freetype2-2.0": "2.0.0-4.0.0",
41
+ "@girs/gio-2.0": "2.88.0-4.0.0",
42
+ "@girs/gmodule-2.0": "2.0.0-4.0.0",
43
+ "@girs/giounix-2.0": "2.0.0-4.0.0",
44
+ "@girs/gegl-0.4": "0.4.68-4.0.0",
45
+ "@girs/babl-0.1": "0.1.124-4.0.0",
46
+ "@girs/gdkpixbuf-2.0": "2.0.0-4.0.0",
47
+ "@girs/gexiv2-0.10": "0.14.6-4.0.0" },
48
48
  "devDependencies": {
49
49
  "typescript": "*"
50
50
  },