pub unsafe extern "C" fn tidyOptGetBool(
tdoc: TidyDoc,
optId: TidyOptionId,
) -> BoolExpand description
Get current option value as a Boolean flag. @result Returns a bool indicating the value.
pub unsafe extern "C" fn tidyOptGetBool(
tdoc: TidyDoc,
optId: TidyOptionId,
) -> BoolGet current option value as a Boolean flag. @result Returns a bool indicating the value.