~ubuntu-branches/ubuntu/intrepid/fontconfig/intrepid

« back to all changes in this revision

Viewing changes to doc/func.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Keith Packard
  • Date: 2008-05-31 20:01:57 UTC
  • mto: (0.1.4 lenny) (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20080531200157-7u3xgmgeh1594flx
Import upstream version 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--
 
2
   $Id$
 
3
  
 
4
   Copyright © 2003 Keith Packard
 
5
  
 
6
   Permission to use, copy, modify, distribute, and sell this software and its
 
7
   documentation for any purpose is hereby granted without fee, provided that
 
8
   the above copyright notice appear in all copies and that both that
 
9
   copyright notice and this permission notice appear in supporting
 
10
   documentation, and that the name of Keith Packard not be used in
 
11
   advertising or publicity pertaining to distribution of the software without
 
12
   specific, written prior permission.  Keith Packard makes no
 
13
   representations about the suitability of this software for any purpose.  It
 
14
   is provided "as is" without express or implied warranty.
 
15
  
 
16
   KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 
17
   INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
 
18
   EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
 
19
   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 
20
   DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 
21
   TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 
22
   PERFORMANCE OF THIS SOFTWARE.
 
23
 -->
 
24
@?TITLE@
 
25
    <refentry id="@TITLE@">
 
26
@:@
 
27
    <refentry id="@FUNC@">
 
28
@;@
 
29
        <refmeta>
 
30
@?TITLE@
 
31
            <refentrytitle>@TITLE@</refentrytitle>
 
32
@:@
 
33
            <refentrytitle>@FUNC@</refentrytitle>
 
34
@;@
 
35
            <manvolnum>3</manvolnum>
 
36
        </refmeta>
 
37
        <refnamediv>
 
38
@{PROTOTYPE@
 
39
            <refname>@FUNC@</refname>
 
40
@}PROTOTYPE@
 
41
            <refpurpose>@PURPOSE@</refpurpose>
 
42
        </refnamediv>
 
43
        <refsynopsisdiv>
 
44
        <funcsynopsis>
 
45
        <funcsynopsisinfo>
 
46
@?SYNOPSIS@
 
47
@SYNOPSIS@
 
48
@:@
 
49
#include &lt;fontconfig.h&gt;
 
50
@;@
 
51
        </funcsynopsisinfo>
 
52
@{PROTOTYPE@
 
53
        <funcprototype>
 
54
            <funcdef>@?RET@@RET@@:@void@;@ <function>@FUNC@</function></funcdef>
 
55
@?TYPE1@
 
56
                <paramdef>@TYPE1@<parameter>@ARG1@</parameter></paramdef>
 
57
@;@
 
58
@?TYPE2@
 
59
                <paramdef>@TYPE2@<parameter>@ARG2@</parameter></paramdef>
 
60
@;@
 
61
@?TYPE3@
 
62
                <paramdef>@TYPE3@<parameter>@ARG3@</parameter></paramdef>
 
63
@;@
 
64
@?TYPE4@
 
65
                <paramdef>@TYPE4@<parameter>@ARG4@</parameter></paramdef>
 
66
@;@
 
67
@?TYPE5@
 
68
                <paramdef>@TYPE5@<parameter>@ARG5@</parameter></paramdef>
 
69
@;@
 
70
@?TYPE6@
 
71
                <paramdef>@TYPE6@<parameter>@ARG6@</parameter></paramdef>
 
72
@;@
 
73
@?TYPE7@
 
74
                <paramdef>@TYPE7@<parameter>@ARG7@</parameter></paramdef>
 
75
@;@
 
76
        </funcprototype>
 
77
@}PROTOTYPE@
 
78
        </funcsynopsis>
 
79
        </refsynopsisdiv>
 
80
        <refsect1><title>Description</title>
 
81
            <para>
 
82
@DESC@
 
83
            </para>
 
84
        </refsect1>
 
85
        <refsect1><title>Version</title>
 
86
            <para>
 
87
Fontconfig version &version;
 
88
            </para>
 
89
        </refsect1>
 
90
    </refentry>