@girs/mx-1.0 1.4.7-4.0.0-beta.13 → 1.4.7-4.0.0-beta.15

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/mx-1.0.d.ts +7 -8
  3. package/package.json +19 -20
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/mx-1.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Mx-1.0, generated from library version 1.4.7 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.13.
8
+ GJS TypeScript type definitions for Mx-1.0, generated from library version 1.4.7 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.15.
9
9
 
10
10
 
11
11
  ## Install
package/mx-1.0.d.ts CHANGED
@@ -18,7 +18,6 @@ import type PangoFc from '@girs/pangofc-1.0';
18
18
  import type Pango from '@girs/pango-1.0';
19
19
  import type HarfBuzz from '@girs/harfbuzz-0.0';
20
20
  import type Gio from '@girs/gio-2.0';
21
- import type GModule from '@girs/gmodule-2.0';
22
21
  import type PangoCairo from '@girs/pangocairo-1.0';
23
22
  import type Json from '@girs/json-1.0';
24
23
  import type GL from '@girs/gl-1.0';
@@ -556,24 +555,24 @@ export namespace Mx {
556
555
  /**
557
556
  * If `action` is currently enabled.
558
557
  *
559
- * If the action is disabled then calls to [method`Gio`.Action.activate] and
560
- * [method`Gio`.Action.change_state] have no effect.
558
+ * If the action is disabled then calls to g_action_activate() and
559
+ * g_action_change_state() have no effect.
561
560
  */
562
561
  get enabled(): boolean;
563
562
  /**
564
563
  * The name of the action. This is mostly meaningful for identifying
565
- * the action once it has been added to a [type`Gio`.ActionGroup]. It is immutable.
564
+ * the action once it has been added to a #GActionGroup. It is immutable.
566
565
  */
567
566
  get name(): string;
568
567
  /**
569
568
  * The type of the parameter that must be given when activating the
570
- * action. This is immutable, and may be `NULL` if no parameter is needed when
569
+ * action. This is immutable, and may be %NULL if no parameter is needed when
571
570
  * activating the action.
572
571
  */
573
572
  get parameter_type(): GLib.VariantType;
574
573
  /**
575
574
  * The type of the parameter that must be given when activating the
576
- * action. This is immutable, and may be `NULL` if no parameter is needed when
575
+ * action. This is immutable, and may be %NULL if no parameter is needed when
577
576
  * activating the action.
578
577
  */
579
578
  get parameterType(): GLib.VariantType;
@@ -582,12 +581,12 @@ export namespace Mx {
582
581
  */
583
582
  get state(): GLib.Variant;
584
583
  /**
585
- * The [type`GLib`.VariantType] of the state that the action has, or `NULL` if the
584
+ * The #GVariantType of the state that the action has, or %NULL if the
586
585
  * action is stateless. This is immutable.
587
586
  */
588
587
  get state_type(): GLib.VariantType;
589
588
  /**
590
- * The [type`GLib`.VariantType] of the state that the action has, or `NULL` if the
589
+ * The #GVariantType of the state that the action has, or %NULL if the
591
590
  * action is stateless. This is immutable.
592
591
  */
593
592
  get stateType(): GLib.VariantType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/mx-1.0",
3
- "version": "1.4.7-4.0.0-beta.13",
3
+ "version": "1.4.7-4.0.0-beta.15",
4
4
  "description": "GJS TypeScript type definitions for Mx-1.0, generated from library version 1.4.7",
5
5
  "type": "module",
6
6
  "module": "mx-1.0.js",
@@ -31,25 +31,24 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/atk-1.0": "^2.52.0-4.0.0-beta.13",
35
- "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.13",
36
- "@girs/clutter-1.0": "^1.26.5-4.0.0-beta.13",
37
- "@girs/cogl-1.0": "^1.0.0-4.0.0-beta.13",
38
- "@girs/coglpango-1.0": "^1.0.0-4.0.0-beta.13",
39
- "@girs/fontconfig-2.0": "^2.0.0-4.0.0-beta.13",
40
- "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.13",
41
- "@girs/gio-2.0": "^2.80.3-4.0.0-beta.13",
42
- "@girs/gjs": "^4.0.0-beta.13",
43
- "@girs/gl-1.0": "^1.0.0-4.0.0-beta.13",
44
- "@girs/glib-2.0": "^2.80.3-4.0.0-beta.13",
45
- "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.13",
46
- "@girs/gobject-2.0": "^2.80.3-4.0.0-beta.13",
47
- "@girs/harfbuzz-0.0": "^8.5.0-4.0.0-beta.13",
48
- "@girs/json-1.0": "^1.8.0-4.0.0-beta.13",
49
- "@girs/pango-1.0": "^1.54.0-4.0.0-beta.13",
50
- "@girs/pangocairo-1.0": "^1.0.0-4.0.0-beta.13",
51
- "@girs/pangofc-1.0": "^1.0.0-4.0.0-beta.13",
52
- "@girs/pangoft2-1.0": "^1.0.0-4.0.0-beta.13"
34
+ "@girs/atk-1.0": "^2.52.0-4.0.0-beta.15",
35
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.15",
36
+ "@girs/clutter-1.0": "^1.26.5-4.0.0-beta.15",
37
+ "@girs/cogl-1.0": "^1.0.0-4.0.0-beta.15",
38
+ "@girs/coglpango-1.0": "^1.0.0-4.0.0-beta.15",
39
+ "@girs/fontconfig-2.0": "^2.0.0-4.0.0-beta.15",
40
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.15",
41
+ "@girs/gio-2.0": "^2.80.3-4.0.0-beta.15",
42
+ "@girs/gjs": "^4.0.0-beta.15",
43
+ "@girs/gl-1.0": "^1.0.0-4.0.0-beta.15",
44
+ "@girs/glib-2.0": "^2.80.3-4.0.0-beta.15",
45
+ "@girs/gobject-2.0": "^2.80.3-4.0.0-beta.15",
46
+ "@girs/harfbuzz-0.0": "^8.5.0-4.0.0-beta.15",
47
+ "@girs/json-1.0": "^1.8.0-4.0.0-beta.15",
48
+ "@girs/pango-1.0": "^1.54.0-4.0.0-beta.15",
49
+ "@girs/pangocairo-1.0": "^1.0.0-4.0.0-beta.15",
50
+ "@girs/pangofc-1.0": "^1.0.0-4.0.0-beta.15",
51
+ "@girs/pangoft2-1.0": "^1.0.0-4.0.0-beta.15"
53
52
  },
54
53
  "devDependencies": {
55
54
  "typescript": "*"