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

« back to all changes in this revision

Viewing changes to help/reference/html/evince-ev-document-transition.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:
37
37
<th width="100%" align="center">Evince Programmer's Reference Manual</th>
38
38
<td><a accesskey="n" href="pt02.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
39
39
</tr>
40
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2617736" class="shortcut">Top</a>
 
40
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2879948" class="shortcut">Top</a>
41
41
                  &#160;|&#160;
42
 
                  <a href="#id2617816" class="shortcut">Description</a></nobr></td></tr>
 
42
                  <a href="#id2880028" class="shortcut">Description</a></nobr></td></tr>
43
43
</table>
44
44
<div class="refentry" lang="en">
45
45
<a name="evince-ev-document-transition"></a><div class="titlepage"></div>
46
46
<div class="refnamediv"><table width="100%"><tr>
47
47
<td valign="top">
48
48
<h2>
49
 
<a name="id2617736"></a><span class="refentrytitle">ev-document-transition</span>
 
49
<a name="id2879948"></a><span class="refentrytitle">ev-document-transition</span>
50
50
</h2>
51
51
<p>ev-document-transition &#8212; </p>
52
52
</td>
73
73
</pre>
74
74
</div>
75
75
<div class="refsect1" lang="en">
76
 
<a name="id2617816"></a><h2>Description</h2>
 
76
<a name="id2880028"></a><h2>Description</h2>
77
77
<p>
78
78
 
79
79
</p>
80
80
</div>
81
81
<div class="refsect1" lang="en">
82
 
<a name="id2617830"></a><h2>Details</h2>
 
82
<a name="id2880042"></a><h2>Details</h2>
83
83
<div class="refsect2" lang="en">
84
 
<a name="id2617840"></a><h3>
 
84
<a name="id2880053"></a><h3>
85
85
<a name="EV-DOCUMENT-TRANSITION-IFACE:CAPS"></a>EV_DOCUMENT_TRANSITION_IFACE()</h3>
86
 
<a class="indexterm" name="id2617854"></a><pre class="programlisting">#define EV_DOCUMENT_TRANSITION_IFACE(k)          (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_TRANSITION, EvDocumentTransitionIface))
 
86
<a class="indexterm" name="id2880066"></a><pre class="programlisting">#define EV_DOCUMENT_TRANSITION_IFACE(k)          (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_TRANSITION, EvDocumentTransitionIface))
87
87
</pre>
88
88
<p>
89
89
 
102
102
</div>
103
103
<hr>
104
104
<div class="refsect2" lang="en">
105
 
<a name="id2617889"></a><h3>
 
105
<a name="id2880101"></a><h3>
106
106
<a name="EV-IS-DOCUMENT-TRANSITION-IFACE:CAPS"></a>EV_IS_DOCUMENT_TRANSITION_IFACE()</h3>
107
 
<a class="indexterm" name="id2617903"></a><pre class="programlisting">#define EV_IS_DOCUMENT_TRANSITION_IFACE(k)     (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_TRANSITION))
 
107
<a class="indexterm" name="id2880116"></a><pre class="programlisting">#define EV_IS_DOCUMENT_TRANSITION_IFACE(k)     (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_TRANSITION))
108
108
</pre>
109
109
<p>
110
110
 
123
123
</div>
124
124
<hr>
125
125
<div class="refsect2" lang="en">
126
 
<a name="id2617938"></a><h3>
 
126
<a name="id2880150"></a><h3>
127
127
<a name="EvDocumentTransition"></a>EvDocumentTransition</h3>
128
 
<a class="indexterm" name="id2617951"></a><pre class="programlisting">typedef struct _EvDocumentTransition EvDocumentTransition;</pre>
 
128
<a class="indexterm" name="id2880163"></a><pre class="programlisting">typedef struct _EvDocumentTransition EvDocumentTransition;</pre>
129
129
<p>
130
130
 
131
131
</p>
132
132
</div>
133
133
<hr>
134
134
<div class="refsect2" lang="en">
135
 
<a name="id2617966"></a><h3>
 
135
<a name="id2880179"></a><h3>
136
136
<a name="EvDocumentTransitionIface"></a>EvDocumentTransitionIface</h3>
137
 
<a class="indexterm" name="id2617979"></a><pre class="programlisting">typedef struct {
 
137
<a class="indexterm" name="id2880192"></a><pre class="programlisting">typedef struct {
138
138
        GTypeInterface base_iface;
139
139
 
140
140
        /* Methods  */
149
149
</div>
150
150
<hr>
151
151
<div class="refsect2" lang="en">
152
 
<a name="id2617999"></a><h3>
 
152
<a name="id2880211"></a><h3>
153
153
<a name="ev-document-transition-get-page-duration"></a>ev_document_transition_get_page_duration ()</h3>
154
 
<a class="indexterm" name="id2618012"></a><pre class="programlisting"><a
 
154
<a class="indexterm" name="id2880224"></a><pre class="programlisting"><a
155
155
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
156
156
>gdouble</a>     ev_document_transition_get_page_duration
157
157
                                            (<a href="evince-ev-document-transition.html#EvDocumentTransition">EvDocumentTransition</a> *document_trans,