~ubuntu-branches/ubuntu/maverick/empathy/maverick-201208312044

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>empathy-irc-network-dialog</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="libempathy-gtk Reference Manual">
<link rel="up" href="libempathy_api.html" title="libempathy-gtk API reference">
<link rel="prev" href="libempathy-gtk-empathy-images.html" title="empathy-images">
<link rel="next" href="libempathy-gtk-empathy-log-window.html" title="empathy-log-window">
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="pt01.html" title="Part I. libempathy-gtk Overview">
<link rel="part" href="pt02.html" title="Part II. API Reference">
<link rel="chapter" href="libempathy_api.html" title="libempathy-gtk API reference">
<link rel="chapter" href="libempathy-gtk-hierarchy.html" title="Object Hierarchy">
<link rel="index" href="ix01.html" title="Index">
</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="libempathy-gtk-empathy-images.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libempathy_api.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">libempathy-gtk Reference Manual</th>
<td><a accesskey="n" href="libempathy-gtk-empathy-log-window.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#libempathy-gtk-empathy-irc-network-dialog.synopsis" class="shortcut">Top</a>
                 | 
                <a href="#libempathy-gtk-empathy-irc-network-dialog.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry" lang="en">
<a name="libempathy-gtk-empathy-irc-network-dialog"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libempathy-gtk-empathy-irc-network-dialog.top_of_page"></a>empathy-irc-network-dialog</span></h2>
<p>empathy-irc-network-dialog</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="libempathy-gtk-empathy-irc-network-dialog.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
<a
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
>GtkWidget</a> *         <a class="link" href="libempathy-gtk-empathy-irc-network-dialog.html#empathy-irc-network-dialog-show" title="empathy_irc_network_dialog_show ()">empathy_irc_network_dialog_show</a>     (<a
href="../libempathy/EmpathyIrcNetwork.html"
>EmpathyIrcNetwork</a> *network,
                                                         <a
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
>GtkWidget</a> *parent);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="libempathy-gtk-empathy-irc-network-dialog.description"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="libempathy-gtk-empathy-irc-network-dialog.details"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="empathy-irc-network-dialog-show"></a><h3>empathy_irc_network_dialog_show ()</h3>
<pre class="programlisting"><a
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
>GtkWidget</a> *         empathy_irc_network_dialog_show     (<a
href="../libempathy/EmpathyIrcNetwork.html"
>EmpathyIrcNetwork</a> *network,
                                                         <a
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
>GtkWidget</a> *parent);</pre>
<p>
Display a dialog to configure a given <a
href="../libempathy/EmpathyIrcNetwork.html"
><span class="type">EmpathyIrcNetwork</span></a>.
This function is a singleton so if a configuration dialog already
exists we use this one to edit the network.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>network</code></em> :</span></p></td>
<td> the <a
href="../libempathy/EmpathyIrcNetwork.html"
><span class="type">EmpathyIrcNetwork</span></a> to configure
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
<td> the parent of this dialog
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> The displayed <a
href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html"
><span class="type">GtkDialog</span></a>
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.11</div>
</body>
</html>