docs: Add versionadded for 29.0.0 functions

This commit is contained in:
CodeYan01
2022-12-03 15:33:59 -08:00
committed by Jim
parent 17c0820d2f
commit 862ed14fd9
3 changed files with 17 additions and 1 deletions
+13 -1
View File
@@ -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
+2
View File
@@ -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.