Skip to content

Commit

Permalink
docs: Add obs_frontend_get_user_config
Browse files Browse the repository at this point in the history
  • Loading branch information
exeldro authored and RytoEX committed Sep 17, 2024
1 parent 16b8e9c commit a289581
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/sphinx/reference-frontend-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -736,12 +736,29 @@ Functions

---------------------------------------

.. deprecated:: 31.0
.. function:: config_t *obs_frontend_get_global_config(void)

:return: The config_t* associated with the global config (global.ini)

---------------------------------------

.. function:: config_t *obs_frontend_get_app_config(void)

:return: The config_t* associated with system-wide settings (global.ini)

.. versionadded:: 31.0

---------------------------------------

.. function:: config_t *obs_frontend_get_user_config(void)

:return: The config_t* associated with user settings (user.ini)

.. versionadded:: 31.0

---------------------------------------

.. function:: void obs_frontend_set_streaming_service(obs_service_t *service)

Sets the current streaming service to stream with.
Expand Down

0 comments on commit a289581

Please sign in to comment.