From 466ba5ae292a68201612def691d8d06c65a3c8f8 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Tue, 28 Dec 2021 16:31:29 -0800 Subject: [PATCH] docs: Fix names of filter/properties functions --- docs/sphinx/reference-frontend-api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sphinx/reference-frontend-api.rst b/docs/sphinx/reference-frontend-api.rst index 766364eaf..41f957288 100644 --- a/docs/sphinx/reference-frontend-api.rst +++ b/docs/sphinx/reference-frontend-api.rst @@ -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.