mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
docs: Add versionadded for 29.0.0 functions
This commit is contained in:
@@ -79,7 +79,7 @@ Structures/Enumerations
|
||||
- **OBS_FRONTEND_EVENT_TRANSITION_DURATION_CHANGED**
|
||||
|
||||
Triggered when the transition duration has been changed by the
|
||||
user.
|
||||
user.
|
||||
|
||||
- **OBS_FRONTEND_EVENT_TBAR_VALUE_CHANGED**
|
||||
|
||||
@@ -182,10 +182,14 @@ Structures/Enumerations
|
||||
|
||||
Triggered when the theme is changed.
|
||||
|
||||
.. versionadded:: 29.0.0
|
||||
|
||||
- **OBS_FRONTEND_EVENT_SCREENSHOT_TAKEN**
|
||||
|
||||
Triggered when a screenshot is taken.
|
||||
|
||||
.. versionadded:: 29.0.0
|
||||
|
||||
.. struct:: obs_frontend_source_list
|
||||
|
||||
- DARRAY(obs_source_t*) **sources**
|
||||
@@ -807,12 +811,16 @@ Functions
|
||||
|
||||
:return: Checks if the current theme is dark or light.
|
||||
|
||||
.. versionadded:: 29.0.0
|
||||
|
||||
---------------------------------------
|
||||
|
||||
.. function:: char *obs_frontend_get_last_recording(void)
|
||||
|
||||
:return: The file path of the last recording. Free with :c:func:`bfree()`
|
||||
|
||||
.. versionadded:: 29.0.0
|
||||
|
||||
---------------------------------------
|
||||
|
||||
.. function:: char *obs_frontend_get_last_screenshot(void)
|
||||
@@ -820,9 +828,13 @@ Functions
|
||||
:return: The file path of the last screenshot taken. Free with
|
||||
:c:func:`bfree()`
|
||||
|
||||
.. versionadded:: 29.0.0
|
||||
|
||||
---------------------------------------
|
||||
|
||||
.. function:: char *obs_frontend_get_last_replay(void)
|
||||
|
||||
:return: The file path of the last replay buffer saved. Free with
|
||||
:c:func:`bfree()`
|
||||
|
||||
.. versionadded:: 29.0.0
|
||||
|
||||
@@ -451,6 +451,8 @@ Other Functions
|
||||
|
||||
Returns the amount of memory installed.
|
||||
|
||||
.. versionadded:: 29.0.0
|
||||
|
||||
---------------------
|
||||
|
||||
.. struct:: os_proc_memory_usage
|
||||
|
||||
@@ -535,6 +535,8 @@ Source Signals
|
||||
|
||||
Called when the source's settings have been updated.
|
||||
|
||||
.. versionadded:: 29.0.0
|
||||
|
||||
**save** (ptr source)
|
||||
|
||||
Called when the source is being saved.
|
||||
|
||||
Reference in New Issue
Block a user