Fix a typo for FcCharSetDelChar doc
Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/364
This commit is contained in:
parent
ce182817b4
commit
842f09c4f0
|
@ -55,7 +55,7 @@ running out of memory.
|
||||||
@FUNC@ FcCharSetDelChar
|
@FUNC@ FcCharSetDelChar
|
||||||
@TYPE1@ FcCharSet * @ARG1@ fcs
|
@TYPE1@ FcCharSet * @ARG1@ fcs
|
||||||
@TYPE2@ FcChar32% @ARG2@ ucs4
|
@TYPE2@ FcChar32% @ARG2@ ucs4
|
||||||
@PURPOSE@ Add a character to a charset
|
@PURPOSE@ Delete a character from a charset
|
||||||
@DESC@
|
@DESC@
|
||||||
<function>FcCharSetDelChar</function> deletes a single Unicode char from the set,
|
<function>FcCharSetDelChar</function> deletes a single Unicode char from the set,
|
||||||
returning FcFalse on failure, either as a result of a constant set or from
|
returning FcFalse on failure, either as a result of a constant set or from
|
||||||
|
|
Loading…
Reference in New Issue