]> git.wh0rd.org - fontconfig.git/commitdiff
[doc] Add const decorator for FcPatternDuplicate()
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 13 Aug 2008 06:47:12 +0000 (02:47 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 14 Feb 2009 00:53:56 +0000 (16:53 -0800)
doc/fcpattern.fncs

index 4e3a7432b648d2c32119e1d655c71bcec642f2b2..95529184e37c643f5b9789e2e876dc3f481f712f 100644 (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