Upload tizen 2.0 beta source
[framework/graphics/fontconfig.git] / doc / FcObjectSetBuild.3
1 .\" This manpage has been automatically generated by docbook2man 
2 .\" from a DocBook document.  This tool can be found at:
3 .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
4 .\" Please send any bug reports, improvements, comments, patches, 
5 .\" etc. to Steve Cheng <steve@ggi-project.org>.
6 .TH "FcObjectSetBuild" "3" "11 3月 2012" "" ""
7
8 .SH NAME
9 FcObjectSetBuild, FcObjectSetVaBuild, FcObjectSetVapBuild \- Build object set from args
10 .SH SYNOPSIS
11 .sp
12 \fB#include <fontconfig.h>
13 .sp
14 FcObjectSet * FcObjectSetBuild (const char *\fIfirst\fB, \&...\fI\fB);
15 .sp
16 FcObjectSet * FcObjectSetVaBuild (const char *\fIfirst\fB, va_list \fIva\fB);
17 .sp
18 void FcObjectSetVapBuild (FcObjectSet *\fIresult\fB, const char *\fIfirst\fB, va_list \fIva\fB);
19 \fR
20 .SH "DESCRIPTION"
21 .PP
22 These build an object set from a null-terminated list of property names.
23 FcObjectSetVapBuild is a macro version of FcObjectSetVaBuild which returns
24 the result in the \fIresult\fR variable directly.
25 .SH "VERSION"
26 .PP
27 Fontconfig version 2.9.0