[doc] Add const decorator for FcPatternDuplicate()
This commit is contained in:
parent
2987409853
commit
e6f14d3c51
|
@ -31,7 +31,7 @@ Creates a pattern with no properties; used to build patterns from scratch.
|
|||
|
||||
@RET@ FcPattern *
|
||||
@FUNC@ FcPatternDuplicate
|
||||
@TYPE1@ FcPattern * @ARG1@ p
|
||||
@TYPE1@ const FcPattern * @ARG1@ p
|
||||
@PURPOSE@ Copy a pattern
|
||||
@DESC@
|
||||
Copy a pattern, returning a new pattern that matches
|
||||
|
|
Loading…
Reference in New Issue