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
|
<refentry id="xmlroff-FoError">
<refmeta>
<refentrytitle role="top_of_page" id="xmlroff-FoError.top_of_page">FoError</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>XMLROFF Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>FoError</refname>
<refpurpose></refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>
<refsynopsisdiv id="xmlroff-FoError.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>
<synopsis>
<link linkend="FoError">FoError</link>;
<link linkend="FoErrorClass">FoErrorClass</link>;
<link linkend="FoDatatype">FoDatatype</link>* <link linkend="fo-error-new">fo_error_new</link> (void);
<link linkend="FoDatatype">FoDatatype</link>* <link linkend="fo-error-new-with-value">fo_error_new_with_value</link> (<link linkend="GError">GError</link> *value);
<link linkend="GError">GError</link>* <link linkend="fo-error-get-value">fo_error_get_value</link> (<link linkend="FoDatatype">FoDatatype</link> *error);
</synopsis>
</refsynopsisdiv>
<refsect1 id="xmlroff-FoError.description" role="desc">
<title role="desc.title">Description</title>
<para>
</para>
</refsect1>
<refsect1 id="xmlroff-FoError.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="FoError" role="struct">
<title>FoError</title>
<indexterm zone="FoError"><primary>FoError</primary></indexterm><programlisting>typedef struct _FoError FoError;</programlisting>
<para>
</para></refsect2>
<refsect2 id="FoErrorClass" role="struct">
<title>FoErrorClass</title>
<indexterm zone="FoErrorClass"><primary>FoErrorClass</primary></indexterm><programlisting>typedef struct _FoErrorClass FoErrorClass;</programlisting>
<para>
</para></refsect2>
<refsect2 id="fo-error-new" role="function">
<title>fo_error_new ()</title>
<indexterm zone="fo-error-new"><primary>fo_error_new</primary></indexterm><programlisting><link linkend="FoDatatype">FoDatatype</link>* fo_error_new (void);</programlisting>
<para>
Creates a new <link linkend="FoError"><type>FoError</type></link> initialized to default value.</para>
<para>
</para><variablelist role="params">
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The new <link linkend="FoError"><type>FoError</type></link>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="fo-error-new-with-value" role="function">
<title>fo_error_new_with_value ()</title>
<indexterm zone="fo-error-new-with-value"><primary>fo_error_new_with_value</primary></indexterm><programlisting><link linkend="FoDatatype">FoDatatype</link>* fo_error_new_with_value (<link linkend="GError">GError</link> *value);</programlisting>
<para>
Creates a new <link linkend="FoError"><type>FoError</type></link> set to <parameter>value</parameter></para>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>value</parameter> :</term>
<listitem><simpara> Error of the new <link linkend="FoError"><type>FoError</type></link>
</simpara></listitem></varlistentry>
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The new <link linkend="FoError"><type>FoError</type></link>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="fo-error-get-value" role="function">
<title>fo_error_get_value ()</title>
<indexterm zone="fo-error-get-value"><primary>fo_error_get_value</primary></indexterm><programlisting><link linkend="GError">GError</link>* fo_error_get_value (<link linkend="FoDatatype">FoDatatype</link> *error);</programlisting>
<para>
Get the value of <parameter>error</parameter></para>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>error</parameter> :</term>
<listitem><simpara> <link linkend="FoError"><type>FoError</type></link>
</simpara></listitem></varlistentry>
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <link linkend="GError"><type>GError</type></link>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
</refsect1>
</refentry>
|