Browse Source

docs: Add versionadded for 29.0.0 functions

CodeYan01 2 years ago
parent
commit
862ed14fd9

+ 13 - 1
docs/sphinx/reference-frontend-api.rst

@@ -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

+ 2 - 0
docs/sphinx/reference-libobs-util-platform.rst

@@ -451,6 +451,8 @@ Other Functions
 
    Returns the amount of memory installed.
 
+   .. versionadded:: 29.0.0
+
 ---------------------
 
 .. struct:: os_proc_memory_usage

+ 2 - 0
docs/sphinx/reference-sources.rst

@@ -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.