~ubuntu-branches/ubuntu/intrepid/eog/intrepid

« back to all changes in this revision

Viewing changes to doc/reference/html/eog-eog-job-queue.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-07-22 09:58:39 UTC
  • mfrom: (1.1.46 upstream)
  • Revision ID: james.westby@ubuntu.com-20080722095839-aemwrmrk9iwbmpkq
Tags: 2.23.5-0ubuntu1
* New upstream version:
  Misc improvements/fixes:
  - Show 35mm film equivalent in addition to lens focal length 
    in properties dialog if value is provided by image.
  - Code improvements and cleanups 
  Bug fixes:
  - #539495, eog stays in Slideshow mode even in Full Screen or normal window
  - #543171, Unexpected/Wrong EXIF information about "Focal length" shown    
  New and updated translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
<link rel="start" href="index.html" title="Eye of GNOME Reference Manual">
8
8
<link rel="up" href="ch07.html" title="Asynchronous jobs">
9
9
<link rel="prev" href="EogJobSaveAs.html" title="EogJobSaveAs">
10
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
10
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
11
11
<link rel="stylesheet" href="style.css" type="text/css">
12
12
<link rel="chapter" href="ch01.html" title="User Interface">
13
13
<link rel="chapter" href="ch02.html" title="Image data and manipulation">
44
44
<pre class="synopsis">
45
45
void                <a class="link" href="eog-eog-job-queue.html#eog-job-queue-init" title="eog_job_queue_init ()">eog_job_queue_init</a>                  (void);
46
46
void                <a class="link" href="eog-eog-job-queue.html#eog-job-queue-add-job" title="eog_job_queue_add_job ()">eog_job_queue_add_job</a>               (<a class="link" href="EogJobSaveAs.html#EogJob">EogJob</a> *job);
47
 
gboolean            <a class="link" href="eog-eog-job-queue.html#eog-job-queue-remove-job" title="eog_job_queue_remove_job ()">eog_job_queue_remove_job</a>            (<a class="link" href="EogJobSaveAs.html#EogJob">EogJob</a> *job);
 
47
<a
 
48
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
49
>gboolean</a>            <a class="link" href="eog-eog-job-queue.html#eog-job-queue-remove-job" title="eog_job_queue_remove_job ()">eog_job_queue_remove_job</a>            (<a class="link" href="EogJobSaveAs.html#EogJob">EogJob</a> *job);
48
50
</pre>
49
51
</div>
50
52
<div class="refsect1" lang="en">
83
85
<hr>
84
86
<div class="refsect2" lang="en">
85
87
<a name="eog-job-queue-remove-job"></a><h3>eog_job_queue_remove_job ()</h3>
86
 
<pre class="programlisting">gboolean            eog_job_queue_remove_job            (<a class="link" href="EogJobSaveAs.html#EogJob">EogJob</a> *job);</pre>
 
88
<pre class="programlisting"><a
 
89
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
90
>gboolean</a>            eog_job_queue_remove_job            (<a class="link" href="EogJobSaveAs.html#EogJob">EogJob</a> *job);</pre>
87
91
<p>
88
92
 
89
93
</p>
109
113
</div>
110
114
<div class="footer">
111
115
<hr>
112
 
          Generated by GTK-Doc V1.11</div>
 
116
          Generated by GTK-Doc V1.10</div>
113
117
</body>
114
118
</html>