Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@girs/amtk-5

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@girs/amtk-5 - npm Package Compare versions

Comparing version 5.0.0-4.0.0-beta.18 to 5.0.0-4.0.0-beta.19

16

amtk-5.d.ts

@@ -542,3 +542,3 @@ /**

*/
create_check_menu_item_full(action_name: string, flags: FactoryFlags): Gtk.Widget;
create_check_menu_item_full(action_name: string, flags: FactoryFlags | null): Gtk.Widget;
/**

@@ -561,3 +561,3 @@ * Calls amtk_factory_create_gmenu_item_full() with the

*/
create_gmenu_item_full(action_name: string, flags: FactoryFlags): Gio.MenuItem;
create_gmenu_item_full(action_name: string, flags: FactoryFlags | null): Gio.MenuItem;
/**

@@ -577,3 +577,3 @@ * Creates a new #GtkMenuItem for `action_name` with the

*/
create_menu_item_full(action_name: string, flags: FactoryFlags): Gtk.Widget;
create_menu_item_full(action_name: string, flags: FactoryFlags | null): Gtk.Widget;
/**

@@ -599,3 +599,3 @@ * Creates a new #GtkMenuToolButton for `action_name` with the

*/
create_menu_tool_button_full(action_name: string, flags: FactoryFlags): Gtk.MenuToolButton;
create_menu_tool_button_full(action_name: string, flags: FactoryFlags | null): Gtk.MenuToolButton;
/**

@@ -634,3 +634,3 @@ * Calls amtk_factory_create_shortcut_full() with the

*/
create_shortcut_full(action_name: string, flags: FactoryFlags): Gtk.Widget;
create_shortcut_full(action_name: string, flags: FactoryFlags | null): Gtk.Widget;
/**

@@ -660,3 +660,3 @@ * Calls amtk_factory_create_simple_menu_full() with the

*/
create_simple_menu_full(entries: ActionInfoEntry[], flags: FactoryFlags): Gtk.Widget;
create_simple_menu_full(entries: ActionInfoEntry[], flags: FactoryFlags | null): Gtk.Widget;
/**

@@ -676,3 +676,3 @@ * Creates a new #GtkToolButton for `action_name` with the

*/
create_tool_button_full(action_name: string, flags: FactoryFlags): Gtk.ToolItem;
create_tool_button_full(action_name: string, flags: FactoryFlags | null): Gtk.ToolItem;
get_application(): Gtk.Application | null;

@@ -684,3 +684,3 @@ get_default_flags(): FactoryFlags;

*/
set_default_flags(default_flags: FactoryFlags): void;
set_default_flags(default_flags: FactoryFlags | null): void;
}

@@ -687,0 +687,0 @@

{
"name": "@girs/amtk-5",
"version": "5.0.0-4.0.0-beta.18",
"version": "5.0.0-4.0.0-beta.19",
"description": "GJS TypeScript type definitions for Amtk-5, generated from library version 5.0.0",

@@ -34,16 +34,16 @@ "type": "module",

"dependencies": {
"@girs/atk-1.0": "^2.54.0-4.0.0-beta.18",
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.18",
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.18",
"@girs/gdk-3.0": "^3.24.43-4.0.0-beta.18",
"@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.18",
"@girs/gio-2.0": "^2.82.2-4.0.0-beta.18",
"@girs/gjs": "^4.0.0-beta.18",
"@girs/glib-2.0": "^2.82.2-4.0.0-beta.18",
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.18",
"@girs/gobject-2.0": "^2.82.2-4.0.0-beta.18",
"@girs/gtk-3.0": "^3.24.43-4.0.0-beta.18",
"@girs/harfbuzz-0.0": "^9.0.0-4.0.0-beta.18",
"@girs/pango-1.0": "^1.54.0-4.0.0-beta.18",
"@girs/xlib-2.0": "^2.0.0-4.0.0-beta.18"
"@girs/atk-1.0": "^2.54.0-4.0.0-beta.19",
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.19",
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.19",
"@girs/gdk-3.0": "^3.24.43-4.0.0-beta.19",
"@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.19",
"@girs/gio-2.0": "^2.82.2-4.0.0-beta.19",
"@girs/gjs": "^4.0.0-beta.19",
"@girs/glib-2.0": "^2.82.2-4.0.0-beta.19",
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.19",
"@girs/gobject-2.0": "^2.82.2-4.0.0-beta.19",
"@girs/gtk-3.0": "^3.24.43-4.0.0-beta.19",
"@girs/harfbuzz-0.0": "^9.0.0-4.0.0-beta.19",
"@girs/pango-1.0": "^1.54.0-4.0.0-beta.19",
"@girs/xlib-2.0": "^2.0.0-4.0.0-beta.19"
},

@@ -50,0 +50,0 @@ "devDependencies": {

@@ -8,3 +8,3 @@

GJS TypeScript type definitions for Amtk-5, generated from library version 5.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.18.
GJS TypeScript type definitions for Amtk-5, generated from library version 5.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.19.

@@ -11,0 +11,0 @@

@@ -18,3 +18,5 @@ {

"inlineSources": false,
"newLine": "LF"
"newLine": "LF",
// Show diagnostics
"diagnostics": true
},

@@ -21,0 +23,0 @@ "include": ["./amtk-5.d.ts"]

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc