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

« back to all changes in this revision

Viewing changes to help/reference/html/evince-ev-job-queue.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="EvJobPrint.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="#id2642280" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2904492" class="shortcut">Top</a>
39
39
                  &#160;|&#160;
40
 
                  <a href="#id2643604" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id2905816" class="shortcut">Description</a></nobr></td></tr>
41
41
</table>
42
42
<div class="refentry" lang="en">
43
43
<a name="evince-ev-job-queue"></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="id2642280"></a><span class="refentrytitle">ev-job-queue</span>
 
47
<a name="id2904492"></a><span class="refentrytitle">ev-job-queue</span>
48
48
</h2>
49
49
<p>ev-job-queue &#8212; </p>
50
50
</td>
69
69
</pre>
70
70
</div>
71
71
<div class="refsect1" lang="en">
72
 
<a name="id2643604"></a><h2>Description</h2>
 
72
<a name="id2905816"></a><h2>Description</h2>
73
73
<p>
74
74
 
75
75
</p>
76
76
</div>
77
77
<div class="refsect1" lang="en">
78
 
<a name="id2643618"></a><h2>Details</h2>
 
78
<a name="id2905830"></a><h2>Details</h2>
79
79
<div class="refsect2" lang="en">
80
 
<a name="id2643628"></a><h3>
 
80
<a name="id2905841"></a><h3>
81
81
<a name="ev-job-queue-init"></a>ev_job_queue_init ()</h3>
82
 
<a class="indexterm" name="id2643641"></a><pre class="programlisting">void        ev_job_queue_init               (void);</pre>
 
82
<a class="indexterm" name="id2905854"></a><pre class="programlisting">void        ev_job_queue_init               (void);</pre>
83
83
<p>
84
84
Creates a new cond, new mutex, a thread for evince job handling and inits
85
85
every queue.</p>
89
89
</div>
90
90
<hr>
91
91
<div class="refsect2" lang="en">
92
 
<a name="id2643667"></a><h3>
 
92
<a name="id2905879"></a><h3>
93
93
<a name="ev-job-queue-add-job"></a>ev_job_queue_add_job ()</h3>
94
 
<a class="indexterm" name="id2643680"></a><pre class="programlisting">void        ev_job_queue_add_job            (<a href="EvJobPrint.html#EvJob">EvJob</a> *job,
 
94
<a class="indexterm" name="id2905892"></a><pre class="programlisting">void        ev_job_queue_add_job            (<a href="EvJobPrint.html#EvJob">EvJob</a> *job,
95
95
                                             <a href="EvJobPrint.html#EvJobPriority">EvJobPriority</a> priority);</pre>
96
96
<p>
97
97
 
118
118
</div>
119
119
<hr>
120
120
<div class="refsect2" lang="en">
121
 
<a name="id2643748"></a><h3>
 
121
<a name="id2905960"></a><h3>
122
122
<a name="ev-job-queue-update-job"></a>ev_job_queue_update_job ()</h3>
123
 
<a class="indexterm" name="id2643760"></a><pre class="programlisting"><a
 
123
<a class="indexterm" name="id2905973"></a><pre class="programlisting"><a
124
124
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
125
125
>gboolean</a>    ev_job_queue_update_job         (<a href="EvJobPrint.html#EvJob">EvJob</a> *job,
126
126
                                             <a href="EvJobPrint.html#EvJobPriority">EvJobPriority</a> new_priority);</pre>
155
155
</div>
156
156
<hr>
157
157
<div class="refsect2" lang="en">
158
 
<a name="id2643838"></a><h3>
 
158
<a name="id2906050"></a><h3>
159
159
<a name="ev-job-queue-remove-job"></a>ev_job_queue_remove_job ()</h3>
160
 
<a class="indexterm" name="id2643851"></a><pre class="programlisting"><a
 
160
<a class="indexterm" name="id2906063"></a><pre class="programlisting"><a
161
161
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
162
162
>gboolean</a>    ev_job_queue_remove_job         (<a href="EvJobPrint.html#EvJob">EvJob</a> *job);</pre>
163
163
<p>