Browse Source

docs/sphinx: Fix obs_property_list_item_disable entry

Scratch 5 years ago
parent
commit
e462937fbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sphinx/reference-properties.rst

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

@@ -562,7 +562,7 @@ Property Modification Functions
 
 ---------------------
 
-.. function:: void obs_property_list_item_disable(obs_property_t *p, size_t idx,
+.. function:: void obs_property_list_item_disable(obs_property_t *p, size_t idx, bool disabled)
 
 ---------------------