From e462937fbcee73324dbc2ef48d1a75b33468d93a Mon Sep 17 00:00:00 2001 From: Scratch Date: Fri, 10 Jan 2020 10:31:19 +1100 Subject: [PATCH] docs/sphinx: Fix obs_property_list_item_disable entry --- docs/sphinx/reference-properties.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/reference-properties.rst b/docs/sphinx/reference-properties.rst index fa8b008b8..7024b01d0 100644 --- a/docs/sphinx/reference-properties.rst +++ b/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) ---------------------