Skip to content

pytauri_plugins.global_shortcut.ffi

Original FFI interface module.

Warning

All APIs under this module should not be considered stable. You should use the re-exported APIs under the top-level module.

Classes:

Name Description
BuilderArgs
Builder

__all__ module-attribute

__all__ = ['Builder', 'BuilderArgs']

Builder

tauri_plugin_global_shortcut::Builder

Methods:

Name Description
build

build staticmethod

build(**kwargs: Unpack[BuilderArgs]) -> Plugin
Source code in python/pytauri/src/pytauri_plugins/global_shortcut/ffi.py
@staticmethod
def build(**kwargs: Unpack[BuilderArgs]) -> Plugin: ...