~ubuntu-branches/ubuntu/oneiric/evince/oneiric-updates

« back to all changes in this revision

Viewing changes to help/reference/libdocument/html/EvRenderContext.html

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya, Josselin Mouette, Rodrigo Moya
  • Date: 2011-05-19 12:12:42 UTC
  • mfrom: (1.1.65 upstream) (1.3.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110519121242-967hbn2nh2hunp4y
Tags: 3.0.0-4ubuntu1
[ Josselin Mouette ]
* bug-presubj: please document where to report rendering bugs.
* evince.mime: dropped. We have desktop files to handle MIME 
  associations, no need to maintain an alternate system by hand.
  Closes: #619564, #627027, #551734, #581441.

[ Rodrigo Moya ]
* Rebase from Debian and GNOME3 PPA (thanks to Rico Tzschichholz).
  Remaining Ubuntu changes:
* debian/apparmor-profile:
* debian/apparmor-profile.abstraction:
* debian/evince.apport:
* debian/evince-common.dirs:
* debian/evince-common.postinst:
* debian/evince-common.postrm:
  - Add apparmor profile
* debian/control:
  - Build-Depend on debhelper (>= 7.4.20ubuntu5), gnome-common,
    hardening-includes and liblaunchpad-integration-3.0-dev
  - Standards-Version is 3.9.1
  - Depend on apparmor
* debian/rules:
  - Include hardening.make
  - Add rule to install apparmor files
* debian/watch:
  - Watch unstable series
* debian/patches/01_lpi.patch:
  - Launchpad integration patch
* debian/patches/04_gold.patch:
  - Link against libz
* debian/patches/05_library-path.patch:
  - Fix library path for g-ir-scanner

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="document-data.html" title="Part II. Document Data">
9
9
<link rel="prev" href="EvPage.html" title="EvPage">
10
10
<link rel="next" href="libevdocument-ev-transition-effect.html" title="ev-transition-effect">
11
 
<meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17.1 (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">
28
28
                  <a href="#EvRenderContext.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
29
</td></tr>
30
30
</table>
31
 
<div class="refentry" title="EvRenderContext">
 
31
<div class="refentry">
32
32
<a name="EvRenderContext"></a><div class="titlepage"></div>
33
33
<div class="refnamediv"><table width="100%"><tr>
34
34
<td valign="top">
37
37
</td>
38
38
<td valign="top" align="right"></td>
39
39
</tr></table></div>
40
 
<div class="refsynopsisdiv" title="Synopsis">
 
40
<div class="refsynopsisdiv">
41
41
<a name="EvRenderContext.synopsis"></a><h2>Synopsis</h2>
42
42
<pre class="synopsis">                    <a class="link" href="EvRenderContext.html#EvRenderContext-struct" title="EvRenderContext">EvRenderContext</a>;
43
 
                    <a class="link" href="EvRenderContext.html#EvRenderContextClass" title="EvRenderContextClass">EvRenderContextClass</a>;
 
43
struct              <a class="link" href="EvRenderContext.html#EvRenderContextClass" title="struct EvRenderContextClass">EvRenderContextClass</a>;
44
44
<a class="link" href="EvRenderContext.html" title="EvRenderContext"><span class="returnvalue">EvRenderContext</span></a> *   <a class="link" href="EvRenderContext.html#ev-render-context-new" title="ev_render_context_new ()">ev_render_context_new</a>               (<em class="parameter"><code><a class="link" href="EvPage.html" title="EvPage"><span class="type">EvPage</span></a> *page</code></em>,
45
45
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> rotation</code></em>,
46
46
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> scale</code></em>);
52
52
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> scale</code></em>);
53
53
</pre>
54
54
</div>
55
 
<div class="refsect1" title="Object Hierarchy">
 
55
<div class="refsect1">
56
56
<a name="EvRenderContext.object-hierarchy"></a><h2>Object Hierarchy</h2>
57
57
<pre class="synopsis">
58
58
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
59
59
   +----EvRenderContext
60
60
</pre>
61
61
</div>
62
 
<div class="refsect1" title="Description">
 
62
<div class="refsect1">
63
63
<a name="EvRenderContext.description"></a><h2>Description</h2>
64
64
<p>
65
65
</p>
66
66
</div>
67
 
<div class="refsect1" title="Details">
 
67
<div class="refsect1">
68
68
<a name="EvRenderContext.details"></a><h2>Details</h2>
69
 
<div class="refsect2" title="EvRenderContext">
 
69
<div class="refsect2">
70
70
<a name="EvRenderContext-struct"></a><h3>EvRenderContext</h3>
71
71
<pre class="programlisting">typedef struct _EvRenderContext EvRenderContext;</pre>
72
72
<p>
73
73
</p>
74
74
</div>
75
75
<hr>
76
 
<div class="refsect2" title="EvRenderContextClass">
77
 
<a name="EvRenderContextClass"></a><h3>EvRenderContextClass</h3>
78
 
<pre class="programlisting">typedef struct {
 
76
<div class="refsect2">
 
77
<a name="EvRenderContextClass"></a><h3>struct EvRenderContextClass</h3>
 
78
<pre class="programlisting">struct EvRenderContextClass {
79
79
        GObjectClass klass;
80
 
} EvRenderContextClass;
 
80
};
81
81
</pre>
82
82
</div>
83
83
<hr>
84
 
<div class="refsect2" title="ev_render_context_new ()">
 
84
<div class="refsect2">
85
85
<a name="ev-render-context-new"></a><h3>ev_render_context_new ()</h3>
86
86
<pre class="programlisting"><a class="link" href="EvRenderContext.html" title="EvRenderContext"><span class="returnvalue">EvRenderContext</span></a> *   ev_render_context_new               (<em class="parameter"><code><a class="link" href="EvPage.html" title="EvPage"><span class="type">EvPage</span></a> *page</code></em>,
87
87
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> rotation</code></em>,
88
88
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> scale</code></em>);</pre>
89
89
<p>
90
90
</p>
91
 
<div class="variablelist"><table border="0">
92
 
<col align="left" valign="top">
93
 
<tbody>
94
 
<tr>
95
 
<td><p><span class="term"><em class="parameter"><code>page</code></em> :</span></p></td>
96
 
<td>
97
 
</td>
98
 
</tr>
99
 
<tr>
100
 
<td><p><span class="term"><em class="parameter"><code>rotation</code></em> :</span></p></td>
101
 
<td>
102
 
</td>
103
 
</tr>
104
 
<tr>
105
 
<td><p><span class="term"><em class="parameter"><code>scale</code></em> :</span></p></td>
106
 
<td>
107
 
</td>
108
 
</tr>
109
 
<tr>
110
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
111
 
<td>
112
 
</td>
113
 
</tr>
114
 
</tbody>
115
 
</table></div>
116
91
</div>
117
92
<hr>
118
 
<div class="refsect2" title="ev_render_context_set_page ()">
 
93
<div class="refsect2">
119
94
<a name="ev-render-context-set-page"></a><h3>ev_render_context_set_page ()</h3>
120
95
<pre class="programlisting"><span class="returnvalue">void</span>                ev_render_context_set_page          (<em class="parameter"><code><a class="link" href="EvRenderContext.html" title="EvRenderContext"><span class="type">EvRenderContext</span></a> *rc</code></em>,
121
96
                                                         <em class="parameter"><code><a class="link" href="EvPage.html" title="EvPage"><span class="type">EvPage</span></a> *page</code></em>);</pre>
122
97
<p>
123
98
</p>
124
 
<div class="variablelist"><table border="0">
125
 
<col align="left" valign="top">
126
 
<tbody>
127
 
<tr>
128
 
<td><p><span class="term"><em class="parameter"><code>rc</code></em> :</span></p></td>
129
 
<td>
130
 
</td>
131
 
</tr>
132
 
<tr>
133
 
<td><p><span class="term"><em class="parameter"><code>page</code></em> :</span></p></td>
134
 
<td>
135
 
</td>
136
 
</tr>
137
 
</tbody>
138
 
</table></div>
139
99
</div>
140
100
<hr>
141
 
<div class="refsect2" title="ev_render_context_set_rotation ()">
 
101
<div class="refsect2">
142
102
<a name="ev-render-context-set-rotation"></a><h3>ev_render_context_set_rotation ()</h3>
143
103
<pre class="programlisting"><span class="returnvalue">void</span>                ev_render_context_set_rotation      (<em class="parameter"><code><a class="link" href="EvRenderContext.html" title="EvRenderContext"><span class="type">EvRenderContext</span></a> *rc</code></em>,
144
104
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> rotation</code></em>);</pre>
145
105
<p>
146
106
</p>
147
 
<div class="variablelist"><table border="0">
148
 
<col align="left" valign="top">
149
 
<tbody>
150
 
<tr>
151
 
<td><p><span class="term"><em class="parameter"><code>rc</code></em> :</span></p></td>
152
 
<td>
153
 
</td>
154
 
</tr>
155
 
<tr>
156
 
<td><p><span class="term"><em class="parameter"><code>rotation</code></em> :</span></p></td>
157
 
<td>
158
 
</td>
159
 
</tr>
160
 
</tbody>
161
 
</table></div>
162
107
</div>
163
108
<hr>
164
 
<div class="refsect2" title="ev_render_context_set_scale ()">
 
109
<div class="refsect2">
165
110
<a name="ev-render-context-set-scale"></a><h3>ev_render_context_set_scale ()</h3>
166
111
<pre class="programlisting"><span class="returnvalue">void</span>                ev_render_context_set_scale         (<em class="parameter"><code><a class="link" href="EvRenderContext.html" title="EvRenderContext"><span class="type">EvRenderContext</span></a> *rc</code></em>,
167
112
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> scale</code></em>);</pre>
168
113
<p>
169
114
</p>
170
 
<div class="variablelist"><table border="0">
171
 
<col align="left" valign="top">
172
 
<tbody>
173
 
<tr>
174
 
<td><p><span class="term"><em class="parameter"><code>rc</code></em> :</span></p></td>
175
 
<td>
176
 
</td>
177
 
</tr>
178
 
<tr>
179
 
<td><p><span class="term"><em class="parameter"><code>scale</code></em> :</span></p></td>
180
 
<td>
181
 
</td>
182
 
</tr>
183
 
</tbody>
184
 
</table></div>
185
115
</div>
186
116
</div>
187
117
</div>
188
118
<div class="footer">
189
119
<hr>
190
 
          Generated by GTK-Doc V1.15.1</div>
 
120
          Generated by GTK-Doc V1.17.1</div>
191
121
</body>
192
122
</html>
 
 
b'\\ No newline at end of file'