Prechádzať zdrojové kódy

docs: Fix names of filter/properties functions

tt2468 3 rokov pred
rodič
commit
466ba5ae29
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      docs/sphinx/reference-frontend-api.rst

+ 2 - 2
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.