[Fontconfig] fontconfig: Branch 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Wed Jul 1 10:20:48 UTC 2020
doc/fcpattern.fncs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 344925fc53ce51934de325ef18df49102933c29f
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Sat Jun 27 19:34:53 2020 +0100
doc: fix FcPatternFilter documentation
The second argument should be ARG2 not ARG1.
diff --git a/doc/fcpattern.fncs b/doc/fcpattern.fncs
index 3b13c22..1f5b10d 100644
--- a/doc/fcpattern.fncs
+++ b/doc/fcpattern.fncs
@@ -89,7 +89,7 @@ objects in <parameter>os</parameter>.
@RET@ FcPattern *
@FUNC@ FcPatternFilter
@TYPE1@ FcPattern * @ARG1@ p
- at TYPE2@ const FcObjectSet * @ARG1@ os
+ at TYPE2@ const FcObjectSet * @ARG2@ os
@PURPOSE@ Filter the objects of pattern
@DESC@
Returns a new pattern that only has those objects from
More information about the Fontconfig
mailing list