~ubuntu-branches/ubuntu/precise/gnome-keyring/precise

« back to all changes in this revision

Viewing changes to docs/reference/gcr/html/gcr-GcrListSelector.html

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson, Chris Coulson, Mathieu Trudel-Lapierre
  • Date: 2011-08-10 12:29:33 UTC
  • mfrom: (1.1.70 upstream)
  • Revision ID: james.westby@ubuntu.com-20110810122933-0ezu9rqbnw956vwn
Tags: 3.1.4-0ubuntu1
[ Chris Coulson ]
* New upstream release
* Drop the multi-flavor (gtk2/gtk3) build - the new version supports
  only gtk3
  - update debian/rules
  - bump debian/compat to 7, else we need to add debian/tmp back to all
    the install files so that dh_install can find them (or continue to
    specify DEB_DH_INSTALL_SOURCEDIR in debian/rules)
  - Drop libgcr1 and libgcr-dev from debian/control.in
  - Remove debian/libgcr1.install and debian/libgcr-dev.install
  - Drop the libgtk2.0-dev build-depend
* Update for the libgck -> libgck-1 soname change
  - update debian/control
  - rename debian/libgck0.install => debian/libgck-1-0.install
  - update debian/libgck-1-0.install
  - rename debian/libgck0.symbols => debian/libgck-1-0.symbols
  - update debian/libgck-1-0.symbols
  - rename debian/libgck-dev.install => debian/libgck-1-dev.install
  - update debian/libgck-1-dev.install
* Update symbols for libgcr-3. Note that upstream removed some symbols
  without bumping the soname (in addition to adding symbols). However,
  these aren't actually used anywhere, and they have only ever existed
  in the current unstable series so we just ignore this for now :/
  - update debian/libgcr-3-1.symbols
* Drop debian/patches/05_onlyshowin_unity.patch - fixed upstream
* Add build-depend on libp11-kit-dev
* Install the contents of /usr/share/icons and /etc/pkcs11
  - update debian/gnome-keyring.install
* Revert an unintentional change of the libgcr soname to an older version
  - add debian/patches/05_revert_gcr_soname_bump.patch
  - update debian/patches/series

[ Mathieu Trudel-Lapierre ]
* debian/patches/99git_fs_caps_11a5d41.patch,
  debian/patches/99git_ipc_lock_caps_ad67edd.patch: dropped, included in
  release upstream tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>GcrListSelector</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
7
<link rel="home" href="index.html" title="Gcr Library Reference Manual">
 
8
<link rel="up" href="widgets.html" title="Part III. Widgets">
 
9
<link rel="prev" href="gcr-GcrComboSelector.html" title="GcrComboSelector">
 
10
<link rel="next" href="gcr-GcrTreeSelector.html" title="GcrTreeSelector">
 
11
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
</head>
 
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
16
<tr valign="middle">
 
17
<td><a accesskey="p" href="gcr-GcrComboSelector.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
20
<th width="100%" align="center">Gcr Library Reference Manual</th>
 
21
<td><a accesskey="n" href="gcr-GcrTreeSelector.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
22
</tr>
 
23
<tr><td colspan="5" class="shortcuts">
 
24
<a href="#gcr-GcrListSelector.synopsis" class="shortcut">Top</a>
 
25
                   | 
 
26
                  <a href="#gcr-GcrListSelector.description" class="shortcut">Description</a>
 
27
</td></tr>
 
28
</table>
 
29
<div class="refentry">
 
30
<a name="gcr-GcrListSelector"></a><div class="titlepage"></div>
 
31
<div class="refnamediv"><table width="100%"><tr>
 
32
<td valign="top">
 
33
<h2><span class="refentrytitle"><a name="gcr-GcrListSelector.top_of_page"></a>GcrListSelector</span></h2>
 
34
<p>GcrListSelector — A selector widget to one or more certificates from a list.</p>
 
35
</td>
 
36
<td valign="top" align="right"><img src="list-selector.png"></td>
 
37
</tr></table></div>
 
38
<div class="refsynopsisdiv">
 
39
<a name="gcr-GcrListSelector.synopsis"></a><h2>Synopsis</h2>
 
40
<pre class="synopsis">struct              <a class="link" href="gcr-GcrListSelector.html#GcrListSelector" title="struct GcrListSelector">GcrListSelector</a>;
 
41
struct              <a class="link" href="gcr-GcrListSelector.html#GcrListSelectorClass" title="struct GcrListSelectorClass">GcrListSelectorClass</a>;
 
42
<a class="link" href="gcr-GcrListSelector.html#GcrListSelector" title="struct GcrListSelector"><span class="returnvalue">GcrListSelector</span></a> *          <a class="link" href="gcr-GcrListSelector.html#gcr-list-selector-new" title="gcr_list_selector_new ()">gcr_list_selector_new</a>        (<em class="parameter"><code><a class="link" href="gcr-GcrCollection.html#GcrCollection" title="GcrCollection"><span class="type">GcrCollection</span></a> *collection</code></em>);
 
43
<a class="link" href="gcr-GcrCollection.html#GcrCollection" title="GcrCollection"><span class="returnvalue">GcrCollection</span></a> *            <a class="link" href="gcr-GcrListSelector.html#gcr-list-selector-get-collection" title="gcr_list_selector_get_collection ()">gcr_list_selector_get_collection</a>
 
44
                                                        (<em class="parameter"><code><a class="link" href="gcr-GcrListSelector.html#GcrListSelector" title="struct GcrListSelector"><span class="type">GcrListSelector</span></a> *self</code></em>);
 
45
const <a class="link" href="gcr-GcrColumn.html#GcrColumn" title="GcrColumn"><span class="returnvalue">GcrColumn</span></a> *          <a class="link" href="gcr-GcrListSelector.html#gcr-list-selector-get-columns" title="gcr_list_selector_get_columns ()">gcr_list_selector_get_columns</a>
 
46
                                                        (<em class="parameter"><code><a class="link" href="gcr-GcrListSelector.html#GcrListSelector" title="struct GcrListSelector"><span class="type">GcrListSelector</span></a> *self</code></em>);
 
47
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *                    <a class="link" href="gcr-GcrListSelector.html#gcr-list-selector-get-selected" title="gcr_list_selector_get_selected ()">gcr_list_selector_get_selected</a>
 
48
                                                        (<em class="parameter"><code><a class="link" href="gcr-GcrListSelector.html#GcrListSelector" title="struct GcrListSelector"><span class="type">GcrListSelector</span></a> *self</code></em>);
 
49
<span class="returnvalue">void</span>                <a class="link" href="gcr-GcrListSelector.html#gcr-list-selector-set-selected" title="gcr_list_selector_set_selected ()">gcr_list_selector_set_selected</a>      (<em class="parameter"><code><a class="link" href="gcr-GcrListSelector.html#GcrListSelector" title="struct GcrListSelector"><span class="type">GcrListSelector</span></a> *self</code></em>,
 
50
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *selected</code></em>);
 
51
</pre>
 
52
</div>
 
53
<div class="refsect1">
 
54
<a name="gcr-GcrListSelector.description"></a><h2>Description</h2>
 
55
<p>
 
56
The <a class="link" href="gcr-GcrListSelector.html#GcrListSelector" title="struct GcrListSelector"><span class="type">GcrListSelector</span></a> can be used to select one or more certificates or keys.
 
57
Live search is available for quick filtering.
 
58
</p>
 
59
</div>
 
60
<div class="refsect1">
 
61
<a name="gcr-GcrListSelector.details"></a><h2>Details</h2>
 
62
<div class="refsect2">
 
63
<a name="GcrListSelector"></a><h3>struct GcrListSelector</h3>
 
64
<pre class="programlisting">struct GcrListSelector {
 
65
        GtkTreeView parent;
 
66
};
 
67
</pre>
 
68
<p>
 
69
A list selector widget.
 
70
</p>
 
71
<div class="variablelist"><table border="0">
 
72
<col align="left" valign="top">
 
73
<tbody><tr>
 
74
<td><p><span class="term"><a href="http://library.gnome.org/devel/gtk/GtkTreeView.html"><span class="type">GtkTreeView</span></a> <em class="structfield"><code><a name="GcrListSelector.parent"></a>parent</code></em>;</span></p></td>
 
75
<td>Parent object</td>
 
76
</tr></tbody>
 
77
</table></div>
 
78
</div>
 
79
<hr>
 
80
<div class="refsect2">
 
81
<a name="GcrListSelectorClass"></a><h3>struct GcrListSelectorClass</h3>
 
82
<pre class="programlisting">struct GcrListSelectorClass {
 
83
};
 
84
</pre>
 
85
<p>
 
86
The class for <a class="link" href="gcr-GcrListSelector.html#GcrListSelector" title="struct GcrListSelector"><span class="type">GcrListSelector</span></a>.
 
87
</p>
 
88
</div>
 
89
<hr>
 
90
<div class="refsect2">
 
91
<a name="gcr-list-selector-new"></a><h3>gcr_list_selector_new ()</h3>
 
92
<pre class="programlisting"><a class="link" href="gcr-GcrListSelector.html#GcrListSelector" title="struct GcrListSelector"><span class="returnvalue">GcrListSelector</span></a> *          gcr_list_selector_new        (<em class="parameter"><code><a class="link" href="gcr-GcrCollection.html#GcrCollection" title="GcrCollection"><span class="type">GcrCollection</span></a> *collection</code></em>);</pre>
 
93
<p>
 
94
</p>
 
95
</div>
 
96
<hr>
 
97
<div class="refsect2">
 
98
<a name="gcr-list-selector-get-collection"></a><h3>gcr_list_selector_get_collection ()</h3>
 
99
<pre class="programlisting"><a class="link" href="gcr-GcrCollection.html#GcrCollection" title="GcrCollection"><span class="returnvalue">GcrCollection</span></a> *            gcr_list_selector_get_collection
 
100
                                                        (<em class="parameter"><code><a class="link" href="gcr-GcrListSelector.html#GcrListSelector" title="struct GcrListSelector"><span class="type">GcrListSelector</span></a> *self</code></em>);</pre>
 
101
<p>
 
102
Get the collection that this selector is displaying objects from.
 
103
</p>
 
104
<div class="variablelist"><table border="0">
 
105
<col align="left" valign="top">
 
106
<tbody>
 
107
<tr>
 
108
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
109
<td>The selector</td>
 
110
</tr>
 
111
<tr>
 
112
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
113
<td>The collection, owned by the selector.</td>
 
114
</tr>
 
115
</tbody>
 
116
</table></div>
 
117
</div>
 
118
<hr>
 
119
<div class="refsect2">
 
120
<a name="gcr-list-selector-get-columns"></a><h3>gcr_list_selector_get_columns ()</h3>
 
121
<pre class="programlisting">const <a class="link" href="gcr-GcrColumn.html#GcrColumn" title="GcrColumn"><span class="returnvalue">GcrColumn</span></a> *          gcr_list_selector_get_columns
 
122
                                                        (<em class="parameter"><code><a class="link" href="gcr-GcrListSelector.html#GcrListSelector" title="struct GcrListSelector"><span class="type">GcrListSelector</span></a> *self</code></em>);</pre>
 
123
<p>
 
124
</p>
 
125
</div>
 
126
<hr>
 
127
<div class="refsect2">
 
128
<a name="gcr-list-selector-get-selected"></a><h3>gcr_list_selector_get_selected ()</h3>
 
129
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *                    gcr_list_selector_get_selected
 
130
                                                        (<em class="parameter"><code><a class="link" href="gcr-GcrListSelector.html#GcrListSelector" title="struct GcrListSelector"><span class="type">GcrListSelector</span></a> *self</code></em>);</pre>
 
131
<p>
 
132
Get a list of selected objects.
 
133
</p>
 
134
<div class="variablelist"><table border="0">
 
135
<col align="left" valign="top">
 
136
<tbody>
 
137
<tr>
 
138
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
139
<td>The selector</td>
 
140
</tr>
 
141
<tr>
 
142
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
143
<td>The list of selected objects, to be released with <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>.</td>
 
144
</tr>
 
145
</tbody>
 
146
</table></div>
 
147
</div>
 
148
<hr>
 
149
<div class="refsect2">
 
150
<a name="gcr-list-selector-set-selected"></a><h3>gcr_list_selector_set_selected ()</h3>
 
151
<pre class="programlisting"><span class="returnvalue">void</span>                gcr_list_selector_set_selected      (<em class="parameter"><code><a class="link" href="gcr-GcrListSelector.html#GcrListSelector" title="struct GcrListSelector"><span class="type">GcrListSelector</span></a> *self</code></em>,
 
152
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *selected</code></em>);</pre>
 
153
<p>
 
154
Select certain objects in the selector.
 
155
</p>
 
156
<div class="variablelist"><table border="0">
 
157
<col align="left" valign="top">
 
158
<tbody>
 
159
<tr>
 
160
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
161
<td>The selector</td>
 
162
</tr>
 
163
<tr>
 
164
<td><p><span class="term"><em class="parameter"><code>selected</code></em> :</span></p></td>
 
165
<td>The list of objects to select.</td>
 
166
</tr>
 
167
</tbody>
 
168
</table></div>
 
169
</div>
 
170
</div>
 
171
</div>
 
172
<div class="footer">
 
173
<hr>
 
174
          Generated by GTK-Doc V1.17</div>
 
175
</body>
 
176
</html>
 
 
b'\\ No newline at end of file'