~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-11-26 10:27:02 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20071126102702-fuhptvu6n6ycva3u
Tags: 2.20.1-2ubuntu1
* Sync with Debian
* debian/control.in:
  - Depends on ghostscript-x
  - updated Build-Depends for lpi and hildon changes
  - updated maintainer informationx
* debian/patches/01_launchpad.patch:
  - launchpad integration changes
* debian/patches/02_autoconf.patch:
  - configure update
* debian/patches/03_hildon_interface.patch
  Adds support for Hildon interface with including:
  - Registration of the program into the hildon enviromment.
  - D-bus processing via ossolib.
  - Changed selection and button event handling to match Hildon model.
  - Changes in accelerators handling Zoom, Fullscreen and Presentation
    modes.
  - Uses Hildon chooser dialog.
  - Selects the Hildon interface definition file when in Hildon mode.
  - If the arch is not lpia, the standard gtk interface is used.
  - Fixes interface rendering problem when compiled for lpia.
  - Adjusted the Makefile.am files to include the Hildon interface
    options and interface file evince-hildon-ui.xml.
* debian/patches/99_autoreconf.patch:
  - updated
* debian/rules:
  - do not remove the documentation
  - use the hildon configure option during the lpia build

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=US-ASCII">
5
5
<title>EvPasswordView</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
7
7
<link rel="start" href="index.html" title="Evince Programmer's Reference Manual">
8
 
<link rel="up" href="pt04.html" title="Part&#160;IV.&#160; Evince Frontend">
 
8
<link rel="up" href="pt04.html" title="Part&#160;IV.&#160;
 
9
       Evince Frontend
 
10
      ">
9
11
<link rel="prev" href="evince-ev-page-cache.html" title="ev-page-cache">
10
12
<link rel="next" href="evince-EvPasswordDialog.html" title="EvPasswordDialog">
11
 
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
 
13
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
12
14
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="pt01.html" title="Part&#160;I.&#160; Document interfaces">
14
 
<link rel="part" href="pt02.html" title="Part&#160;II.&#160; Document data">
15
 
<link rel="part" href="pt03.html" title="Part&#160;III.&#160; Helper functions">
16
 
<link rel="part" href="pt04.html" title="Part&#160;IV.&#160; Evince Frontend">
 
15
<link rel="part" href="pt01.html" title="Part&#160;I.&#160;
 
16
    Document interfaces
 
17
   ">
 
18
<link rel="part" href="pt02.html" title="Part&#160;II.&#160;
 
19
      Document data
 
20
     ">
 
21
<link rel="part" href="pt03.html" title="Part&#160;III.&#160;
 
22
      Helper functions
 
23
     ">
 
24
<link rel="part" href="pt04.html" title="Part&#160;IV.&#160;
 
25
       Evince Frontend
 
26
      ">
17
27
<link rel="index" href="ix01.html" title="Index">
18
28
</head>
19
29
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
25
35
<th width="100%" align="center">Evince Programmer's Reference Manual</th>
26
36
<td><a accesskey="n" href="evince-EvPasswordDialog.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
27
37
</tr>
28
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2770600" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2666564" class="shortcut">Top</a>
29
39
                  &#160;|&#160;
30
 
                  <a href="#id2770675" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id2666639" class="shortcut">Description</a></nobr></td></tr>
31
41
</table>
32
42
<div class="refentry" lang="en">
33
43
<a name="evince-EvPasswordView"></a><div class="titlepage"></div>
34
44
<div class="refnamediv"><table width="100%"><tr>
35
45
<td valign="top">
36
46
<h2>
37
 
<a name="id2770600"></a><span class="refentrytitle">EvPasswordView</span>
 
47
<a name="id2666564"></a><span class="refentrytitle">EvPasswordView</span>
38
48
</h2>
39
 
<p>EvPasswordView</p>
 
49
<p>EvPasswordView &#8212; </p>
40
50
</td>
41
51
<td valign="top" align="right"></td>
42
52
</tr></table></div>
46
56
 
47
57
 
48
58
 
49
 
                    <a href="evince-EvPasswordView.html#EvPasswordViewPrivate">EvPasswordViewPrivate</a>;
50
 
                    <a href="evince-EvPasswordView.html#EvPasswordView">EvPasswordView</a>;
 
59
            <a href="evince-EvPasswordView.html#EvPasswordViewPrivate">EvPasswordViewPrivate</a>;
 
60
            <a href="evince-EvPasswordView.html#EvPasswordView">EvPasswordView</a>;
51
61
<a
52
62
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
53
 
>GtkWidget</a>*          <a href="evince-EvPasswordView.html#ev-password-view-new">ev_password_view_new</a>                (void);
54
 
void                <a href="evince-EvPasswordView.html#ev-password-view-set-file-name">ev_password_view_set_file_name</a>      (<a href="evince-EvPasswordView.html#EvPasswordView">EvPasswordView</a> *password_view,
55
 
                                                         const char *file_name);
 
63
>GtkWidget</a>*  <a href="evince-EvPasswordView.html#ev-password-view-new">ev_password_view_new</a>            (void);
 
64
void        <a href="evince-EvPasswordView.html#ev-password-view-set-file-name">ev_password_view_set_file_name</a>  (<a href="evince-EvPasswordView.html#EvPasswordView">EvPasswordView</a> *password_view,
 
65
                                             const char *file_name);
56
66
 
57
67
</pre>
58
68
</div>
59
69
<div class="refsect1" lang="en">
60
 
<a name="id2770675"></a><h2>Description</h2>
 
70
<a name="id2666639"></a><h2>Description</h2>
61
71
<p>
62
72
 
63
73
</p>
64
74
</div>
65
75
<div class="refsect1" lang="en">
66
 
<a name="id2770690"></a><h2>Details</h2>
 
76
<a name="id2666653"></a><h2>Details</h2>
67
77
<div class="refsect2" lang="en">
68
 
<a name="id2770700"></a><h3>
 
78
<a name="id2666663"></a><h3>
69
79
<a name="EvPasswordViewPrivate"></a>EvPasswordViewPrivate</h3>
70
 
<a class="indexterm" name="id2770713"></a><pre class="programlisting">typedef struct _EvPasswordViewPrivate EvPasswordViewPrivate;</pre>
 
80
<a class="indexterm" name="id2666677"></a><pre class="programlisting">typedef struct _EvPasswordViewPrivate EvPasswordViewPrivate;</pre>
71
81
<p>
72
82
 
73
83
</p>
74
84
</div>
75
85
<hr>
76
86
<div class="refsect2" lang="en">
77
 
<a name="id2770729"></a><h3>
 
87
<a name="id2666693"></a><h3>
78
88
<a name="EvPasswordView"></a>EvPasswordView</h3>
79
 
<a class="indexterm" name="id2770742"></a><pre class="programlisting">typedef struct {
 
89
<a class="indexterm" name="id2666706"></a><pre class="programlisting">typedef struct {
80
90
        GtkViewport parent_instance;
81
91
        EvPasswordViewPrivate *priv;
82
92
} EvPasswordView;
87
97
</div>
88
98
<hr>
89
99
<div class="refsect2" lang="en">
90
 
<a name="id2770759"></a><h3>
 
100
<a name="id2666722"></a><h3>
91
101
<a name="ev-password-view-new"></a>ev_password_view_new ()</h3>
92
 
<a class="indexterm" name="id2770772"></a><pre class="programlisting"><a
 
102
<a class="indexterm" name="id2666735"></a><pre class="programlisting"><a
93
103
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
94
 
>GtkWidget</a>*          ev_password_view_new                (void);</pre>
 
104
>GtkWidget</a>*  ev_password_view_new            (void);</pre>
95
105
<p>
96
106
 
97
107
</p>
98
108
<div class="variablelist"><table border="0">
99
109
<col align="left" valign="top">
100
110
<tbody><tr>
101
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
111
<td>
 
112
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
102
113
<td>
103
114
 
104
115
 
108
119
</div>
109
120
<hr>
110
121
<div class="refsect2" lang="en">
111
 
<a name="id2770808"></a><h3>
 
122
<a name="id2666771"></a><h3>
112
123
<a name="ev-password-view-set-file-name"></a>ev_password_view_set_file_name ()</h3>
113
 
<a class="indexterm" name="id2770822"></a><pre class="programlisting">void                ev_password_view_set_file_name      (<a href="evince-EvPasswordView.html#EvPasswordView">EvPasswordView</a> *password_view,
114
 
                                                         const char *file_name);</pre>
 
124
<a class="indexterm" name="id2666785"></a><pre class="programlisting">void        ev_password_view_set_file_name  (<a href="evince-EvPasswordView.html#EvPasswordView">EvPasswordView</a> *password_view,
 
125
                                             const char *file_name);</pre>
115
126
<p>
116
127
 
117
128
</p>
119
130
<col align="left" valign="top">
120
131
<tbody>
121
132
<tr>
122
 
<td><span class="term"><em class="parameter"><code>password_view</code></em>&#160;:</span></td>
 
133
<td>
 
134
<span class="term"><em class="parameter"><code>password_view</code></em>&#160;:</span></td>
123
135
<td>
124
136
</td>
125
137
</tr>
126
138
<tr>
127
 
<td><span class="term"><em class="parameter"><code>file_name</code></em>&#160;:</span></td>
 
139
<td>
 
140
<span class="term"><em class="parameter"><code>file_name</code></em>&#160;:</span></td>
128
141
<td>
129
142
 
130
143