FcObjectSetBuild.3 revision 2c393a42
This manpage has been automatically generated by docbook2man
from a DocBook document. This tool can be found at:
<http://shell.ipoline.com/~elmert/comp/docbook2X/>
Please send any bug reports, improvements, comments, patches,
etc. to Steve Cheng <steve@ggi-project.org>.
from a DocBook document. This tool can be found at:
<http://shell.ipoline.com/~elmert/comp/docbook2X/>
Please send any bug reports, improvements, comments, patches,
etc. to Steve Cheng <steve@ggi-project.org>.
"FcObjectSetBuild" "3" "31 May 2008" "" ""
NAME
FcObjectSetBuild, FcObjectSetVaBuild, FcObjectSetVapBuild - Build object set from args
SYNOPSIS
#include <fontconfig.h>
FcObjectSet * FcObjectSetBuild (const char *first, ...);
FcObjectSet * FcObjectSetVaBuild (const char *first, va_list va);
void FcObjectSetVapBuild (FcObjectSet *result, const char *first, va_list va);
"DESCRIPTION"
These build an object set from a null-terminated list of property names. FcObjectSetVapBuild is a macro version of FcObjectSetVaBuild which returns the result in the result variable directly.
"VERSION"
Fontconfig version 2.6.0