doc/fcpattern.fncs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 344925fc53ce51934de325ef18df49102933c29f Author: Tim-Philipp Müller <tim@xxxxxxxxxxxxxxx> 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 -@TYPE2@ const FcObjectSet * @ARG1@ os +@TYPE2@ const FcObjectSet * @ARG2@ os @PURPOSE@ Filter the objects of pattern @DESC@ Returns a new pattern that only has those objects from _______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/fontconfig