Просмотр исходного кода

Merge pull request #2307 from Scrxtchy/doc-fix

docs/sphinx: Fix obs_property_list_item_disable entry
Jim 6 лет назад
Родитель
Сommit
97b1e35036
1 измененных файлов с 1 добавлено и 1 удалено
  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)
 
 ---------------------