~ubuntu-branches/ubuntu/trusty/evince/trusty-updates

« back to all changes in this revision

Viewing changes to help/reference/shell/html/evince-ev-window-title.html

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-11-12 12:10:03 UTC
  • mfrom: (1.8.6)
  • Revision ID: package-import@ubuntu.com-20131112121003-cjura8gxxx9w2u7l
Tags: 3.10.2-0ubuntu1
* New upstream version
* debian/patches/git_give_focus_correctly.patch,
  debian/patches/git_correct_page_info.patch,
  debian/patches/git_djvu_segfault.patch:
  - dropped, those changes are in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<html>
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>Evince Programmer's Reference Manual: ev-window-title</title>
 
5
<title>ev-window-title</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="Evince Programmer's Reference Manual">
8
8
<link rel="up" href="evince-frontend.html" title="Part I. Frontend">
9
9
<link rel="prev" href="EvPageAction.html" title="EvPageAction">
10
10
<link rel="next" href="evince-ev-keyring.html" title="ev-keyring">
11
 
<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
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="10"><tr valign="middle">
16
 
<td width="100%" align="left">
17
 
<a href="#" class="shortcut">Top</a>
 
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="EvPageAction.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="evince-frontend.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">Evince Programmer's Reference Manual</th>
 
21
<td><a accesskey="n" href="evince-ev-keyring.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="#evince-ev-window-title.synopsis" class="shortcut">Top</a>
18
25
                   | 
19
26
                  <a href="#evince-ev-window-title.description" class="shortcut">Description</a>
20
 
</td>
21
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
 
<td><a accesskey="u" href="evince-frontend.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
 
<td><a accesskey="p" href="EvPageAction.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
 
<td><a accesskey="n" href="evince-ev-keyring.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
 
</tr></table>
 
27
</td></tr>
 
28
</table>
26
29
<div class="refentry">
27
30
<a name="evince-ev-window-title"></a><div class="titlepage"></div>
28
31
<div class="refnamediv"><table width="100%"><tr>
48
51
</div>
49
52
<div class="refsect1">
50
53
<a name="evince-ev-window-title.description"></a><h2>Description</h2>
51
 
<p>
52
 
</p>
53
54
</div>
54
55
<div class="refsect1">
55
56
<a name="evince-ev-window-title.details"></a><h2>Details</h2>
56
57
<div class="refsect2">
57
58
<a name="EvWindowTitle"></a><h3>EvWindowTitle</h3>
58
59
<pre class="programlisting">typedef struct _EvWindowTitle EvWindowTitle;</pre>
59
 
<p>
60
 
</p>
61
60
</div>
62
61
<hr>
63
62
<div class="refsect2">
67
66
        EV_WINDOW_TITLE_PASSWORD
68
67
} EvWindowTitleType;
69
68
</pre>
70
 
<p>
71
 
</p>
72
69
<div class="variablelist"><table border="0" class="variablelist">
73
70
<colgroup>
74
71
<col align="left" valign="top">
77
74
<tbody>
78
75
<tr>
79
76
<td><p><a name="EV-WINDOW-TITLE-DOCUMENT:CAPS"></a><span class="term"><code class="literal">EV_WINDOW_TITLE_DOCUMENT</code></span></p></td>
80
 
<td>
81
 
</td>
 
77
<td></td>
82
78
</tr>
83
79
<tr>
84
80
<td><p><a name="EV-WINDOW-TITLE-PASSWORD:CAPS"></a><span class="term"><code class="literal">EV_WINDOW_TITLE_PASSWORD</code></span></p></td>
85
 
<td>
86
 
</td>
 
81
<td></td>
87
82
</tr>
88
83
</tbody>
89
84
</table></div>
92
87
<div class="refsect2">
93
88
<a name="ev-window-title-new"></a><h3>ev_window_title_new ()</h3>
94
89
<pre class="programlisting"><a class="link" href="evince-ev-window-title.html#EvWindowTitle" title="EvWindowTitle"><span class="returnvalue">EvWindowTitle</span></a> *     ev_window_title_new                 (<em class="parameter"><code><a class="link" href="EvWindow.html" title="EvWindow"><span class="type">EvWindow</span></a> *window</code></em>);</pre>
95
 
<p>
96
 
</p>
97
90
</div>
98
91
<hr>
99
92
<div class="refsect2">
100
93
<a name="ev-window-title-set-type"></a><h3>ev_window_title_set_type ()</h3>
101
94
<pre class="programlisting"><span class="returnvalue">void</span>                ev_window_title_set_type            (<em class="parameter"><code><a class="link" href="evince-ev-window-title.html#EvWindowTitle" title="EvWindowTitle"><span class="type">EvWindowTitle</span></a> *window_title</code></em>,
102
95
                                                         <em class="parameter"><code><a class="link" href="evince-ev-window-title.html#EvWindowTitleType" title="enum EvWindowTitleType"><span class="type">EvWindowTitleType</span></a> type</code></em>);</pre>
103
 
<p>
104
 
</p>
105
96
</div>
106
97
<hr>
107
98
<div class="refsect2">
108
99
<a name="ev-window-title-set-document"></a><h3>ev_window_title_set_document ()</h3>
109
100
<pre class="programlisting"><span class="returnvalue">void</span>                ev_window_title_set_document        (<em class="parameter"><code><a class="link" href="evince-ev-window-title.html#EvWindowTitle" title="EvWindowTitle"><span class="type">EvWindowTitle</span></a> *window_title</code></em>,
110
101
                                                         <em class="parameter"><code><a href="../libevdocument/EvDocument.html"><span class="type">EvDocument</span></a> *document</code></em>);</pre>
111
 
<p>
112
 
</p>
113
102
</div>
114
103
<hr>
115
104
<div class="refsect2">
116
105
<a name="ev-window-title-set-uri"></a><h3>ev_window_title_set_uri ()</h3>
117
106
<pre class="programlisting"><span class="returnvalue">void</span>                ev_window_title_set_uri             (<em class="parameter"><code><a class="link" href="evince-ev-window-title.html#EvWindowTitle" title="EvWindowTitle"><span class="type">EvWindowTitle</span></a> *window_title</code></em>,
118
107
                                                         <em class="parameter"><code>const <span class="type">char</span> *uri</code></em>);</pre>
119
 
<p>
120
 
</p>
121
108
</div>
122
109
<hr>
123
110
<div class="refsect2">
124
111
<a name="ev-window-title-free"></a><h3>ev_window_title_free ()</h3>
125
112
<pre class="programlisting"><span class="returnvalue">void</span>                ev_window_title_free                (<em class="parameter"><code><a class="link" href="evince-ev-window-title.html#EvWindowTitle" title="EvWindowTitle"><span class="type">EvWindowTitle</span></a> *window_title</code></em>);</pre>
126
 
<p>
127
 
</p>
128
113
</div>
129
114
</div>
130
115
</div>
131
116
<div class="footer">
132
117
<hr>
133
 
          Generated by GTK-Doc V1.19.1</div>
 
118
          Generated by GTK-Doc V1.19</div>
134
119
</body>
135
120
</html>
 
 
b'\\ No newline at end of file'