~ubuntu-branches/ubuntu/natty/gnome-keyring/natty

« back to all changes in this revision

Viewing changes to docs/reference/gcr/html/GcrSimpleCertificate.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-10 21:37:48 UTC
  • mfrom: (1.1.59 upstream)
  • Revision ID: james.westby@ubuntu.com-20100310213748-imimrnfxu32ih4t3
Tags: 2.29.92-0ubuntu1
* New upstream version:
  - Fix various problems with not storing secret value properly.
  - Return no results when a search includes a bad collection identifier.
  - Don't raise error if ssh client disconnects early.
  - Allow running in a test environment.
  - Fix error when setting default keyring to NULL.
  - Autostart gnome-keyring-daemon in LXDE as well.
  - Rework the startup again, to use a singleton crontrolled via dbus, to help
    when no process was started by pam.
  - Display password and confirm prompts when creating keyring.
  - Allow specifying CKA_ID when creating collection.
  - Give translatable label to created login keyring.
  - When no default keyring set, use login keyring.
  - Fix problem initializing socket path in rpc module.
  - Fix endless loop in reading data.
  - Potential fix or sporadic crash.
  - Solaris build fixes.
  - Updated translations.
* debian/patches/05_git_no_read_looping.patch:
  - the change is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch01.html" title="[Insert title here]">
9
9
<link rel="prev" href="GcrImporter.html" title="GcrImporter">
10
10
<link rel="next" href="gcr-GcrXxx.html" title="GcrXxx">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="ch01.html" title="[Insert title here]">
14
14
</head>
23
23
</tr>
24
24
<tr><td colspan="5" class="shortcuts">
25
25
<a href="#GcrSimpleCertificate.synopsis" class="shortcut">Top</a>
26
 
                 | 
27
 
                <a href="#GcrSimpleCertificate.description" class="shortcut">Description</a>
28
 
                 | 
29
 
                <a href="#GcrSimpleCertificate.object-hierarchy" class="shortcut">Object Hierarchy</a>
30
 
                 | 
31
 
                <a href="#GcrSimpleCertificate.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
26
                   | 
 
27
                  <a href="#GcrSimpleCertificate.description" class="shortcut">Description</a>
 
28
                   | 
 
29
                  <a href="#GcrSimpleCertificate.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
30
                   | 
 
31
                  <a href="#GcrSimpleCertificate.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
32
32
</td></tr>
33
33
</table>
34
34
<div class="refentry" title="GcrSimpleCertificate">
42
42
</tr></table></div>
43
43
<div class="refsynopsisdiv" title="Synopsis">
44
44
<a name="GcrSimpleCertificate.synopsis"></a><h2>Synopsis</h2>
45
 
<pre class="synopsis">
46
 
                    <a class="link" href="GcrSimpleCertificate.html#GcrSimpleCertificatePrivate" title="GcrSimpleCertificatePrivate">GcrSimpleCertificatePrivate</a>;
 
45
<pre class="synopsis">                    <a class="link" href="GcrSimpleCertificate.html#GcrSimpleCertificatePrivate" title="GcrSimpleCertificatePrivate">GcrSimpleCertificatePrivate</a>;
47
46
                    <a class="link" href="GcrSimpleCertificate.html#GcrSimpleCertificate-struct" title="GcrSimpleCertificate">GcrSimpleCertificate</a>;
48
 
<a class="link" href="gcr-gcr-certificate.html#GcrCertificate" title="GcrCertificate">GcrCertificate</a>*     <a class="link" href="GcrSimpleCertificate.html#gcr-simple-certificate-new" title="gcr_simple_certificate_new ()">gcr_simple_certificate_new</a>          (const <a
49
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"
50
 
>guchar</a> *data,
51
 
                                                         <a
52
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"
53
 
>gsize</a> n_data);
 
47
<a class="link" href="gcr-gcr-certificate.html#GcrCertificate" title="GcrCertificate"><span class="returnvalue">GcrCertificate</span></a>*     <a class="link" href="GcrSimpleCertificate.html#gcr-simple-certificate-new" title="gcr_simple_certificate_new ()">gcr_simple_certificate_new</a>          (const <span class="returnvalue">guchar</span> *data,
 
48
                                                         <span class="returnvalue">gsize</span> n_data);
54
49
</pre>
55
50
</div>
56
51
<div class="refsect1" title="Object Hierarchy">
57
52
<a name="GcrSimpleCertificate.object-hierarchy"></a><h2>Object Hierarchy</h2>
58
53
<pre class="synopsis">
59
 
  <a
60
 
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
61
 
>GObject</a>
 
54
  GObject
62
55
   +----GcrSimpleCertificate
63
56
</pre>
64
57
</div>
91
84
<hr>
92
85
<div class="refsect2" title="gcr_simple_certificate_new ()">
93
86
<a name="gcr-simple-certificate-new"></a><h3>gcr_simple_certificate_new ()</h3>
94
 
<pre class="programlisting"><a class="link" href="gcr-gcr-certificate.html#GcrCertificate" title="GcrCertificate">GcrCertificate</a>*     gcr_simple_certificate_new          (const <a
95
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"
96
 
>guchar</a> *data,
97
 
                                                         <a
98
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"
99
 
>gsize</a> n_data);</pre>
 
87
<pre class="programlisting"><a class="link" href="gcr-gcr-certificate.html#GcrCertificate" title="GcrCertificate"><span class="returnvalue">GcrCertificate</span></a>*     gcr_simple_certificate_new          (const <span class="returnvalue">guchar</span> *data,
 
88
                                                         <span class="returnvalue">gsize</span> n_data);</pre>
100
89
<p>
101
90
</p>
102
91
<div class="variablelist"><table border="0">
124
113
</div>
125
114
<div class="footer">
126
115
<hr>
127
 
          Generated by GTK-Doc V1.11</div>
 
116
          Generated by GTK-Doc V1.14</div>
128
117
</body>
129
 
</html>
 
118
</html>
 
 
b'\\ No newline at end of file'