Skip to content

Commit

Permalink
docs: Fix obs_sceneitem_get_group signature
Browse files Browse the repository at this point in the history
  • Loading branch information
gottagofaster236 authored and Lain-B committed Oct 28, 2023
1 parent e6b3ae7 commit df99019
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/sphinx/reference-scenes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -725,10 +725,11 @@ Scene Item Group Functions

---------------------

.. function:: obs_sceneitem_t *obs_sceneitem_get_group(obs_sceneitem_t *item)
.. function:: obs_sceneitem_t *obs_sceneitem_get_group(obs_scene_t *scene, obs_sceneitem_t *item)

Returns the parent group of a scene item.

:param scene: Scene to find the group within
:param item: Scene item to get the group of
:return: The parent group of the scene item, or *NULL* if not in
a group
Expand Down

0 comments on commit df99019

Please sign in to comment.