KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /usr/share/gtk-doc/html/libgnomeui/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/gtk-doc/html/libgnomeui/libgnomeui-GnomeAuthentication.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>GnomeAuthentication</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
<link rel="start" href="index.html" title="GNOME UI Library Reference Manual">
<link rel="up" href="application-mgmt.html" title="Application management">
<link rel="prev" href="libgnomeui-GnomeMultiScreen.html" title="GnomeMultiScreen">
<link rel="next" href="libgnomeui-GnomePassword.html" title="GnomePassword">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="GNOME UI Library (libgnomeui)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgnomeui-GnomeMultiScreen.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="application-mgmt.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GNOME UI Library Reference Manual</th>
<td><a accesskey="n" href="libgnomeui-GnomePassword.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2967442" class="shortcut">Top</a>
                  &#160;|&#160;
                  <a href="#id2967555" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgnomeui-GnomeAuthentication"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2967442"></a><span class="refentrytitle">GnomeAuthentication</span>
</h2>
<p>GnomeAuthentication &#8212; </p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">

#include &lt;libgnomeui/libgnomeui.h&gt;


void        <a href="libgnomeui-GnomeAuthentication.html#gnome-authentication-manager-init">gnome_authentication_manager_init</a>
                                            (void);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a>    <a href="libgnomeui-GnomeAuthentication.html#gnome-authentication-manager-dialog-is-visible">gnome_authentication_manager_dialog_is_visible</a>
                                            (void);
void        <a href="libgnomeui-GnomeAuthentication.html#gnome-authentication-manager-pop-async">gnome_authentication_manager_pop_async</a>
                                            (void);
void        <a href="libgnomeui-GnomeAuthentication.html#gnome-authentication-manager-pop-sync">gnome_authentication_manager_pop_sync</a>
                                            (void);
void        <a href="libgnomeui-GnomeAuthentication.html#gnome-authentication-manager-push-async">gnome_authentication_manager_push_async</a>
                                            (void);
void        <a href="libgnomeui-GnomeAuthentication.html#gnome-authentication-manager-push-sync">gnome_authentication_manager_push_sync</a>
                                            (void);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2967555"></a><h2>Description</h2>
<p>

</p>
</div>
<div class="refsect1" lang="en">
<a name="id2967570"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2967580"></a><h3>
<a name="gnome-authentication-manager-init"></a>gnome_authentication_manager_init ()</h3>
<a class="indexterm" name="id2967597"></a><pre class="programlisting">void        gnome_authentication_manager_init
                                            (void);</pre>
<p>
This function checks for thread support and does a thread initialisation, if the support 
is available. Also sets the default sync and async gnome-vfs callbacks for various types
of authentication.
</p>
<p>
Note: If you call this, and you use threads with gtk+, you must never
hold the gdk lock while doing synchronous gnome-vfs calls. Otherwise
an authentication callback presenting a dialog could try to grab the
already held gdk lock, causing a deadlock.</p>
<p>

</p>
<p>Since  2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2967637"></a><h3>
<a name="gnome-authentication-manager-dialog-is-visible"></a>gnome_authentication_manager_dialog_is_visible ()</h3>
<a class="indexterm" name="id2967654"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a>    gnome_authentication_manager_dialog_is_visible
                                            (void);</pre>
<p>
This function checks whether there are any references on the authentication dialog and returns a 
a gboolean value.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> TRUE if there are any references on the authentication dialog, FALSE otherwise.

</td>
</tr></tbody>
</table></div>
<p>Since  2.8
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2967702"></a><h3>
<a name="gnome-authentication-manager-pop-async"></a>gnome_authentication_manager_pop_async ()</h3>
<a class="indexterm" name="id2967718"></a><pre class="programlisting">void        gnome_authentication_manager_pop_async
                                            (void);</pre>
<p>
This function calls <a
href="/usr/share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-async-module-callback-pop"
><code class="function">gnome_vfs_async_module_callback_pop()</code></a> to remove all the temporary async 
gnome-vfs callbacks associated with various types of authentication.</p>
<p>

</p>
<p>Since  2.6
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2967764"></a><h3>
<a name="gnome-authentication-manager-pop-sync"></a>gnome_authentication_manager_pop_sync ()</h3>
<a class="indexterm" name="id2967781"></a><pre class="programlisting">void        gnome_authentication_manager_pop_sync
                                            (void);</pre>
<p>
This function calls <a
href="/usr/share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-module-callback-pop"
><code class="function">gnome_vfs_module_callback_pop()</code></a> to remove all the gnome-vfs sync handlers associated
with various types of authentication.</p>
<p>

</p>
<p>Since  2.6
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2967825"></a><h3>
<a name="gnome-authentication-manager-push-async"></a>gnome_authentication_manager_push_async ()</h3>
<a class="indexterm" name="id2967841"></a><pre class="programlisting">void        gnome_authentication_manager_push_async
                                            (void);</pre>
<p>
This function calls <a
href="/usr/share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-async-module-callback-push"
><code class="function">gnome_vfs_async_module_callback_push()</code></a> to set temporary async handlers for 
the various types of authentication.</p>
<p>

</p>
<p>Since  2.6
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2967886"></a><h3>
<a name="gnome-authentication-manager-push-sync"></a>gnome_authentication_manager_push_sync ()</h3>
<a class="indexterm" name="id2967901"></a><pre class="programlisting">void        gnome_authentication_manager_push_sync
                                            (void);</pre>
<p>
This function calls <a
href="/usr/share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-module-callback-push"
><code class="function">gnome_vfs_module_callback_push()</code></a> to set temperory handlers for 
various types of authentication.</p>
<p>

</p>
<p>Since  2.6
</p>
</div>
</div>
</div>
</body>
</html>

Anon7 - 2021