diff options
author | Akira TAGOH <akira@tagoh.org> | 2018-09-03 04:56:16 +0000 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2018-09-03 07:24:42 +0000 |
commit | 8208f99fa1676c42bfd8d74de3e9dac5366c150c (patch) | |
tree | f7a3b9e81a98077245461b2e0eccad2217378fc1 /doc | |
parent | 844d8709a1f3ecab45015b24b72dd775c13b2421 (diff) |
Fix the build issue with --enable-static
Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/109
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fcstring.fncs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/fcstring.fncs b/doc/fcstring.fncs index 0412bbd..d5ec043 100644 --- a/doc/fcstring.fncs +++ b/doc/fcstring.fncs @@ -224,6 +224,18 @@ strings within the fontconfig library. @@ @RET@ FcChar8 * +@FUNC@ FcStrBuildFilename +@TYPE1@ const FcChar8 * @ARG1@ path +@TYPE2@ ... +@PURPOSE@ Concatenate strings as a file path +@DESC@ +Creates a filename from the given elements of strings as file paths +and concatenate them with the appropriate file separator. +Arguments must be null-terminated. +This returns a newly-allocated memory which should be freed when no longer needed. +@@ + +@RET@ FcChar8 * @FUNC@ FcStrDirname @TYPE1@ const FcChar8 * @ARG1@ file @PURPOSE@ directory part of filename |