浏览代码

docs: Fix names of filter/properties functions

tt2468 3 年之前
父节点
当前提交
466ba5ae29
共有 1 个文件被更改,包括 2 次插入2 次删除
  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.