@girs/gtksource-3.0 3.0.0-3.2.2 → 3.0.0-3.2.4

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/gtksource-3.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for GtkSource-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.2.
8
+ GJS TypeScript type definitions for GtkSource-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.4.
9
9
 
10
10
  GtkSourceView is a portable C library that extends the standard GTK+ framework for multiline text editing with support for configurable syntax highlighting, unlimited undo/redo, search and replace, a completion framework, printing and other features typical of a source code editor.
11
11
 
@@ -1302,7 +1302,7 @@ export interface Buffer {
1302
1302
  * @param category category to search for, or %NULL
1303
1303
  * @returns whether @iter was moved.
1304
1304
  */
1305
- backward_iter_to_source_mark(iter: Gtk.TextIter, category: string | null): [ /* returnType */ boolean, /* iter */ Gtk.TextIter ]
1305
+ backward_iter_to_source_mark(iter: Gtk.TextIter, category: string | null): boolean
1306
1306
  /**
1307
1307
  * Marks the beginning of a not undoable action on the buffer,
1308
1308
  * disabling the undo manager. Typically you would call this function
@@ -1369,7 +1369,7 @@ export interface Buffer {
1369
1369
  * @param category category to search for, or %NULL
1370
1370
  * @returns whether @iter was moved.
1371
1371
  */
1372
- forward_iter_to_source_mark(iter: Gtk.TextIter, category: string | null): [ /* returnType */ boolean, /* iter */ Gtk.TextIter ]
1372
+ forward_iter_to_source_mark(iter: Gtk.TextIter, category: string | null): boolean
1373
1373
  /**
1374
1374
  * Get all defined context classes at `iter`.
1375
1375
  *
@@ -1445,7 +1445,7 @@ export interface Buffer {
1445
1445
  * @param context_class the context class.
1446
1446
  * @returns whether we found a context class toggle before @iter
1447
1447
  */
1448
- iter_backward_to_context_class_toggle(iter: Gtk.TextIter, context_class: string | null): [ /* returnType */ boolean, /* iter */ Gtk.TextIter ]
1448
+ iter_backward_to_context_class_toggle(iter: Gtk.TextIter, context_class: string | null): boolean
1449
1449
  /**
1450
1450
  * Moves forward to the next toggle (on or off) of the context class. If no
1451
1451
  * matching context class toggles are found, returns %FALSE, otherwise %TRUE.
@@ -1458,7 +1458,7 @@ export interface Buffer {
1458
1458
  * @param context_class the context class.
1459
1459
  * @returns whether we found a context class toggle after @iter
1460
1460
  */
1461
- iter_forward_to_context_class_toggle(iter: Gtk.TextIter, context_class: string | null): [ /* returnType */ boolean, /* iter */ Gtk.TextIter ]
1461
+ iter_forward_to_context_class_toggle(iter: Gtk.TextIter, context_class: string | null): boolean
1462
1462
  /**
1463
1463
  * Check if the class `context_class` is set on `iter`.
1464
1464
  *
@@ -1304,7 +1304,7 @@ interface Buffer {
1304
1304
  * @param category category to search for, or %NULL
1305
1305
  * @returns whether @iter was moved.
1306
1306
  */
1307
- backward_iter_to_source_mark(iter: Gtk.TextIter, category: string | null): [ /* returnType */ boolean, /* iter */ Gtk.TextIter ]
1307
+ backward_iter_to_source_mark(iter: Gtk.TextIter, category: string | null): boolean
1308
1308
  /**
1309
1309
  * Marks the beginning of a not undoable action on the buffer,
1310
1310
  * disabling the undo manager. Typically you would call this function
@@ -1371,7 +1371,7 @@ interface Buffer {
1371
1371
  * @param category category to search for, or %NULL
1372
1372
  * @returns whether @iter was moved.
1373
1373
  */
1374
- forward_iter_to_source_mark(iter: Gtk.TextIter, category: string | null): [ /* returnType */ boolean, /* iter */ Gtk.TextIter ]
1374
+ forward_iter_to_source_mark(iter: Gtk.TextIter, category: string | null): boolean
1375
1375
  /**
1376
1376
  * Get all defined context classes at `iter`.
1377
1377
  *
@@ -1447,7 +1447,7 @@ interface Buffer {
1447
1447
  * @param context_class the context class.
1448
1448
  * @returns whether we found a context class toggle before @iter
1449
1449
  */
1450
- iter_backward_to_context_class_toggle(iter: Gtk.TextIter, context_class: string | null): [ /* returnType */ boolean, /* iter */ Gtk.TextIter ]
1450
+ iter_backward_to_context_class_toggle(iter: Gtk.TextIter, context_class: string | null): boolean
1451
1451
  /**
1452
1452
  * Moves forward to the next toggle (on or off) of the context class. If no
1453
1453
  * matching context class toggles are found, returns %FALSE, otherwise %TRUE.
@@ -1460,7 +1460,7 @@ interface Buffer {
1460
1460
  * @param context_class the context class.
1461
1461
  * @returns whether we found a context class toggle after @iter
1462
1462
  */
1463
- iter_forward_to_context_class_toggle(iter: Gtk.TextIter, context_class: string | null): [ /* returnType */ boolean, /* iter */ Gtk.TextIter ]
1463
+ iter_forward_to_context_class_toggle(iter: Gtk.TextIter, context_class: string | null): boolean
1464
1464
  /**
1465
1465
  * Check if the class `context_class` is set on `iter`.
1466
1466
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/gtksource-3.0",
3
- "version": "3.0.0-3.2.2",
3
+ "version": "3.0.0-3.2.4",
4
4
  "description": "GJS TypeScript type definitions for GtkSource-3.0, generated from library version 3.0.0",
5
5
  "type": "module",
6
6
  "module": "gtksource-3.0.js",
@@ -25,20 +25,20 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gtksource-3.0.d.cts"
26
26
  },
27
27
  "dependencies": {
28
- "@girs/atk-1.0": "^2.45.1-3.2.2",
29
- "@girs/cairo-1.0": "^1.0.0-3.2.2",
30
- "@girs/freetype2-2.0": "^2.0.0-3.2.2",
31
- "@girs/gdk-3.0": "^3.24.39-3.2.2",
32
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.2",
33
- "@girs/gio-2.0": "^2.77.0-3.2.2",
34
- "@girs/gjs": "^3.2.2",
35
- "@girs/glib-2.0": "^2.77.0-3.2.2",
36
- "@girs/gmodule-2.0": "^2.0.0-3.2.2",
37
- "@girs/gobject-2.0": "^2.77.0-3.2.2",
38
- "@girs/gtk-3.0": "^3.24.39-3.2.2",
39
- "@girs/harfbuzz-0.0": "^7.1.0-3.2.2",
40
- "@girs/pango-1.0": "^1.51.0-3.2.2",
41
- "@girs/xlib-2.0": "^2.0.0-3.2.2"
28
+ "@girs/atk-1.0": "^2.50.0-3.2.4",
29
+ "@girs/cairo-1.0": "^1.0.0-3.2.4",
30
+ "@girs/freetype2-2.0": "^2.0.0-3.2.4",
31
+ "@girs/gdk-3.0": "^3.24.38-3.2.4",
32
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.4",
33
+ "@girs/gio-2.0": "^2.78.0-3.2.4",
34
+ "@girs/gjs": "^3.2.4",
35
+ "@girs/glib-2.0": "^2.78.0-3.2.4",
36
+ "@girs/gmodule-2.0": "^2.0.0-3.2.4",
37
+ "@girs/gobject-2.0": "^2.78.0-3.2.4",
38
+ "@girs/gtk-3.0": "^3.24.38-3.2.4",
39
+ "@girs/harfbuzz-0.0": "^8.2.1-3.2.4",
40
+ "@girs/pango-1.0": "^1.51.0-3.2.4",
41
+ "@girs/xlib-2.0": "^2.0.0-3.2.4"
42
42
  },
43
43
  "devDependencies": {
44
44
  "typescript": "*"