Add account preset object draft.
[modest] / experimental / modest / docs / reference / xml / modest-main-window.xml
1 <refentry id="modest-ModestMainWindow">
2 <refmeta>
3 <refentrytitle id="top_of_page">ModestMainWindow</refentrytitle>
4 <manvolnum>3</manvolnum>
5 <refmiscinfo>MODEST Library</refmiscinfo>
6 </refmeta>
7
8 <refnamediv>
9 <refname>ModestMainWindow</refname>
10 <refpurpose></refpurpose>
11 <!--[<xref linkend="desc" endterm="desc.title"/>]-->
12 </refnamediv>
13
14 <refsynopsisdiv id="synopsis">
15 <title id="synopsis.title">Synopsis</title>
16
17 <synopsis>
18
19
20
21             <link linkend="ModestMainWindow">ModestMainWindow</link>;
22 <link linkend="GtkWidget">GtkWidget</link>*  <link linkend="modest-main-window-new">modest_main_window_new</link>          (<link linkend="ModestConf">ModestConf</link> *modest_conf,
23                                              <link linkend="ModestAccountMgr">ModestAccountMgr</link> *modest_acc_mgr);
24
25 </synopsis>
26 </refsynopsisdiv>
27
28
29
30
31
32
33
34
35
36 <refsect1 id="desc">
37 <title id="desc.title">Description</title>
38 <para>
39
40 </para>
41 </refsect1>
42
43 <refsect1 id="details">
44 <title id="details.title">Details</title>
45 <refsect2>
46 <title><anchor id="ModestMainWindow" role="struct"/>ModestMainWindow</title>
47 <indexterm><primary>ModestMainWindow</primary></indexterm><programlisting>typedef struct {
48          GtkWindow parent;
49         /* insert public members, if any */
50 } ModestMainWindow;
51 </programlisting>
52 <para>
53
54 </para></refsect2>
55 <refsect2>
56 <title><anchor id="modest-main-window-new" role="function"/>modest_main_window_new ()</title>
57 <indexterm><primary>modest_main_window_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*  modest_main_window_new          (<link linkend="ModestConf">ModestConf</link> *modest_conf,
58                                              <link linkend="ModestAccountMgr">ModestAccountMgr</link> *modest_acc_mgr);</programlisting>
59 <para>
60
61 </para><variablelist role="params">
62 <varlistentry><term><parameter>modest_conf</parameter>&nbsp;:</term>
63 <listitem><simpara>
64 </simpara></listitem></varlistentry>
65 <varlistentry><term><parameter>modest_acc_mgr</parameter>&nbsp;:</term>
66 <listitem><simpara>
67 </simpara></listitem></varlistentry>
68 <varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
69
70
71 </simpara></listitem></varlistentry>
72 </variablelist></refsect2>
73
74 </refsect1>
75
76
77
78
79 </refentry>