~ubuntu-branches/ubuntu/hardy/evince/hardy-security

« back to all changes in this revision

Viewing changes to help/reference/html/evince-EvPasswordView.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-12-04 23:44:28 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20071204234428-qc1n30y3fa0w4hpu
Tags: 2.21.1-0ubuntu1
* New upstream version
  New Features and UI Improvements:
  - Use message area for notification about errors
  - Some print settings for documents are stored in metadata
  - Added command line option for search
  - Expander with a recent documents is added to toolbar
  - Egg-recent code dropped
  - Djvu, dvi and comics are enabled by default
  - Support for links with URI's like mailto
  - Removed the shadow of the fullscreen toolbar
  Bug fixes:
  - A lot of bug fixes from a stable branch
* debian/patches/01_launchpad.patch:
  - updated
* debian/patches/03_hildon_interface.patch:
  - updated
* debian/patches/99_autoreconf.patch:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
<th width="100%" align="center">Evince Programmer's Reference Manual</th>
36
36
<td><a accesskey="n" href="evince-EvPasswordDialog.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
37
37
</tr>
38
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2928776" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2629894" class="shortcut">Top</a>
39
39
                  &#160;|&#160;
40
 
                  <a href="#id2928851" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id2629969" class="shortcut">Description</a></nobr></td></tr>
41
41
</table>
42
42
<div class="refentry" lang="en">
43
43
<a name="evince-EvPasswordView"></a><div class="titlepage"></div>
44
44
<div class="refnamediv"><table width="100%"><tr>
45
45
<td valign="top">
46
46
<h2>
47
 
<a name="id2928776"></a><span class="refentrytitle">EvPasswordView</span>
 
47
<a name="id2629894"></a><span class="refentrytitle">EvPasswordView</span>
48
48
</h2>
49
49
<p>EvPasswordView &#8212; </p>
50
50
</td>
67
67
</pre>
68
68
</div>
69
69
<div class="refsect1" lang="en">
70
 
<a name="id2928851"></a><h2>Description</h2>
 
70
<a name="id2629969"></a><h2>Description</h2>
71
71
<p>
72
72
 
73
73
</p>
74
74
</div>
75
75
<div class="refsect1" lang="en">
76
 
<a name="id2928865"></a><h2>Details</h2>
 
76
<a name="id2629983"></a><h2>Details</h2>
77
77
<div class="refsect2" lang="en">
78
 
<a name="id2928876"></a><h3>
 
78
<a name="id2629993"></a><h3>
79
79
<a name="EvPasswordViewPrivate"></a>EvPasswordViewPrivate</h3>
80
 
<a class="indexterm" name="id2928889"></a><pre class="programlisting">typedef struct _EvPasswordViewPrivate EvPasswordViewPrivate;</pre>
 
80
<a class="indexterm" name="id2630007"></a><pre class="programlisting">typedef struct _EvPasswordViewPrivate EvPasswordViewPrivate;</pre>
81
81
<p>
82
82
 
83
83
</p>
84
84
</div>
85
85
<hr>
86
86
<div class="refsect2" lang="en">
87
 
<a name="id2928905"></a><h3>
 
87
<a name="id2630023"></a><h3>
88
88
<a name="EvPasswordView"></a>EvPasswordView</h3>
89
 
<a class="indexterm" name="id2928918"></a><pre class="programlisting">typedef struct {
 
89
<a class="indexterm" name="id2630036"></a><pre class="programlisting">typedef struct {
90
90
        GtkViewport parent_instance;
91
91
        EvPasswordViewPrivate *priv;
92
92
} EvPasswordView;
97
97
</div>
98
98
<hr>
99
99
<div class="refsect2" lang="en">
100
 
<a name="id2928934"></a><h3>
 
100
<a name="id2630052"></a><h3>
101
101
<a name="ev-password-view-new"></a>ev_password_view_new ()</h3>
102
 
<a class="indexterm" name="id2928948"></a><pre class="programlisting"><a
 
102
<a class="indexterm" name="id2630065"></a><pre class="programlisting"><a
103
103
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
104
104
>GtkWidget</a>*  ev_password_view_new            (void);</pre>
105
105
<p>
119
119
</div>
120
120
<hr>
121
121
<div class="refsect2" lang="en">
122
 
<a name="id2928983"></a><h3>
 
122
<a name="id2630101"></a><h3>
123
123
<a name="ev-password-view-set-file-name"></a>ev_password_view_set_file_name ()</h3>
124
 
<a class="indexterm" name="id2928997"></a><pre class="programlisting">void        ev_password_view_set_file_name  (<a href="evince-EvPasswordView.html#EvPasswordView">EvPasswordView</a> *password_view,
 
124
<a class="indexterm" name="id2630115"></a><pre class="programlisting">void        ev_password_view_set_file_name  (<a href="evince-EvPasswordView.html#EvPasswordView">EvPasswordView</a> *password_view,
125
125
                                             const char *file_name);</pre>
126
126
<p>
127
127