ghostty/vendor/fontconfig-2.14.0/doc/FcStrBuildFilename.3
2022-09-13 13:53:20 -07:00

17 lines
602 B
Groff

.\" auto-generated by docbook2man-spec from docbook-utils package
.TH "FcStrBuildFilename" "3" "31 3月 2022" "Fontconfig 2.14.0" ""
.SH NAME
FcStrBuildFilename \- Concatenate strings as a file path
.SH SYNOPSIS
.nf
\fB#include <fontconfig/fontconfig.h>
.sp
FcChar8 * FcStrBuildFilename (const FcChar8 *\fIpath\fB, \&...\fI\fB);
.fi\fR
.SH "DESCRIPTION"
.PP
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.