DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

FcStrCopyFilename(3)





NAME

       FcStrCopyFilename - copy a string, expanding '~'


SYNOPSIS

       #include <fontconfig.h>

       FcChar8 * FcStrCopyFilename (const FcChar8 *s);


DESCRIPTION

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


VERSION

       Fontconfig version 2.4.2

                               02 December 2006           FcStrCopyFilename(3)

Man(1) output converted with man2html