~ubuntu-branches/ubuntu/precise/evolution/precise

« back to all changes in this revision

Viewing changes to doc/reference/shell/html/eshell-User-Alert-Handling.html

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-09-08 09:38:57 UTC
  • mfrom: (1.1.84 upstream)
  • Revision ID: package-import@ubuntu.com-20110908093857-6lfl04ke2ns3kx2o
Tags: 3.1.91-0ubuntu1
* New upstream release. (LP: #843769)
* debian/control: bump e-d-s Build-Depends to 3.1.91. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>User Alert Handling</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="Evolution Shell Reference Manual">
8
8
<link rel="up" href="ch02.html" title="Basic Utility Functions">
9
9
<link rel="prev" href="eshell-Mail-Accounts.html" title="Mail Accounts">
10
10
<link rel="next" href="eshell-Bit-Arrays-(Legacy).html" title="Bit Arrays (Legacy)">
11
 
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
41
41
#define             <a class="link" href="eshell-User-Alert-Handling.html#E-ALERT-NO-SAVE-FILE:CAPS" title="E_ALERT_NO_SAVE_FILE">E_ALERT_NO_SAVE_FILE</a>
42
42
#define             <a class="link" href="eshell-User-Alert-Handling.html#E-ALERT-NO-LOAD-FILE:CAPS" title="E_ALERT_NO_LOAD_FILE">E_ALERT_NO_LOAD_FILE</a>
43
43
struct              <a class="link" href="eshell-User-Alert-Handling.html#EAlert" title="struct EAlert">EAlert</a>;
44
 
<a class="link" href="eshell-User-Alert-Handling.html#EAlert" title="struct EAlert"><span class="returnvalue">EAlert</span></a> *            <a class="link" href="eshell-User-Alert-Handling.html#e-alert-new" title="e_alert_new ()">e_alert_new</a>                         (<em class="parameter"><code>const <span class="type">gchar</span> *tag</code></em>,
 
44
<a class="link" href="eshell-User-Alert-Handling.html#EAlert" title="struct EAlert"><span class="returnvalue">EAlert</span></a> *                  <a class="link" href="eshell-User-Alert-Handling.html#e-alert-new" title="e_alert_new ()">e_alert_new</a>                         (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tag</code></em>,
45
45
                                                         <em class="parameter"><code>...</code></em>);
46
 
<span class="returnvalue">gint</span>                <a class="link" href="eshell-User-Alert-Handling.html#e-alert-run-dialog" title="e_alert_run_dialog ()">e_alert_run_dialog</a>                  (<em class="parameter"><code><span class="type">GtkWindow</span> *parent</code></em>,
 
46
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="eshell-User-Alert-Handling.html#e-alert-run-dialog" title="e_alert_run_dialog ()">e_alert_run_dialog</a>                  (<em class="parameter"><code><span class="type">GtkWindow</span> *parent</code></em>,
47
47
                                                         <em class="parameter"><code><a class="link" href="eshell-User-Alert-Handling.html#EAlert" title="struct EAlert"><span class="type">EAlert</span></a> *alert</code></em>);
48
 
<span class="returnvalue">gint</span>                <a class="link" href="eshell-User-Alert-Handling.html#e-alert-run-dialog-for-args" title="e_alert_run_dialog_for_args ()">e_alert_run_dialog_for_args</a>         (<em class="parameter"><code><span class="type">GtkWindow</span> *parent</code></em>,
49
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *tag</code></em>,
 
48
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="eshell-User-Alert-Handling.html#e-alert-run-dialog-for-args" title="e_alert_run_dialog_for_args ()">e_alert_run_dialog_for_args</a>         (<em class="parameter"><code><span class="type">GtkWindow</span> *parent</code></em>,
 
49
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tag</code></em>,
50
50
                                                         <em class="parameter"><code>...</code></em>);
51
51
</pre>
52
52
</div>
93
93
<hr>
94
94
<div class="refsect2">
95
95
<a name="e-alert-new"></a><h3>e_alert_new ()</h3>
96
 
<pre class="programlisting"><a class="link" href="eshell-User-Alert-Handling.html#EAlert" title="struct EAlert"><span class="returnvalue">EAlert</span></a> *            e_alert_new                         (<em class="parameter"><code>const <span class="type">gchar</span> *tag</code></em>,
 
96
<pre class="programlisting"><a class="link" href="eshell-User-Alert-Handling.html#EAlert" title="struct EAlert"><span class="returnvalue">EAlert</span></a> *              e_alert_new                         (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tag</code></em>,
97
97
                                                         <em class="parameter"><code>...</code></em>);</pre>
98
98
<p>
99
99
Creates a new EAlert.  The <em class="parameter"><code>tag</code></em> argument is used to determine
119
119
<hr>
120
120
<div class="refsect2">
121
121
<a name="e-alert-run-dialog"></a><h3>e_alert_run_dialog ()</h3>
122
 
<pre class="programlisting"><span class="returnvalue">gint</span>                e_alert_run_dialog                  (<em class="parameter"><code><span class="type">GtkWindow</span> *parent</code></em>,
 
122
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                e_alert_run_dialog                  (<em class="parameter"><code><span class="type">GtkWindow</span> *parent</code></em>,
123
123
                                                         <em class="parameter"><code><a class="link" href="eshell-User-Alert-Handling.html#EAlert" title="struct EAlert"><span class="type">EAlert</span></a> *alert</code></em>);</pre>
124
124
<p>
125
125
</p>
127
127
<hr>
128
128
<div class="refsect2">
129
129
<a name="e-alert-run-dialog-for-args"></a><h3>e_alert_run_dialog_for_args ()</h3>
130
 
<pre class="programlisting"><span class="returnvalue">gint</span>                e_alert_run_dialog_for_args         (<em class="parameter"><code><span class="type">GtkWindow</span> *parent</code></em>,
131
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *tag</code></em>,
 
130
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                e_alert_run_dialog_for_args         (<em class="parameter"><code><span class="type">GtkWindow</span> *parent</code></em>,
 
131
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tag</code></em>,
132
132
                                                         <em class="parameter"><code>...</code></em>);</pre>
133
133
<p>
134
134
</p>
137
137
</div>
138
138
<div class="footer">
139
139
<hr>
140
 
          Generated by GTK-Doc V1.17.1</div>
 
140
          Generated by GTK-Doc V1.17</div>
141
141
</body>
142
142
</html>
 
 
b'\\ No newline at end of file'