@girs/devhelp-3.0 3.0.0-3.2.5 → 3.0.0-3.2.6

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/devhelp-3.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Devhelp-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.5.
8
+ GJS TypeScript type definitions for Devhelp-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.6.
9
9
 
10
10
 
11
11
  ## Install
package/devhelp-3.0.d.cts CHANGED
@@ -2079,6 +2079,26 @@ export module Settings {
2079
2079
  * This property is independent of #DhSettings:use-system-fonts.
2080
2080
  */
2081
2081
  variable_font?: string | null
2082
+ /**
2083
+ * Font for text with fixed width, such as code examples.
2084
+ *
2085
+ * This property is independent of #DhSettings:use-system-fonts.
2086
+ */
2087
+ fixedFont?: string | null
2088
+ /**
2089
+ * Whether books should be grouped by programming language in the UI.
2090
+ */
2091
+ groupBooksByLanguage?: boolean | null
2092
+ /**
2093
+ * Whether to use the system default fonts.
2094
+ */
2095
+ useSystemFonts?: boolean | null
2096
+ /**
2097
+ * Font for text with variable width.
2098
+ *
2099
+ * This property is independent of #DhSettings:use-system-fonts.
2100
+ */
2101
+ variableFont?: string | null
2082
2102
  }
2083
2103
 
2084
2104
  }
@@ -2093,20 +2113,40 @@ export interface Settings {
2093
2113
  * This property is independent of #DhSettings:use-system-fonts.
2094
2114
  */
2095
2115
  fixed_font: string | null
2116
+ /**
2117
+ * Font for text with fixed width, such as code examples.
2118
+ *
2119
+ * This property is independent of #DhSettings:use-system-fonts.
2120
+ */
2121
+ fixedFont: string | null
2096
2122
  /**
2097
2123
  * Whether books should be grouped by programming language in the UI.
2098
2124
  */
2099
2125
  group_books_by_language: boolean
2126
+ /**
2127
+ * Whether books should be grouped by programming language in the UI.
2128
+ */
2129
+ groupBooksByLanguage: boolean
2100
2130
  /**
2101
2131
  * Whether to use the system default fonts.
2102
2132
  */
2103
2133
  use_system_fonts: boolean
2134
+ /**
2135
+ * Whether to use the system default fonts.
2136
+ */
2137
+ useSystemFonts: boolean
2104
2138
  /**
2105
2139
  * Font for text with variable width.
2106
2140
  *
2107
2141
  * This property is independent of #DhSettings:use-system-fonts.
2108
2142
  */
2109
2143
  variable_font: string | null
2144
+ /**
2145
+ * Font for text with variable width.
2146
+ *
2147
+ * This property is independent of #DhSettings:use-system-fonts.
2148
+ */
2149
+ variableFont: string | null
2110
2150
 
2111
2151
  // Own fields of Devhelp-3.0.Devhelp.Settings
2112
2152
 
@@ -2621,6 +2661,11 @@ export module Tab {
2621
2661
  * with the default #DhProfile.
2622
2662
  */
2623
2663
  web_view?: WebView | null
2664
+ /**
2665
+ * The #DhWebView of the tab. If set to %NULL a #DhWebView is created
2666
+ * with the default #DhProfile.
2667
+ */
2668
+ webView?: WebView | null
2624
2669
  }
2625
2670
 
2626
2671
  }
@@ -2634,6 +2679,11 @@ export interface Tab extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable
2634
2679
  * with the default #DhProfile.
2635
2680
  */
2636
2681
  readonly web_view: WebView
2682
+ /**
2683
+ * The #DhWebView of the tab. If set to %NULL a #DhWebView is created
2684
+ * with the default #DhProfile.
2685
+ */
2686
+ readonly webView: WebView
2637
2687
 
2638
2688
  // Own fields of Devhelp-3.0.Devhelp.Tab
2639
2689
 
package/devhelp-3.0.d.ts CHANGED
@@ -2081,6 +2081,26 @@ module Settings {
2081
2081
  * This property is independent of #DhSettings:use-system-fonts.
2082
2082
  */
2083
2083
  variable_font?: string | null
2084
+ /**
2085
+ * Font for text with fixed width, such as code examples.
2086
+ *
2087
+ * This property is independent of #DhSettings:use-system-fonts.
2088
+ */
2089
+ fixedFont?: string | null
2090
+ /**
2091
+ * Whether books should be grouped by programming language in the UI.
2092
+ */
2093
+ groupBooksByLanguage?: boolean | null
2094
+ /**
2095
+ * Whether to use the system default fonts.
2096
+ */
2097
+ useSystemFonts?: boolean | null
2098
+ /**
2099
+ * Font for text with variable width.
2100
+ *
2101
+ * This property is independent of #DhSettings:use-system-fonts.
2102
+ */
2103
+ variableFont?: string | null
2084
2104
  }
2085
2105
 
2086
2106
  }
@@ -2095,20 +2115,40 @@ interface Settings {
2095
2115
  * This property is independent of #DhSettings:use-system-fonts.
2096
2116
  */
2097
2117
  fixed_font: string | null
2118
+ /**
2119
+ * Font for text with fixed width, such as code examples.
2120
+ *
2121
+ * This property is independent of #DhSettings:use-system-fonts.
2122
+ */
2123
+ fixedFont: string | null
2098
2124
  /**
2099
2125
  * Whether books should be grouped by programming language in the UI.
2100
2126
  */
2101
2127
  group_books_by_language: boolean
2128
+ /**
2129
+ * Whether books should be grouped by programming language in the UI.
2130
+ */
2131
+ groupBooksByLanguage: boolean
2102
2132
  /**
2103
2133
  * Whether to use the system default fonts.
2104
2134
  */
2105
2135
  use_system_fonts: boolean
2136
+ /**
2137
+ * Whether to use the system default fonts.
2138
+ */
2139
+ useSystemFonts: boolean
2106
2140
  /**
2107
2141
  * Font for text with variable width.
2108
2142
  *
2109
2143
  * This property is independent of #DhSettings:use-system-fonts.
2110
2144
  */
2111
2145
  variable_font: string | null
2146
+ /**
2147
+ * Font for text with variable width.
2148
+ *
2149
+ * This property is independent of #DhSettings:use-system-fonts.
2150
+ */
2151
+ variableFont: string | null
2112
2152
 
2113
2153
  // Own fields of Devhelp-3.0.Devhelp.Settings
2114
2154
 
@@ -2623,6 +2663,11 @@ module Tab {
2623
2663
  * with the default #DhProfile.
2624
2664
  */
2625
2665
  web_view?: WebView | null
2666
+ /**
2667
+ * The #DhWebView of the tab. If set to %NULL a #DhWebView is created
2668
+ * with the default #DhProfile.
2669
+ */
2670
+ webView?: WebView | null
2626
2671
  }
2627
2672
 
2628
2673
  }
@@ -2636,6 +2681,11 @@ interface Tab extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
2636
2681
  * with the default #DhProfile.
2637
2682
  */
2638
2683
  readonly web_view: WebView
2684
+ /**
2685
+ * The #DhWebView of the tab. If set to %NULL a #DhWebView is created
2686
+ * with the default #DhProfile.
2687
+ */
2688
+ readonly webView: WebView
2639
2689
 
2640
2690
  // Own fields of Devhelp-3.0.Devhelp.Tab
2641
2691
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/devhelp-3.0",
3
- "version": "3.0.0-3.2.5",
3
+ "version": "3.0.0-3.2.6",
4
4
  "description": "GJS TypeScript type definitions for Devhelp-3.0, generated from library version 3.0.0",
5
5
  "type": "module",
6
6
  "module": "devhelp-3.0.js",
@@ -25,23 +25,23 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit devhelp-3.0.d.cts"
26
26
  },
27
27
  "dependencies": {
28
- "@girs/atk-1.0": "^2.50.0-3.2.5",
29
- "@girs/cairo-1.0": "^1.0.0-3.2.5",
30
- "@girs/freetype2-2.0": "^2.0.0-3.2.5",
31
- "@girs/gdk-3.0": "^3.24.38-3.2.5",
32
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.5",
33
- "@girs/gio-2.0": "^2.78.0-3.2.5",
34
- "@girs/gjs": "^3.2.5",
35
- "@girs/glib-2.0": "^2.78.0-3.2.5",
36
- "@girs/gmodule-2.0": "^2.0.0-3.2.5",
37
- "@girs/gobject-2.0": "^2.78.0-3.2.5",
38
- "@girs/gtk-3.0": "^3.24.38-3.2.5",
39
- "@girs/harfbuzz-0.0": "^8.2.1-3.2.5",
40
- "@girs/javascriptcore-4.1": "^2.40.0-3.2.5",
41
- "@girs/pango-1.0": "^1.51.0-3.2.5",
42
- "@girs/soup-3.0": "^3.4.4-3.2.5",
43
- "@girs/webkit2-4.1": "^2.41.90-3.2.5",
44
- "@girs/xlib-2.0": "^2.0.0-3.2.5"
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/javascriptcore-4.1": "^2.40.0-3.2.6",
41
+ "@girs/pango-1.0": "^1.51.0-3.2.6",
42
+ "@girs/soup-3.0": "^3.4.4-3.2.6",
43
+ "@girs/webkit2-4.1": "^2.41.90-3.2.6",
44
+ "@girs/xlib-2.0": "^2.0.0-3.2.6"
45
45
  },
46
46
  "devDependencies": {
47
47
  "typescript": "*"