~ubuntu-branches/ubuntu/trusty/evolution-exchange/trusty

« back to all changes in this revision

Viewing changes to docs/reference/html/evolution-exchange-E2kUserDialog.html

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Jeremy Bicha, Michael Biebl
  • Date: 2012-06-20 06:48:27 UTC
  • mfrom: (1.1.80) (0.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20120620064827-yzlmon3kc8gzd7pf
Tags: 3.4.3-2
* Team upload.

[ Jeremy Bicha ]
* Drop debian/exchange-connector-setup-2.26.1:
  - The manpage doesn't have any useful information and wasn't
    being installed anyway.

[ Michael Biebl ]
* Strip debian/tmp/ from .install file.
* List missing files on installation.
* Update Vcs-* URLs.
* Drop obsolete Build-Depends on liborbit2-dev and group the evo/eds
  Build-Depends together.
* Drop obsolete workaround to set -fPIC explicitly via CFLAGS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch03.html" title="libexchange public API reference">
9
9
<link rel="prev" href="evolution-exchange-e2k-uri.html" title="E2kUri">
10
10
<link rel="next" href="evolution-exchange-e2k-http-utils.html" title="e2k-http-utils">
11
 
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (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">
38
38
<div class="refsynopsisdiv">
39
39
<a name="evolution-exchange-E2kUserDialog.synopsis"></a><h2>Synopsis</h2>
40
40
<pre class="synopsis">struct              <a class="link" href="evolution-exchange-E2kUserDialog.html#E2kUserDialog" title="struct E2kUserDialog">E2kUserDialog</a>;
41
 
<span class="returnvalue">GtkWidget</span> *         <a class="link" href="evolution-exchange-E2kUserDialog.html#e2k-user-dialog-new" title="e2k_user_dialog_new ()">e2k_user_dialog_new</a>                 (<em class="parameter"><code><span class="type">GtkWidget</span> *parent_window</code></em>,
42
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *label_text</code></em>,
43
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *section_name</code></em>);
44
 
<span class="returnvalue">gchar</span> *             <a class="link" href="evolution-exchange-E2kUserDialog.html#e2k-user-dialog-get-user" title="e2k_user_dialog_get_user ()">e2k_user_dialog_get_user</a>            (<em class="parameter"><code><a class="link" href="evolution-exchange-E2kUserDialog.html#E2kUserDialog" title="struct E2kUserDialog"><span class="type">E2kUserDialog</span></a> *dialog</code></em>);
 
41
<a href="http://developer.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="evolution-exchange-E2kUserDialog.html#e2k-user-dialog-new" title="e2k_user_dialog_new ()">e2k_user_dialog_new</a>                 (<em class="parameter"><code><a href="http://developer.gnome.org/devel/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *parent_window</code></em>,
 
42
                                                         <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> *label_text</code></em>,
 
43
                                                         <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> *section_name</code></em>);
 
44
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="evolution-exchange-E2kUserDialog.html#e2k-user-dialog-get-user" title="e2k_user_dialog_get_user ()">e2k_user_dialog_get_user</a>            (<em class="parameter"><code><a class="link" href="evolution-exchange-E2kUserDialog.html#E2kUserDialog" title="struct E2kUserDialog"><span class="type">E2kUserDialog</span></a> *dialog</code></em>);
45
45
</pre>
46
46
</div>
47
47
<div class="refsect1">
68
68
<hr>
69
69
<div class="refsect2">
70
70
<a name="e2k-user-dialog-new"></a><h3>e2k_user_dialog_new ()</h3>
71
 
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         e2k_user_dialog_new                 (<em class="parameter"><code><span class="type">GtkWidget</span> *parent_window</code></em>,
72
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *label_text</code></em>,
73
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *section_name</code></em>);</pre>
 
71
<pre class="programlisting"><a href="http://developer.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         e2k_user_dialog_new                 (<em class="parameter"><code><a href="http://developer.gnome.org/devel/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *parent_window</code></em>,
 
72
                                                         <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> *label_text</code></em>,
 
73
                                                         <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> *section_name</code></em>);</pre>
74
74
<p>
75
75
Creates a new user selection dialog.
76
76
</p>
91
91
</tr>
92
92
<tr>
93
93
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
94
 
<td>A newly-created user selection dialog, or <a href="/home/chen/opt34/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if
 
94
<td>A newly-created user selection dialog, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
95
95
the dialog could not be created.</td>
96
96
</tr>
97
97
</tbody>
100
100
<hr>
101
101
<div class="refsect2">
102
102
<a name="e2k-user-dialog-get-user"></a><h3>e2k_user_dialog_get_user ()</h3>
103
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             e2k_user_dialog_get_user            (<em class="parameter"><code><a class="link" href="evolution-exchange-E2kUserDialog.html#E2kUserDialog" title="struct E2kUserDialog"><span class="type">E2kUserDialog</span></a> *dialog</code></em>);</pre>
 
103
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             e2k_user_dialog_get_user            (<em class="parameter"><code><a class="link" href="evolution-exchange-E2kUserDialog.html#E2kUserDialog" title="struct E2kUserDialog"><span class="type">E2kUserDialog</span></a> *dialog</code></em>);</pre>
104
104
<p>
105
105
Gets the email address of the selected user from the dialog.
106
106
</p>
113
113
</tr>
114
114
<tr>
115
115
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
116
 
<td>the email address, which must be freed with <code class="function">g_free()</code>.</td>
 
116
<td>the email address, which must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
117
117
</tr>
118
118
</tbody>
119
119
</table></div>
122
122
</div>
123
123
<div class="footer">
124
124
<hr>
125
 
          Generated by GTK-Doc V1.18.1</div>
 
125
          Generated by GTK-Doc V1.18</div>
126
126
</body>
127
127
</html>
 
 
b'\\ No newline at end of file'