Przeglądaj źródła

docs/sphinx: Fix missing parameter in documentation

jp9000 5 lat temu
rodzic
commit
9f297dde2c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/sphinx/reference-scenes.rst

+ 1 - 1
docs/sphinx/reference-scenes.rst

@@ -487,7 +487,7 @@ Scene Item Group Functions
 
 ---------------------
 
-.. function:: obs_sceneitem_t *obs_scene_add_group2(obs_scene_t *scene, const char *name)
+.. function:: obs_sceneitem_t *obs_scene_add_group2(obs_scene_t *scene, const char *name, bool signal)
 
    Adds a group with the specified name.