Socket
Socket
Sign inDemoInstall

@girs/amtk-5

Package Overview
Dependencies
14
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-3.2.6 to 5.0.0-3.2.7

52

amtk-5.d.ts

@@ -139,3 +139,3 @@

*/
function menu_item_set_icon_name(item: Gtk.MenuItem, icon_name: string | null): void
function menu_item_set_icon_name(item: Gtk.MenuItem, icon_name: string): void
/**

@@ -148,4 +148,4 @@ * Sets the long description of `menu_item`. A possible use-case is to display it

function menu_item_set_long_description(menu_item: Gtk.MenuItem, long_description: string | null): void
function shortcuts_group_new(title: string | null): Gtk.Container
function shortcuts_section_new(title: string | null): Gtk.Container
function shortcuts_group_new(title: string): Gtk.Container
function shortcuts_section_new(title: string): Gtk.Container
/**

@@ -194,3 +194,3 @@ * Creates a new #GtkShortcutsWindow. The #GtkWindow:modal property is set to

*/
function utils_bind_g_action_to_gtk_action(g_action_map: Gio.ActionMap, detailed_g_action_name_without_prefix: string | null, gtk_action_group: Gtk.ActionGroup, gtk_action_name: string | null): void
function utils_bind_g_action_to_gtk_action(g_action_map: Gio.ActionMap, detailed_g_action_name_without_prefix: string, gtk_action_group: Gtk.ActionGroup, gtk_action_name: string): void
/**

@@ -220,3 +220,3 @@ * Utility function to be able to port an application gradually to #GAction and

*/
function utils_create_gtk_action(g_action_map: Gio.ActionMap, detailed_g_action_name_with_prefix: string | null, gtk_action_group: Gtk.ActionGroup, gtk_action_name: string | null): void
function utils_create_gtk_action(g_action_map: Gio.ActionMap, detailed_g_action_name_with_prefix: string, gtk_action_group: Gtk.ActionGroup, gtk_action_name: string): void
/**

@@ -250,3 +250,3 @@ * This function wraps `menubar` into a container, to allow the menubar to shrink

*/
function utils_remove_mnemonic(str: string | null): string | null
function utils_remove_mnemonic(str: string): string | null
module ActionInfoCentralStore {

@@ -270,3 +270,3 @@

lookup(action_name: string | null): ActionInfo
lookup(action_name: string): ActionInfo

@@ -342,3 +342,3 @@ // Class property signals of Amtk-5.Amtk.ActionInfoCentralStore

check_all_used(): void
lookup(action_name: string | null): ActionInfo
lookup(action_name: string): ActionInfo
/**

@@ -596,3 +596,3 @@ * Calls gtk_application_set_accels_for_action() for all #AmtkActionInfo's part

*/
create_check_menu_item(action_name: string | null): Gtk.Widget
create_check_menu_item(action_name: string): Gtk.Widget
/**

@@ -611,3 +611,3 @@ * This function ignores the #AmtkFactory:default-flags property and takes the

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

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

*/
create_gmenu_item(action_name: string | null): Gio.MenuItem
create_gmenu_item(action_name: string): Gio.MenuItem
/**

@@ -631,3 +631,3 @@ * This function ignores the #AmtkFactory:default-flags property and takes the

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

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

*/
create_menu_item(action_name: string | null): Gtk.Widget
create_menu_item(action_name: string): Gtk.Widget
/**

@@ -648,3 +648,3 @@ * This function ignores the #AmtkFactory:default-flags property and takes the

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

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

*/
create_menu_tool_button(action_name: string | null): Gtk.MenuToolButton
create_menu_tool_button(action_name: string): Gtk.MenuToolButton
/**

@@ -671,3 +671,3 @@ * This function ignores the #AmtkFactory:default-flags property and takes the

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

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

*/
create_shortcut(action_name: string | null): Gtk.Widget
create_shortcut(action_name: string): Gtk.Widget
/**

@@ -707,3 +707,3 @@ * This function ignores the #AmtkFactory:default-flags property and takes the

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

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

*/
create_tool_button(action_name: string | null): Gtk.ToolItem
create_tool_button(action_name: string): Gtk.ToolItem
/**

@@ -749,3 +749,3 @@ * This function ignores the #AmtkFactory:default-flags property and takes the

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

@@ -963,3 +963,3 @@ get_default_flags(): FactoryFlags

*/
set_action_name(action_name: string | null): void
set_action_name(action_name: string): void
set_icon_name(icon_name: string | null): void

@@ -1037,3 +1037,3 @@ /**

*/
action_name: string | null
action_name: string
/**

@@ -1043,3 +1043,3 @@ * the icon name, or %NULL.

*/
icon_name: string | null
icon_name: string
/**

@@ -1049,3 +1049,3 @@ * the label (i.e. a short description) with a mnemonic, or %NULL.

*/
label: string | null
label: string
/**

@@ -1056,3 +1056,3 @@ * the accelerator, in the format understood by gtk_accelerator_parse().

*/
accel: string | null
accel: string
/**

@@ -1062,3 +1062,3 @@ * the tooltip (i.e. a long description), or %NULL.

*/
tooltip: string | null
tooltip: string
}

@@ -1065,0 +1065,0 @@

{
"name": "@girs/amtk-5",
"version": "5.0.0-3.2.6",
"version": "5.0.0-3.2.7",
"description": "GJS TypeScript type definitions for Amtk-5, generated from library version 5.0.0",

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

"dependencies": {
"@girs/atk-1.0": "^2.50.0-3.2.6",
"@girs/cairo-1.0": "^1.0.0-3.2.6",
"@girs/freetype2-2.0": "^2.0.0-3.2.6",
"@girs/gdk-3.0": "^3.24.38-3.2.6",
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.6",
"@girs/gio-2.0": "^2.78.0-3.2.6",
"@girs/gjs": "^3.2.6",
"@girs/glib-2.0": "^2.78.0-3.2.6",
"@girs/gmodule-2.0": "^2.0.0-3.2.6",
"@girs/gobject-2.0": "^2.78.0-3.2.6",
"@girs/gtk-3.0": "^3.24.38-3.2.6",
"@girs/harfbuzz-0.0": "^8.2.1-3.2.6",
"@girs/pango-1.0": "^1.51.0-3.2.6",
"@girs/xlib-2.0": "^2.0.0-3.2.6"
"@girs/atk-1.0": "^2.50.0-3.2.7",
"@girs/cairo-1.0": "^1.0.0-3.2.7",
"@girs/freetype2-2.0": "^2.0.0-3.2.7",
"@girs/gdk-3.0": "^3.24.38-3.2.7",
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.7",
"@girs/gio-2.0": "^2.78.0-3.2.7",
"@girs/gjs": "^3.2.7",
"@girs/glib-2.0": "^2.78.0-3.2.7",
"@girs/gmodule-2.0": "^2.0.0-3.2.7",
"@girs/gobject-2.0": "^2.78.0-3.2.7",
"@girs/gtk-3.0": "^3.24.38-3.2.7",
"@girs/harfbuzz-0.0": "^8.2.1-3.2.7",
"@girs/pango-1.0": "^1.51.0-3.2.7",
"@girs/xlib-2.0": "^2.0.0-3.2.7"
},

@@ -44,0 +44,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) v3.2.6.
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) v3.2.7.

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc