[doc] Add const decorator for FcPatternDuplicate()

This commit is contained in:
Behdad Esfahbod 2008-08-13 02:47:12 -04:00
parent 2987409853
commit e6f14d3c51
1 changed files with 1 additions and 1 deletions

View File

@ -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