docs: Fix names of filter/properties functions

master
tt2468 2021-12-28 16:31:29 -08:00 committed by Jim
parent 213712dfe5
commit 466ba5ae29
1 changed files with 2 additions and 2 deletions

View File

@ -733,7 +733,7 @@ Functions
---------------------------------------
.. function:: void *obs_frontend_open_properties(obs_source_t *source)
.. function:: void *obs_frontend_open_source_properties(obs_source_t *source)
Opens the properties window of the specified source.
@ -741,7 +741,7 @@ Functions
---------------------------------------
.. function:: void *obs_frontend_open_filters(obs_source_t *source)
.. function:: void *obs_frontend_open_source_filters(obs_source_t *source)
Opens the filters window of the specified source.