Skip to content

Commit 7d82526

Browse files
authored
feat(tauri): export struct tauri::ExitRequestApi (#12701)
1 parent ee95c1b commit 7d82526

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: .changes/export-ExitRequestApi.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
tauri: 'minor:feat'
3+
---
4+
5+
Export `struct tauri::ExitRequestApi`.

Diff for: crates/tauri/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ pub use self::event::{Event, EventId, EventTarget};
213213
use self::manager::EmitPayload;
214214
pub use {
215215
self::app::{
216-
App, AppHandle, AssetResolver, Builder, CloseRequestApi, RunEvent, UriSchemeContext,
217-
UriSchemeResponder, WebviewEvent, WindowEvent,
216+
App, AppHandle, AssetResolver, Builder, CloseRequestApi, ExitRequestApi, RunEvent,
217+
UriSchemeContext, UriSchemeResponder, WebviewEvent, WindowEvent,
218218
},
219219
self::manager::Asset,
220220
self::runtime::{

0 commit comments

Comments
 (0)