[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 *
|
@RET@ FcPattern *
|
||||||
@FUNC@ FcPatternDuplicate
|
@FUNC@ FcPatternDuplicate
|
||||||
@TYPE1@ FcPattern * @ARG1@ p
|
@TYPE1@ const FcPattern * @ARG1@ p
|
||||||
@PURPOSE@ Copy a pattern
|
@PURPOSE@ Copy a pattern
|
||||||
@DESC@
|
@DESC@
|
||||||
Copy a pattern, returning a new pattern that matches
|
Copy a pattern, returning a new pattern that matches
|
||||||
|
|
Loading…
Reference in New Issue