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 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
<refentry id="FoBlockWhitespace">
<refmeta>
<refentrytitle role="top_of_page" id="FoBlockWhitespace.top_of_page">FoBlockWhitespace</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>XMLROFF Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>FoBlockWhitespace</refname>
<refpurpose></refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>
<refsynopsisdiv id="FoBlockWhitespace.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>
<synopsis>
<link linkend="FoBlockWhitespace-struct">FoBlockWhitespace</link>;
<link linkend="FoBlockWhitespaceClass">FoBlockWhitespaceClass</link>;
<link linkend="FoFo">FoFo</link>* <link linkend="fo-block-whitespace-new">fo_block_whitespace_new</link> (void);
<link linkend="void">void</link> <link linkend="fo-block-whitespace-update-from-context">fo_block_whitespace_update_from_context</link>
(<link linkend="FoFo">FoFo</link> *fo,
<link linkend="FoContext">FoContext</link> *context);
</synopsis>
</refsynopsisdiv>
<refsect1 id="FoBlockWhitespace.object-hierarchy" role="object_hierarchy">
<title role="object_hierarchy.title">Object Hierarchy</title>
<synopsis>
<link linkend="GObject">GObject</link>
+----<link linkend="FoObject">FoObject</link>
+----<link linkend="FoNode">FoNode</link>
+----<link linkend="FoFo">FoFo</link>
+----<link linkend="FoMarkerParent">FoMarkerParent</link>
+----<link linkend="FoBlock">FoBlock</link>
+----FoBlockWhitespace
</synopsis>
</refsect1>
<refsect1 id="FoBlockWhitespace.implemented-interfaces" role="impl_interfaces">
<title role="impl_interfaces.title">Implemented Interfaces</title>
<para>
FoBlockWhitespace implements
<link linkend="FoBlockFoIface">FoBlockFoIface</link>.</para>
</refsect1>
<refsect1 id="FoBlockWhitespace.description" role="desc">
<title role="desc.title">Description</title>
<para>
</para>
</refsect1>
<refsect1 id="FoBlockWhitespace.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="FoBlockWhitespace-struct" role="struct">
<title>FoBlockWhitespace</title>
<indexterm zone="FoBlockWhitespace-struct"><primary>FoBlockWhitespace</primary></indexterm><programlisting>typedef struct _FoBlockWhitespace FoBlockWhitespace;</programlisting>
<para>
</para></refsect2>
<refsect2 id="FoBlockWhitespaceClass" role="struct">
<title>FoBlockWhitespaceClass</title>
<indexterm zone="FoBlockWhitespaceClass"><primary>FoBlockWhitespaceClass</primary></indexterm><programlisting>typedef struct _FoBlockWhitespaceClass FoBlockWhitespaceClass;</programlisting>
<para>
</para></refsect2>
<refsect2 id="fo-block-whitespace-new" role="function">
<title>fo_block_whitespace_new ()</title>
<indexterm zone="fo-block-whitespace-new"><primary>fo_block_whitespace_new</primary></indexterm><programlisting><link linkend="FoFo">FoFo</link>* fo_block_whitespace_new (void);</programlisting>
<para>
Creates a new <link linkend="FoBlockWhitespace"><type>FoBlockWhitespace</type></link> initialized to default value.</para>
<para>
</para><variablelist role="params">
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the new <link linkend="FoBlockWhitespace"><type>FoBlockWhitespace</type></link>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="fo-block-whitespace-update-from-context" role="function">
<title>fo_block_whitespace_update_from_context ()</title>
<indexterm zone="fo-block-whitespace-update-from-context"><primary>fo_block_whitespace_update_from_context</primary></indexterm><programlisting><link linkend="void">void</link> fo_block_whitespace_update_from_context
(<link linkend="FoFo">FoFo</link> *fo,
<link linkend="FoContext">FoContext</link> *context);</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>fo</parameter> :</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>context</parameter> :</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
</refsect1>
</refentry>
|