~ubuntu-branches/ubuntu/oneiric/libinfinity/oneiric

« back to all changes in this revision

Viewing changes to docs/reference/libinfgtk/html/InfGtkCertificateDialog.html

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Kern
  • Date: 2009-12-22 00:04:27 UTC
  • mfrom: (1.2.2 upstream) (1.4.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091222000427-8iyupvgjy3gkle3w
Tags: 0.4.0-2
Fix up infinoted alternative in infinoted-0.4's postinst.
(Closes: #562002)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>InfGtkCertificateDialog</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
 
<link rel="home" href="index.html" title="libinfgtk-0.3 Reference Manual">
 
7
<link rel="home" href="index.html" title="libinfgtk-0.4 Reference Manual">
8
8
<link rel="up" href="ch01.html" title="libinfgtk API">
9
9
<link rel="prev" href="InfGtkCertificateManager.html" title="InfGtkCertificateManager">
10
10
<link rel="next" href="InfGtkCertificateView.html" title="InfGtkCertificateView">
18
18
<td><a accesskey="p" href="InfGtkCertificateManager.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
19
19
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
20
20
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
21
 
<th width="100%" align="center">libinfgtk-0.3 Reference Manual</th>
 
21
<th width="100%" align="center">libinfgtk-0.4 Reference Manual</th>
22
22
<td><a accesskey="n" href="InfGtkCertificateView.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
23
23
</tr>
24
24
<tr><td colspan="5" class="shortcuts">
59
59
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
60
60
>gchar</a> *hostname,
61
61
                                                         <a
62
 
href="../libinfinity-0.3/libinfinity-03-InfCertificateChain.html#InfCertificateChain"
 
62
href="../libinfinity-0.4/libinfinity-04-InfCertificateChain.html#InfCertificateChain"
63
63
>InfCertificateChain</a> *certificate_chain);
64
64
</pre>
65
65
</div>
105
105
<a name="InfGtkCertificateDialog.properties"></a><h2>Properties</h2>
106
106
<pre class="synopsis">
107
107
  "<a class="link" href="InfGtkCertificateDialog.html#InfGtkCertificateDialog--certificate-chain" title='The "certificate-chain" property'>certificate-chain</a>"        <a
108
 
href="../libinfinity-0.3/libinfinity-03-InfCertificateChain.html#InfCertificateChain"
 
108
href="../libinfinity-0.4/libinfinity-04-InfCertificateChain.html#InfCertificateChain"
109
109
>InfCertificateChain</a>*  : Read / Write
110
110
  "<a class="link" href="InfGtkCertificateDialog.html#InfGtkCertificateDialog--certificate-flags" title='The "certificate-flags" property'>certificate-flags</a>"        InfCertificateDialogFlags  : Read / Write
111
111
  "<a class="link" href="InfGtkCertificateDialog.html#InfGtkCertificateDialog--hostname" title='The "hostname" property'>hostname</a>"                 <a
158
158
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
159
159
>gchar</a> *hostname,
160
160
                                                         <a
161
 
href="../libinfinity-0.3/libinfinity-03-InfCertificateChain.html#InfCertificateChain"
 
161
href="../libinfinity-0.4/libinfinity-04-InfCertificateChain.html#InfCertificateChain"
162
162
>InfCertificateChain</a> *certificate_chain);</pre>
163
163
<p>
164
164
Creates a new <a class="link" href="InfGtkCertificateDialog.html" title="InfGtkCertificateDialog"><span class="type">InfGtkCertificateDialog</span></a>. A <a class="link" href="InfGtkCertificateDialog.html" title="InfGtkCertificateDialog"><span class="type">InfGtkCertificateDialog</span></a> shows
213
213
<div class="refsect2" title='The "certificate-chain" property'>
214
214
<a name="InfGtkCertificateDialog--certificate-chain"></a><h3>The <code class="literal">"certificate-chain"</code> property</h3>
215
215
<pre class="programlisting">  "certificate-chain"        <a
216
 
href="../libinfinity-0.3/libinfinity-03-InfCertificateChain.html#InfCertificateChain"
 
216
href="../libinfinity-0.4/libinfinity-04-InfCertificateChain.html#InfCertificateChain"
217
217
>InfCertificateChain</a>*  : Read / Write</pre>
218
218
<p>The certificate chain to show in the dialog.</p>
219
219
</div>