Fix misleading summary in docs for FcStrStrIgnoreCase

Reported by Jonathan Kew

Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/146
This commit is contained in:
Akira TAGOH 2019-03-15 18:51:47 +09:00
parent dba84600e1
commit 3eca37c1e5
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ with UTF8 encoded strings.
@FUNC@ FcStrStrIgnoreCase
@TYPE1@ const FcChar8 * @ARG1@ s1
@TYPE2@ const FcChar8 * @ARG2@ s2
@PURPOSE@ locate UTF-8 substring ignoring ASCII case
@PURPOSE@ locate UTF-8 substring ignoring case
@DESC@
Returns the location of <parameter>s2</parameter> in
<parameter>s1</parameter>, ignoring case. Returns NULL if