1FcStrCopyFilename(3)                                      FcStrCopyFilename(3)
2
3
4

NAME

6       FcStrCopyFilename - copy a string, expanding '~'
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       FcChar8 * FcStrCopyFilename (const FcChar8 *s);
12

DESCRIPTION

14       Just  like FcStrCopy except that it converts any leading '~' characters
15       in s to the value of the HOME environment variable.   Returns  NULL  if
16       '~' is present in s and HOME is unset.
17

VERSION

19       Fontconfig version 2.4.2
20
21
22
23                                  11 May 2007             FcStrCopyFilename(3)
Impressum