pytauri_plugins.autostart.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 |
---|---|
MacosLauncher |
Functions:
Name | Description |
---|---|
init |
MacosLauncher
¶
Bases: Enum
tauri_plugin_autostart::MacosLauncher
Attributes:
Name | Type | Description |
---|---|---|
LaunchAgent |
|
|
AppleScript |
|
init
¶
init(macos_launcher: MacosLauncher = LaunchAgent, args: Optional[Sequence[str]] = None) -> Plugin