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 111 112 113 114 115 116 117
|
<refentry id="xmlroff-fo-marker-parent">
<refmeta>
<refentrytitle role="top_of_page" id="xmlroff-fo-marker-parent.top_of_page">fo-marker-parent</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>XMLROFF Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>fo-marker-parent</refname>
<refpurpose></refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>
<refsynopsisdiv id="xmlroff-fo-marker-parent.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>
<anchor id="FoMarkerParent"/>
<synopsis>
<link linkend="FoMarkerParent-struct">FoMarkerParent</link>;
<link linkend="FoMarkerParentClass">FoMarkerParentClass</link>;
<link linkend="FoFo">FoFo</link>* <link linkend="fo-marker-parent-new">fo_marker_parent_new</link> (void);
<link linkend="void">void</link> <link linkend="fo-marker-parent-update-from-context">fo_marker_parent_update_from_context</link>
(<link linkend="FoFo">FoFo</link> *fo,
<link linkend="FoContext">FoContext</link> *context);
</synopsis>
</refsynopsisdiv>
<refsect1 id="xmlroff-fo-marker-parent.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>
+----FoMarkerParent
+----<link linkend="FoBasicLink">FoBasicLink</link>
+----<link linkend="FoBidiOverride">FoBidiOverride</link>
+----<link linkend="FoBlock">FoBlock</link>
+----<link linkend="FoBlockContainer">FoBlockContainer</link>
+----<link linkend="FoInlineContainer">FoInlineContainer</link>
+----<link linkend="FoInline">FoInline</link>
+----<link linkend="FoListBlock">FoListBlock</link>
+----<link linkend="FoListItemBody">FoListItemBody</link>
+----<link linkend="FoListItem">FoListItem</link>
+----<link linkend="FoListItemLabel">FoListItemLabel</link>
+----<link linkend="FoTableAndCaption">FoTableAndCaption</link>
+----<link linkend="FoTablePart">FoTablePart</link>
+----<link linkend="FoTableCaption">FoTableCaption</link>
+----<link linkend="FoTableCell">FoTableCell</link>
+----<link linkend="FoTable">FoTable</link>
+----<link linkend="FoWrapper">FoWrapper</link>
</synopsis>
</refsect1>
<refsect1 id="xmlroff-fo-marker-parent.description" role="desc">
<title role="desc.title">Description</title>
<para>
</para>
</refsect1>
<refsect1 id="xmlroff-fo-marker-parent.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="FoMarkerParent-struct" role="struct">
<title>FoMarkerParent</title>
<indexterm zone="FoMarkerParent-struct"><primary>FoMarkerParent</primary></indexterm><programlisting>typedef struct _FoMarkerParent FoMarkerParent;</programlisting>
<para>
</para></refsect2>
<refsect2 id="FoMarkerParentClass" role="struct">
<title>FoMarkerParentClass</title>
<indexterm zone="FoMarkerParentClass"><primary>FoMarkerParentClass</primary></indexterm><programlisting>typedef struct _FoMarkerParentClass FoMarkerParentClass;</programlisting>
<para>
</para></refsect2>
<refsect2 id="fo-marker-parent-new" role="function">
<title>fo_marker_parent_new ()</title>
<indexterm zone="fo-marker-parent-new"><primary>fo_marker_parent_new</primary></indexterm><programlisting><link linkend="FoFo">FoFo</link>* fo_marker_parent_new (void);</programlisting>
<para>
Creates a new <link linkend="FoMarkerParent"><type>FoMarkerParent</type></link> initialized to default value.</para>
<para>
</para><variablelist role="params">
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the new <link linkend="FoMarkerParent"><type>FoMarkerParent</type></link>.
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="fo-marker-parent-update-from-context" role="function">
<title>fo_marker_parent_update_from_context ()</title>
<indexterm zone="fo-marker-parent-update-from-context"><primary>fo_marker_parent_update_from_context</primary></indexterm><programlisting><link linkend="void">void</link> fo_marker_parent_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>
|