mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 09:36:53 +00:00
feat(tauri): export struct tauri::ExitRequestApi (#12701)
This commit is contained in:
parent
ee95c1b1ed
commit
7d8252679d
5
.changes/export-ExitRequestApi.md
Normal file
5
.changes/export-ExitRequestApi.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
tauri: 'minor:feat'
|
||||
---
|
||||
|
||||
Export `struct tauri::ExitRequestApi`.
|
||||
@ -213,8 +213,8 @@ pub use self::event::{Event, EventId, EventTarget};
|
||||
use self::manager::EmitPayload;
|
||||
pub use {
|
||||
self::app::{
|
||||
App, AppHandle, AssetResolver, Builder, CloseRequestApi, RunEvent, UriSchemeContext,
|
||||
UriSchemeResponder, WebviewEvent, WindowEvent,
|
||||
App, AppHandle, AssetResolver, Builder, CloseRequestApi, ExitRequestApi, RunEvent,
|
||||
UriSchemeContext, UriSchemeResponder, WebviewEvent, WindowEvent,
|
||||
},
|
||||
self::manager::Asset,
|
||||
self::runtime::{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user