diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2020-06-27 19:34:53 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2020-07-01 10:49:20 +0100 |
commit | 344925fc53ce51934de325ef18df49102933c29f (patch) | |
tree | ef57f55a9a6cd799035c701476c744cc90512375 /doc | |
parent | 37c7c748740bf6f2468d59e67951902710240b34 (diff) |
doc: fix FcPatternFilter documentation
The second argument should be ARG2 not ARG1.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fcpattern.fncs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |