@girs/gmodule-2.0
Advanced tools
Comparing version 2.0.0-3.2.6 to 2.0.0-3.2.7
@@ -75,3 +75,3 @@ | ||
*/ | ||
function module_build_path(directory: string | null, module_name: string | null): string | null | ||
function module_build_path(directory: string | null, module_name: string): string | null | ||
/** | ||
@@ -81,3 +81,3 @@ * Gets a string describing the last module error. | ||
*/ | ||
function module_error(): string | null | ||
function module_error(): string | ||
function module_error_quark(): GLib.Quark | ||
@@ -100,3 +100,3 @@ /** | ||
interface ModuleCheckInit { | ||
(module: Module): string | null | ||
(module: Module): string | ||
} | ||
@@ -134,3 +134,3 @@ /** | ||
*/ | ||
name(): string | null | ||
name(): string | ||
/** | ||
@@ -142,3 +142,3 @@ * Gets a symbol pointer from a module, such as one exported | ||
*/ | ||
symbol(symbol_name: string | null): [ /* returnType */ boolean, /* symbol */ any | null ] | ||
symbol(symbol_name: string): [ /* returnType */ boolean, /* symbol */ any | null ] | ||
} | ||
@@ -178,3 +178,3 @@ | ||
*/ | ||
static build_path(directory: string | null, module_name: string | null): string | null | ||
static build_path(directory: string | null, module_name: string): string | null | ||
/** | ||
@@ -184,3 +184,3 @@ * Gets a string describing the last module error. | ||
*/ | ||
static error(): string | null | ||
static error(): string | ||
static error_quark(): GLib.Quark | ||
@@ -187,0 +187,0 @@ /** |
{ | ||
"name": "@girs/gmodule-2.0", | ||
"version": "2.0.0-3.2.6", | ||
"version": "2.0.0-3.2.7", | ||
"description": "GJS TypeScript type definitions for GModule-2.0, generated from library version 2.0.0", | ||
@@ -28,5 +28,5 @@ "type": "module", | ||
"dependencies": { | ||
"@girs/gjs": "^3.2.6", | ||
"@girs/glib-2.0": "^2.78.0-3.2.6", | ||
"@girs/gobject-2.0": "^2.78.0-3.2.6" | ||
"@girs/gjs": "^3.2.7", | ||
"@girs/glib-2.0": "^2.78.0-3.2.7", | ||
"@girs/gobject-2.0": "^2.78.0-3.2.7" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
@@ -8,3 +8,3 @@ | ||
GJS TypeScript type definitions for GModule-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.6. | ||
GJS TypeScript type definitions for GModule-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7. | ||
@@ -11,0 +11,0 @@ Portable method for dynamically loading 'plug-ins' |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20841
Updated@girs/gjs@^3.2.7
Updated@girs/glib-2.0@^2.78.0-3.2.7