@girs/tepl-5 5.0.0-3.2.8 → 5.0.0-3.3.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.
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/tepl-5)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Tepl-5, generated from library version 5.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
8
+ GJS TypeScript type definitions for Tepl-5, generated from library version 5.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.3.0.
9
9
 
10
10
 
11
11
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/tepl-5",
3
- "version": "5.0.0-3.2.8",
3
+ "version": "5.0.0-3.3.0",
4
4
  "description": "GJS TypeScript type definitions for Tepl-5, generated from library version 5.0.0",
5
5
  "type": "module",
6
6
  "module": "tepl-5.js",
@@ -31,22 +31,22 @@
31
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit tepl-5.d.cts"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/amtk-5": "^5.0.0-3.2.8",
35
- "@girs/atk-1.0": "^2.45.1-3.2.8",
36
- "@girs/cairo-1.0": "^1.0.0-3.2.8",
37
- "@girs/freetype2-2.0": "^2.0.0-3.2.8",
38
- "@girs/gdk-3.0": "^3.24.39-3.2.8",
39
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.8",
40
- "@girs/gio-2.0": "^2.77.0-3.2.8",
41
- "@girs/gjs": "^3.2.8",
42
- "@girs/glib-2.0": "^2.77.0-3.2.8",
43
- "@girs/gmodule-2.0": "^2.0.0-3.2.8",
44
- "@girs/gobject-2.0": "^2.77.0-3.2.8",
45
- "@girs/gtk-3.0": "^3.24.39-3.2.8",
46
- "@girs/gtksource-4": "^4.0.0-3.2.8",
47
- "@girs/harfbuzz-0.0": "^8.1.1-3.2.8",
48
- "@girs/pango-1.0": "^1.51.0-3.2.8",
49
- "@girs/xlib-2.0": "^2.0.0-3.2.8"
34
+ "@girs/amtk-5": "^5.0.0-3.3.0",
35
+ "@girs/atk-1.0": "^2.50.1-3.3.0",
36
+ "@girs/cairo-1.0": "^1.0.0-3.3.0",
37
+ "@girs/freetype2-2.0": "^2.0.0-3.3.0",
38
+ "@girs/gdk-3.0": "^3.24.41-3.3.0",
39
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.3.0",
40
+ "@girs/gio-2.0": "^2.78.0-3.3.0",
41
+ "@girs/gjs": "^3.3.0",
42
+ "@girs/glib-2.0": "^2.78.0-3.3.0",
43
+ "@girs/gmodule-2.0": "^2.0.0-3.3.0",
44
+ "@girs/gobject-2.0": "^2.78.0-3.3.0",
45
+ "@girs/gtk-3.0": "^3.24.41-3.3.0",
46
+ "@girs/gtksource-4": "^4.0.0-3.3.0",
47
+ "@girs/harfbuzz-0.0": "^8.2.1-3.3.0",
48
+ "@girs/pango-1.0": "^1.51.0-3.3.0",
49
+ "@girs/xlib-2.0": "^2.0.0-3.3.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "typescript": "*"
@@ -4,9 +4,5 @@ declare module 'gi://Tepl?version=5' {
4
4
  export default Tepl5;
5
5
  }
6
6
 
7
- declare module 'gi://Tepl' {
8
- import Tepl5 from '@girs/tepl-5';
9
- export default Tepl5;
10
- }
11
7
 
12
8
 
package/tepl-5.d.cts CHANGED
@@ -298,7 +298,7 @@ export function utils_list_box_clear(list_box: Gtk.ListBox): void
298
298
  * increasing index order (as returned by gtk_list_box_row_get_index()).
299
299
  * @param list_box a #GtkListBox.
300
300
  * @param filter_func non-%NULL callback function.
301
- * @returns a %NULL-terminated array of #GtkListBoxRow objects, or %NULL. Free with g_free() when no longer needed.
301
+ * @returns a %NULL-terminated array of #GtkListBoxRow objects, or %NULL. Free with g_free() when no longer needed.
302
302
  */
303
303
  export function utils_list_box_get_filtered_children(list_box: Gtk.ListBox, filter_func: Gtk.ListBoxFilterFunc): [ /* returnType */ Gtk.ListBoxRow[] | null, /* n_filtered_children */ number ]
304
304
  /**
package/tepl-5.d.ts CHANGED
@@ -300,7 +300,7 @@ function utils_list_box_clear(list_box: Gtk.ListBox): void
300
300
  * increasing index order (as returned by gtk_list_box_row_get_index()).
301
301
  * @param list_box a #GtkListBox.
302
302
  * @param filter_func non-%NULL callback function.
303
- * @returns a %NULL-terminated array of #GtkListBoxRow objects, or %NULL. Free with g_free() when no longer needed.
303
+ * @returns a %NULL-terminated array of #GtkListBoxRow objects, or %NULL. Free with g_free() when no longer needed.
304
304
  */
305
305
  function utils_list_box_get_filtered_children(list_box: Gtk.ListBox, filter_func: Gtk.ListBoxFilterFunc): [ /* returnType */ Gtk.ListBoxRow[] | null, /* n_filtered_children */ number ]
306
306
  /**