docs: Clarify OBS_FRONTEND_EVENT_EXIT intent

This commit is contained in:
Richard Stanway
2023-07-15 16:54:51 -07:00
committed by Lain
parent bdfead801e
commit f7eb634788
+4 -1
View File
@@ -129,7 +129,10 @@ Structures/Enumerations
- **OBS_FRONTEND_EVENT_EXIT**
Triggered when the program is about to exit.
Triggered when the program is about to exit. This is the last chance
to call any frontend API functions for any saving / cleanup / etc.
After returning from this event callback, it is not permitted to make
any further frontend API calls.
- **OBS_FRONTEND_EVENT_REPLAY_BUFFER_STARTING**