1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
<refentry id="xmlroff-FoLayoutCairo">
<refmeta>
<refentrytitle role="top_of_page" id="xmlroff-FoLayoutCairo.top_of_page">FoLayoutCairo</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>XMLROFF Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>FoLayoutCairo</refname>
<refpurpose></refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>
<refsynopsisdiv id="xmlroff-FoLayoutCairo.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>
<synopsis>
<link linkend="FoLayoutCairo">FoLayoutCairo</link>;
<link linkend="FoLayoutCairoClass">FoLayoutCairoClass</link>;
<link linkend="FoLayout">FoLayout</link>* <link linkend="fo-layout-cairo-new">fo_layout_cairo_new</link> (void);
<link linkend="FoLayout">FoLayout</link>* <link linkend="fo-layout-cairo-new-from-fo-doc">fo_layout_cairo_new_from_fo_doc</link> (<link linkend="FoDoc">FoDoc</link> *fo_doc);
</synopsis>
</refsynopsisdiv>
<refsect1 id="xmlroff-FoLayoutCairo.description" role="desc">
<title role="desc.title">Description</title>
<para>
</para>
</refsect1>
<refsect1 id="xmlroff-FoLayoutCairo.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="FoLayoutCairo" role="struct">
<title>FoLayoutCairo</title>
<indexterm zone="FoLayoutCairo"><primary>FoLayoutCairo</primary></indexterm><programlisting>typedef struct {
FoLayout parent_instance;
} FoLayoutCairo;
</programlisting>
<para>
</para></refsect2>
<refsect2 id="FoLayoutCairoClass" role="struct">
<title>FoLayoutCairoClass</title>
<indexterm zone="FoLayoutCairoClass"><primary>FoLayoutCairoClass</primary></indexterm><programlisting>typedef struct {
FoLayoutClass parent_class;
} FoLayoutCairoClass;
</programlisting>
<para>
</para></refsect2>
<refsect2 id="fo-layout-cairo-new" role="function">
<title>fo_layout_cairo_new ()</title>
<indexterm zone="fo-layout-cairo-new"><primary>fo_layout_cairo_new</primary></indexterm><programlisting><link linkend="FoLayout">FoLayout</link>* fo_layout_cairo_new (void);</programlisting>
<para>
Creates a new <link linkend="FoLayoutCairo"><type>FoLayoutCairo</type></link>.</para>
<para>
</para><variablelist role="params">
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the newly created <link linkend="FoLayoutCairo"><type>FoLayoutCairo</type></link>.
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="fo-layout-cairo-new-from-fo-doc" role="function">
<title>fo_layout_cairo_new_from_fo_doc ()</title>
<indexterm zone="fo-layout-cairo-new-from-fo-doc"><primary>fo_layout_cairo_new_from_fo_doc</primary></indexterm><programlisting><link linkend="FoLayout">FoLayout</link>* fo_layout_cairo_new_from_fo_doc (<link linkend="FoDoc">FoDoc</link> *fo_doc);</programlisting>
<para>
Creates a new <link linkend="FoLayoutCairo"><type>FoLayoutCairo</type></link>.</para>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>fo_doc</parameter> :</term>
<listitem><simpara> <link linkend="FoDoc"><type>FoDoc</type></link>.
</simpara></listitem></varlistentry>
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the newly created <link linkend="FoLayoutCairo"><type>FoLayoutCairo</type></link>.
</simpara></listitem></varlistentry>
</variablelist></refsect2>
</refsect1>
</refentry>
|