0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 20:32:15 +02:00

docs: Add obs_frontend_get_user_config

This commit is contained in:
Exeldro 2024-09-13 09:49:11 +02:00 committed by Ryan Foster
parent 16b8e9c3fe
commit a289581579

View File

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