~ubuntu-branches/ubuntu/dapper/libgnomeui/dapper-updates

« back to all changes in this revision

Viewing changes to doc/reference/html/libgnomeui-GnomeAuthentication.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-04-11 17:46:10 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060411174610-yb9v0rvx60x0mdli
Tags: 2.14.1-0ubuntu1
* New upstream release:
  - Fix --disable-crash-dialog 
  - Fix leaks 
  - Fix gettext initialization 
* Resynchronized with Debian, only Ubuntu changes are:
  - debian/libgnomeui-0.shlibs: bumped for added interfaces.
  - debian/rules: added stuff for cleaning.
  - debian/patches/30_crash-dialog.patch: dropped, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
1
<html>
3
2
<head>
4
3
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
8
7
<link rel="up" href="application-mgmt.html" title="Application management">
9
8
<link rel="prev" href="libgnomeui-GnomeMultiScreen.html" title="GnomeMultiScreen">
10
9
<link rel="next" href="libgnomeui-GnomePassword.html" title="GnomePassword">
11
 
<meta name="generator" content="GTK-Doc V1.5 (XML mode)">
 
10
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
12
11
<link rel="stylesheet" href="style.css" type="text/css">
13
12
<link rel="chapter" href="ch01.html" title="GNOME UI Library (libgnomeui)">
14
13
</head>
15
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
16
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
17
 
<tr valign="middle">
 
15
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
18
16
<td><a accesskey="p" href="libgnomeui-GnomeMultiScreen.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
19
17
<td><a accesskey="u" href="application-mgmt.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
20
18
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
21
19
<th width="100%" align="center">GNOME UI Library Reference Manual</th>
22
20
<td><a accesskey="n" href="libgnomeui-GnomePassword.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
23
 
</tr>
24
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#top_of_page" class="shortcut">Top</a>
25
 
                  &#160;|&#160;
26
 
                  <a href="#desc" class="shortcut">Description</a></nobr></td></tr>
27
 
</table>
 
21
</tr></table>
28
22
<div class="refentry" lang="en">
29
23
<a name="libgnomeui-GnomeAuthentication"></a><div class="titlepage"></div>
30
24
<div class="refnamediv"><table width="100%"><tr>
31
25
<td valign="top">
32
 
<h2><span class="refentrytitle"><a name="top_of_page"></a>GnomeAuthentication</span></h2>
 
26
<h2><span class="refentrytitle">GnomeAuthentication</span></h2>
33
27
<p>GnomeAuthentication &#8212; </p>
34
28
</td>
35
29
<td valign="top" align="right"></td>
36
30
</tr></table></div>
37
31
<div class="refsynopsisdiv">
38
 
<a name="synopsis"></a><h2>Synopsis</h2>
 
32
<h2>Synopsis</h2>
39
33
<pre class="synopsis">
40
34
 
41
35
#include &lt;libgnomeui/libgnomeui.h&gt;
44
38
void        <a href="libgnomeui-GnomeAuthentication.html#gnome-authentication-manager-init">gnome_authentication_manager_init</a>
45
39
                                            (void);
46
40
<a
47
 
href="../glib/glib-Basic-Types.html#gboolean"
 
41
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
48
42
>gboolean</a>    <a href="libgnomeui-GnomeAuthentication.html#gnome-authentication-manager-dialog-is-visible">gnome_authentication_manager_dialog_is_visible</a>
49
43
                                            (void);
50
44
void        <a href="libgnomeui-GnomeAuthentication.html#gnome-authentication-manager-pop-async">gnome_authentication_manager_pop_async</a>
58
52
</pre>
59
53
</div>
60
54
<div class="refsect1" lang="en">
61
 
<a name="desc"></a><h2>Description</h2>
 
55
<a name="id2911393"></a><h2>Description</h2>
62
56
<p>
63
57
 
64
58
</p>
65
59
</div>
66
60
<div class="refsect1" lang="en">
67
 
<a name="details"></a><h2>Details</h2>
 
61
<a name="id2911403"></a><h2>Details</h2>
68
62
<div class="refsect2" lang="en">
69
 
<a name="id2724583"></a><h3>
 
63
<a name="id2911409"></a><h3>
70
64
<a name="gnome-authentication-manager-init"></a>gnome_authentication_manager_init ()</h3>
71
 
<a class="indexterm" name="id2724599"></a><pre class="programlisting">void        gnome_authentication_manager_init
 
65
<a class="indexterm" name="id2911420"></a><pre class="programlisting">void        gnome_authentication_manager_init
72
66
                                            (void);</pre>
73
67
<p>
74
68
This function checks for thread support and does a thread initialisation, if the support 
88
82
</div>
89
83
<hr>
90
84
<div class="refsect2" lang="en">
91
 
<a name="id2724639"></a><h3>
 
85
<a name="id2911461"></a><h3>
92
86
<a name="gnome-authentication-manager-dialog-is-visible"></a>gnome_authentication_manager_dialog_is_visible ()</h3>
93
 
<a class="indexterm" name="id2724655"></a><pre class="programlisting"><a
94
 
href="../glib/glib-Basic-Types.html#gboolean"
 
87
<a class="indexterm" name="id2911473"></a><pre class="programlisting"><a
 
88
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
95
89
>gboolean</a>    gnome_authentication_manager_dialog_is_visible
96
90
                                            (void);</pre>
97
91
<p>
115
109
</div>
116
110
<hr>
117
111
<div class="refsect2" lang="en">
118
 
<a name="id2724704"></a><h3>
 
112
<a name="id2911521"></a><h3>
119
113
<a name="gnome-authentication-manager-pop-async"></a>gnome_authentication_manager_pop_async ()</h3>
120
 
<a class="indexterm" name="id2724720"></a><pre class="programlisting">void        gnome_authentication_manager_pop_async
 
114
<a class="indexterm" name="id2911533"></a><pre class="programlisting">void        gnome_authentication_manager_pop_async
121
115
                                            (void);</pre>
122
116
<p>
123
117
This function calls <a
124
 
href="../gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-async-module-callback-pop"
 
118
href="/usr/share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-async-module-callback-pop"
125
119
><code class="function">gnome_vfs_async_module_callback_pop()</code></a> to remove all the temporary async 
126
120
gnome-vfs callbacks associated with various types of authentication.</p>
127
121
<p>
132
126
</div>
133
127
<hr>
134
128
<div class="refsect2" lang="en">
135
 
<a name="id2724766"></a><h3>
 
129
<a name="id2911578"></a><h3>
136
130
<a name="gnome-authentication-manager-pop-sync"></a>gnome_authentication_manager_pop_sync ()</h3>
137
 
<a class="indexterm" name="id2724782"></a><pre class="programlisting">void        gnome_authentication_manager_pop_sync
 
131
<a class="indexterm" name="id2911590"></a><pre class="programlisting">void        gnome_authentication_manager_pop_sync
138
132
                                            (void);</pre>
139
133
<p>
140
134
This function calls <a
141
 
href="../gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-module-callback-pop"
 
135
href="/usr/share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-module-callback-pop"
142
136
><code class="function">gnome_vfs_module_callback_pop()</code></a> to remove all the gnome-vfs sync handlers associated
143
137
with various types of authentication.</p>
144
138
<p>
149
143
</div>
150
144
<hr>
151
145
<div class="refsect2" lang="en">
152
 
<a name="id2724826"></a><h3>
 
146
<a name="id2911634"></a><h3>
153
147
<a name="gnome-authentication-manager-push-async"></a>gnome_authentication_manager_push_async ()</h3>
154
 
<a class="indexterm" name="id2724842"></a><pre class="programlisting">void        gnome_authentication_manager_push_async
 
148
<a class="indexterm" name="id2911646"></a><pre class="programlisting">void        gnome_authentication_manager_push_async
155
149
                                            (void);</pre>
156
150
<p>
157
151
This function calls <a
158
 
href="../gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-async-module-callback-push"
 
152
href="/usr/share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-async-module-callback-push"
159
153
><code class="function">gnome_vfs_async_module_callback_push()</code></a> to set temporary async handlers for 
160
154
the various types of authentication.</p>
161
155
<p>
166
160
</div>
167
161
<hr>
168
162
<div class="refsect2" lang="en">
169
 
<a name="id2724887"></a><h3>
 
163
<a name="id2911691"></a><h3>
170
164
<a name="gnome-authentication-manager-push-sync"></a>gnome_authentication_manager_push_sync ()</h3>
171
 
<a class="indexterm" name="id2724903"></a><pre class="programlisting">void        gnome_authentication_manager_push_sync
 
165
<a class="indexterm" name="id2911702"></a><pre class="programlisting">void        gnome_authentication_manager_push_sync
172
166
                                            (void);</pre>
173
167
<p>
174
168
This function calls <a
175
 
href="../gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-module-callback-push"
 
169
href="/usr/share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-module-callback-push"
176
170
><code class="function">gnome_vfs_module_callback_push()</code></a> to set temperory handlers for 
177
171
various types of authentication.</p>
178
172
<p>
183
177
</div>
184
178
</div>
185
179
</div>
 
180
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
 
181
<td align="left"><a accesskey="p" href="libgnomeui-GnomeMultiScreen.html"><b>&lt;&lt;&#160;GnomeMultiScreen</b></a></td>
 
182
<td align="right"><a accesskey="n" href="libgnomeui-GnomePassword.html"><b>GnomePassword&#160;&gt;&gt;</b></a></td>
 
183
</tr></table>
186
184
</body>
187
185
</html>