~noskcaj/ubuntu/utopic/libcryptui/3.12

« back to all changes in this revision

Viewing changes to reference/libcryptui/tmpl/cryptui-key-chooser.sgml

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2011-11-23 12:30:54 UTC
  • mfrom: (0.1.2 sid) (1.1.1)
  • Revision ID: package-import@ubuntu.com-20111123123054-bziv3o3ni0noxdeu
Tags: 3.2.2-1
* Initial release, based on Seahorse's packaging.
* This library is split from the seahorse source, so the soname bump is
  kept.
* Introduce a new seahorse-daemon package. Make it Break seahorse < 3.2.
* Let libcryptui0a depend on seahorse-daemon, as the D-Bus service is
  required.
* Add Breaks for older seahorse and seahorse-plugins, as there was a
  small unannounced API break.
* Refresh patches.
* Add a libcryptui-doc. Add necessary Replaces/Breaks.
* Add Multi-Arch support:
  - Bump debhelper & cdbs.
  - Add Pre-Depends.
  - Fix install dirs in *.install.
  - Use the M-A dir as $libdir.
  - Mark libcryptui0a Multi-Arch: same.
  - Mark seahorse-daemon Multi-Arch: foreign.
  - Mark libcryptui-doc Multi-Arch: foreign.
* Add debian/patches/02_seahorse-daemon_libcryptui_static_link.patch, by
  Michael Biebl: create a noinst libcryptui-private.la, and link
  seahorse-daemon against it to avoid a dependency loop between
  seahorse-daemon and libcryptui which requires the D-Bus service.
* Don't pass obsolete --with-pgp.
* Pass --enable-gtk-doc, and Build-Depend on libgtk-3-doc to ensure correct
  cross-references.
* Move locales to seahorse-daemon.
* Add -Wl,-z,defs to LDFLAGS.
* Update copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
CryptUIKeyChooser
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
 
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
 
 
10
</para>
 
11
 
 
12
<!-- ##### SECTION See_Also ##### -->
 
13
<para>
 
14
 
 
15
</para>
 
16
 
 
17
<!-- ##### SECTION Stability_Level ##### -->
 
18
 
 
19
 
 
20
<!-- ##### SECTION Image ##### -->
 
21
 
 
22
 
 
23
<!-- ##### ENUM CryptUIKeyChooserMode ##### -->
 
24
<para>
 
25
 
 
26
</para>
 
27
 
 
28
@CRYPTUI_KEY_CHOOSER_RECIPIENTS: 
 
29
@CRYPTUI_KEY_CHOOSER_SIGNER: 
 
30
@CRYPTUI_KEY_CHOOSER_MUSTSIGN: 
 
31
 
 
32
<!-- ##### STRUCT CryptUIKeyChooserPriv ##### -->
 
33
<para>
 
34
 
 
35
</para>
 
36
 
 
37
 
 
38
<!-- ##### STRUCT CryptUIKeyChooser ##### -->
 
39
<para>
 
40
 
 
41
</para>
 
42
 
 
43
@parent: 
 
44
 
 
45
<!-- ##### FUNCTION cryptui_key_chooser_new ##### -->
 
46
<para>
 
47
 
 
48
</para>
 
49
 
 
50
@ckset: 
 
51
@mode: 
 
52
@Returns: 
 
53
 
 
54
 
 
55
<!-- ##### FUNCTION cryptui_key_chooser_get_enforce_prefs ##### -->
 
56
<para>
 
57
 
 
58
</para>
 
59
 
 
60
@chooser: 
 
61
@Returns: 
 
62
 
 
63
 
 
64
<!-- ##### FUNCTION cryptui_key_chooser_set_enforce_prefs ##### -->
 
65
<para>
 
66
 
 
67
</para>
 
68
 
 
69
@chooser: 
 
70
@enforce_prefs: 
 
71
 
 
72
 
 
73
<!-- ##### FUNCTION cryptui_key_chooser_have_recipients ##### -->
 
74
<para>
 
75
 
 
76
</para>
 
77
 
 
78
@chooser: 
 
79
@Returns: 
 
80
 
 
81
 
 
82
<!-- ##### FUNCTION cryptui_key_chooser_get_recipients ##### -->
 
83
<para>
 
84
 
 
85
</para>
 
86
 
 
87
@chooser: 
 
88
@Returns: 
 
89
 
 
90
 
 
91
<!-- ##### FUNCTION cryptui_key_chooser_set_recipients ##### -->
 
92
<para>
 
93
 
 
94
</para>
 
95
 
 
96
@chooser: 
 
97
@keys: 
 
98
 
 
99
 
 
100
<!-- ##### FUNCTION cryptui_key_chooser_get_signer ##### -->
 
101
<para>
 
102
 
 
103
</para>
 
104
 
 
105
@chooser: 
 
106
@Returns: 
 
107
 
 
108
 
 
109
<!-- ##### FUNCTION cryptui_key_chooser_set_signer ##### -->
 
110
<para>
 
111
 
 
112
</para>
 
113
 
 
114
@chooser: 
 
115
@key: 
 
116
 
 
117