docs/sphinx: Fix missing parameter in documentation

This commit is contained in:
jp9000 2020-02-08 01:51:10 -08:00
parent e73e76048e
commit 9f297dde2c

View File

@ -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.