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

« back to all changes in this revision

Viewing changes to help/reference/html/evince-ev-document-thumbnails.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-11-27 22:31:42 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20071127223142-v41zyp2ulj6g22n6
Tags: 2.20.2-1ubuntu1
* 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/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:
35
35
<th width="100%" align="center">Evince Programmer's Reference Manual</th>
36
36
<td><a accesskey="n" href="evince-ev-document-transition.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="#id2615365" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2877577" class="shortcut">Top</a>
39
39
                  &#160;|&#160;
40
 
                  <a href="#id2616664" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id2878877" class="shortcut">Description</a></nobr></td></tr>
41
41
</table>
42
42
<div class="refentry" lang="en">
43
43
<a name="evince-ev-document-thumbnails"></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="id2615365"></a><span class="refentrytitle">ev-document-thumbnails</span>
 
47
<a name="id2877577"></a><span class="refentrytitle">ev-document-thumbnails</span>
48
48
</h2>
49
49
<p>ev-document-thumbnails &#8212; </p>
50
50
</td>
81
81
</pre>
82
82
</div>
83
83
<div class="refsect1" lang="en">
84
 
<a name="id2616664"></a><h2>Description</h2>
 
84
<a name="id2878877"></a><h2>Description</h2>
85
85
<p>
86
86
 
87
87
</p>
88
88
</div>
89
89
<div class="refsect1" lang="en">
90
 
<a name="id2616679"></a><h2>Details</h2>
 
90
<a name="id2878891"></a><h2>Details</h2>
91
91
<div class="refsect2" lang="en">
92
 
<a name="id2616689"></a><h3>
 
92
<a name="id2878901"></a><h3>
93
93
<a name="EV-DOCUMENT-THUMBNAILS-IFACE:CAPS"></a>EV_DOCUMENT_THUMBNAILS_IFACE()</h3>
94
 
<a class="indexterm" name="id2616702"></a><pre class="programlisting">#define EV_DOCUMENT_THUMBNAILS_IFACE(k)        (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_THUMBNAILS, EvDocumentThumbnailsIface))
 
94
<a class="indexterm" name="id2878914"></a><pre class="programlisting">#define EV_DOCUMENT_THUMBNAILS_IFACE(k)        (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_THUMBNAILS, EvDocumentThumbnailsIface))
95
95
</pre>
96
96
<p>
97
97
 
110
110
</div>
111
111
<hr>
112
112
<div class="refsect2" lang="en">
113
 
<a name="id2616737"></a><h3>
 
113
<a name="id2878949"></a><h3>
114
114
<a name="EV-IS-DOCUMENT-THUMBNAILS-IFACE:CAPS"></a>EV_IS_DOCUMENT_THUMBNAILS_IFACE()</h3>
115
 
<a class="indexterm" name="id2616751"></a><pre class="programlisting">#define EV_IS_DOCUMENT_THUMBNAILS_IFACE(k)     (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_THUMBNAILS))
 
115
<a class="indexterm" name="id2878964"></a><pre class="programlisting">#define EV_IS_DOCUMENT_THUMBNAILS_IFACE(k)     (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_THUMBNAILS))
116
116
</pre>
117
117
<p>
118
118
 
131
131
</div>
132
132
<hr>
133
133
<div class="refsect2" lang="en">
134
 
<a name="id2616786"></a><h3>
 
134
<a name="id2878998"></a><h3>
135
135
<a name="EvDocumentThumbnails"></a>EvDocumentThumbnails</h3>
136
 
<a class="indexterm" name="id2616799"></a><pre class="programlisting">typedef struct _EvDocumentThumbnails EvDocumentThumbnails;</pre>
 
136
<a class="indexterm" name="id2879012"></a><pre class="programlisting">typedef struct _EvDocumentThumbnails EvDocumentThumbnails;</pre>
137
137
<p>
138
138
 
139
139
</p>
140
140
</div>
141
141
<hr>
142
142
<div class="refsect2" lang="en">
143
 
<a name="id2616815"></a><h3>
 
143
<a name="id2879027"></a><h3>
144
144
<a name="EvDocumentThumbnailsIface"></a>EvDocumentThumbnailsIface</h3>
145
 
<a class="indexterm" name="id2616828"></a><pre class="programlisting">typedef struct {
 
145
<a class="indexterm" name="id2879040"></a><pre class="programlisting">typedef struct {
146
146
        GTypeInterface base_iface;
147
147
 
148
148
        /* Methods  */
161
161
</div>
162
162
<hr>
163
163
<div class="refsect2" lang="en">
164
 
<a name="id2616863"></a><h3>
 
164
<a name="id2879075"></a><h3>
165
165
<a name="ev-document-thumbnails-get-thumbnail"></a>ev_document_thumbnails_get_thumbnail ()</h3>
166
 
<a class="indexterm" name="id2616876"></a><pre class="programlisting"><a
 
166
<a class="indexterm" name="id2879088"></a><pre class="programlisting"><a
167
167
href="/usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
168
168
>GdkPixbuf</a>*  ev_document_thumbnails_get_thumbnail
169
169
                                            (<a href="evince-ev-document-thumbnails.html#EvDocumentThumbnails">EvDocumentThumbnails</a> *document,
208
208
</div>
209
209
<hr>
210
210
<div class="refsect2" lang="en">
211
 
<a name="id2616977"></a><h3>
 
211
<a name="id2879189"></a><h3>
212
212
<a name="ev-document-thumbnails-get-dimensions"></a>ev_document_thumbnails_get_dimensions ()</h3>
213
 
<a class="indexterm" name="id2616990"></a><pre class="programlisting">void        ev_document_thumbnails_get_dimensions
 
213
<a class="indexterm" name="id2879202"></a><pre class="programlisting">void        ev_document_thumbnails_get_dimensions
214
214
                                            (<a href="evince-ev-document-thumbnails.html#EvDocumentThumbnails">EvDocumentThumbnails</a> *document,
215
215
                                             <a href="evince-EvRenderContext.html#EvRenderContext">EvRenderContext</a> *rc,
216
216
                                             <a