summaryrefslogtreecommitdiff
path: root/doc/sgml/gmime.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sgml/gmime.sgml')
-rw-r--r--doc/sgml/gmime.sgml87
1 files changed, 87 insertions, 0 deletions
diff --git a/doc/sgml/gmime.sgml b/doc/sgml/gmime.sgml
new file mode 100644
index 00000000..1a3d1117
--- /dev/null
+++ b/doc/sgml/gmime.sgml
@@ -0,0 +1,87 @@
+<refentry id="gmime-gmime">
+<refmeta>
+<refentrytitle>gmime</refentrytitle>
+<manvolnum>3</manvolnum>
+<refmiscinfo>GMIME Library</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>gmime</refname><refpurpose></refpurpose>
+</refnamediv>
+
+<refsynopsisdiv><title>Synopsis</title>
+<synopsis>
+
+
+
+#define <link linkend="GMIME-CHECK-VERSION-CAPS">GMIME_CHECK_VERSION</link> (major,minor,micro)
+#define <link linkend="GMIME-INIT-FLAG-UTF8-CAPS">GMIME_INIT_FLAG_UTF8</link>
+void <link linkend="g-mime-init">g_mime_init</link> (<link linkend="guint32">guint32</link> flags);
+</synopsis>
+</refsynopsisdiv>
+
+
+
+
+
+<refsect1>
+<title>Description</title>
+<para>
+
+</para>
+</refsect1>
+
+<refsect1>
+<title>Details</title>
+<refsect2>
+<title><anchor id="GMIME-CHECK-VERSION-CAPS">GMIME_CHECK_VERSION()</title>
+<programlisting>#define GMIME_CHECK_VERSION(major,minor,micro)</programlisting>
+<para>
+
+</para><informaltable pgwide=1 frame="none" role="params">
+<tgroup cols="2">
+<colspec colwidth="2*">
+<colspec colwidth="8*">
+<tbody>
+<row><entry align="right"><parameter>major</parameter>&nbsp;:</entry>
+<entry>
+</entry></row>
+<row><entry align="right"><parameter>minor</parameter>&nbsp;:</entry>
+<entry>
+</entry></row>
+<row><entry align="right"><parameter>micro</parameter>&nbsp;:</entry>
+<entry>
+
+
+</entry></row>
+</tbody></tgroup></informaltable></refsect2>
+<refsect2>
+<title><anchor id="GMIME-INIT-FLAG-UTF8-CAPS">GMIME_INIT_FLAG_UTF8</title>
+<programlisting>#define GMIME_INIT_FLAG_UTF8 (1 &lt;&lt; 0)
+</programlisting>
+<para>
+
+</para></refsect2>
+<refsect2>
+<title><anchor id="g-mime-init">g_mime_init ()</title>
+<programlisting>void g_mime_init (<link linkend="guint32">guint32</link> flags);</programlisting>
+<para>
+Initailizes GMime.</para>
+<para>
+
+</para><informaltable pgwide=1 frame="none" role="params">
+<tgroup cols="2">
+<colspec colwidth="2*">
+<colspec colwidth="8*">
+<tbody>
+<row><entry align="right"><parameter>flags</parameter>&nbsp;:</entry>
+<entry> initialization flags
+</entry></row>
+</tbody></tgroup></informaltable></refsect2>
+
+</refsect1>
+
+
+
+
+</refentry>