~carifio/seahorse/seahorse-remove-broken-help-buttons

« back to all changes in this revision

Viewing changes to reference/libcryptui/html/libcryptui-cryptui-key-combo.html

ImportĀ upstreamĀ versionĀ 2.28.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>cryptui-key-combo</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="libcryptui Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
 
7
<link rel="home" href="index.html" title="libcryptui Reference Manual">
8
8
<link rel="up" href="ch01.html" title="libcryptui Objects and Functions">
9
9
<link rel="prev" href="libcryptui-CryptUIKeyset.html" title="CryptUIKeyset">
10
10
<link rel="next" href="libcryptui-cryptui-key-list.html" title="cryptui-key-list">
27
27
                <a href="#libcryptui-cryptui-key-combo.description" class="shortcut">Description</a>
28
28
</td></tr>
29
29
</table>
30
 
<div class="refentry" lang="en">
 
30
<div class="refentry" title="cryptui-key-combo">
31
31
<a name="libcryptui-cryptui-key-combo"></a><div class="titlepage"></div>
32
32
<div class="refnamediv"><table width="100%"><tr>
33
33
<td valign="top">
36
36
</td>
37
37
<td valign="top" align="right"></td>
38
38
</tr></table></div>
39
 
<div class="refsynopsisdiv">
 
39
<div class="refsynopsisdiv" title="Synopsis">
40
40
<a name="libcryptui-cryptui-key-combo.synopsis"></a><h2>Synopsis</h2>
41
41
<pre class="synopsis">
42
42
<a
65
65
>GtkComboBox</a> *ckcombo);
66
66
</pre>
67
67
</div>
68
 
<div class="refsect1" lang="en">
 
68
<div class="refsect1" title="Description">
69
69
<a name="libcryptui-cryptui-key-combo.description"></a><h2>Description</h2>
70
70
<p>
71
71
</p>
72
72
</div>
73
 
<div class="refsect1" lang="en">
 
73
<div class="refsect1" title="Details">
74
74
<a name="libcryptui-cryptui-key-combo.details"></a><h2>Details</h2>
75
 
<div class="refsect2" lang="en">
 
75
<div class="refsect2" title="cryptui_key_combo_new ()">
76
76
<a name="cryptui-key-combo-new"></a><h3>cryptui_key_combo_new ()</h3>
77
77
<pre class="programlisting"><a
78
78
href="http://library.gnome.org/devel/gtk/unstable/GtkComboBox.html"
98
98
</table></div>
99
99
</div>
100
100
<hr>
101
 
<div class="refsect2" lang="en">
 
101
<div class="refsect2" title="cryptui_key_combo_setup ()">
102
102
<a name="cryptui-key-combo-setup"></a><h3>cryptui_key_combo_setup ()</h3>
103
103
<pre class="programlisting">void                cryptui_key_combo_setup             (<a
104
104
href="http://library.gnome.org/devel/gtk/unstable/GtkComboBox.html"
125
125
</table></div>
126
126
</div>
127
127
<hr>
128
 
<div class="refsect2" lang="en">
 
128
<div class="refsect2" title="cryptui_key_combo_get_key_store ()">
129
129
<a name="cryptui-key-combo-get-key-store"></a><h3>cryptui_key_combo_get_key_store ()</h3>
130
130
<pre class="programlisting"><a class="link" href="libcryptui-CryptUIKeyStore.html#CryptUIKeyStore" title="CryptUIKeyStore">CryptUIKeyStore</a>*    cryptui_key_combo_get_key_store     (<a
131
131
href="http://library.gnome.org/devel/gtk/unstable/GtkComboBox.html"
151
151
</table></div>
152
152
</div>
153
153
<hr>
154
 
<div class="refsect2" lang="en">
 
154
<div class="refsect2" title="cryptui_key_combo_get_keyset ()">
155
155
<a name="cryptui-key-combo-get-keyset"></a><h3>cryptui_key_combo_get_keyset ()</h3>
156
156
<pre class="programlisting"><a class="link" href="libcryptui-CryptUIKeyset.html#CryptUIKeyset" title="CryptUIKeyset">CryptUIKeyset</a>*      cryptui_key_combo_get_keyset        (<a
157
157
href="http://library.gnome.org/devel/gtk/unstable/GtkComboBox.html"
177
177
</table></div>
178
178
</div>
179
179
<hr>
180
 
<div class="refsect2" lang="en">
 
180
<div class="refsect2" title="cryptui_key_combo_set_key ()">
181
181
<a name="cryptui-key-combo-set-key"></a><h3>cryptui_key_combo_set_key ()</h3>
182
182
<pre class="programlisting">void                cryptui_key_combo_set_key           (<a
183
183
href="http://library.gnome.org/devel/gtk/unstable/GtkComboBox.html"
206
206
</table></div>
207
207
</div>
208
208
<hr>
209
 
<div class="refsect2" lang="en">
 
209
<div class="refsect2" title="cryptui_key_combo_get_key ()">
210
210
<a name="cryptui-key-combo-get-key"></a><h3>cryptui_key_combo_get_key ()</h3>
211
211
<pre class="programlisting">const <a
212
212
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"