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

« back to all changes in this revision

Viewing changes to doc/reference/html/eog-eog-pixbuf-util.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:
8
8
<link rel="up" href="ch06.html" title="Utilities">
9
9
<link rel="prev" href="eog-eog-exif-util.html" title="eog-exif-util">
10
10
<link rel="next" href="eog-zoom.html" title="zoom">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="ch01.html" title="User Interface">
14
14
<link rel="chapter" href="ch02.html" title="Image data and manipulation">
43
43
<div class="refsynopsisdiv">
44
44
<a name="eog-eog-pixbuf-util.synopsis"></a><h2>Synopsis</h2>
45
45
<pre class="synopsis">
46
 
GSList*             <a class="link" href="eog-eog-pixbuf-util.html#eog-pixbuf-get-savable-formats" title="eog_pixbuf_get_savable_formats ()">eog_pixbuf_get_savable_formats</a>      (void);
47
 
GdkPixbufFormat*    <a class="link" href="eog-eog-pixbuf-util.html#eog-pixbuf-get-format-by-suffix" title="eog_pixbuf_get_format_by_suffix ()">eog_pixbuf_get_format_by_suffix</a>     (const char *suffix);
48
 
GdkPixbufFormat*    <a class="link" href="eog-eog-pixbuf-util.html#eog-pixbuf-get-format" title="eog_pixbuf_get_format ()">eog_pixbuf_get_format</a>               (GFile *file);
49
 
char*               <a class="link" href="eog-eog-pixbuf-util.html#eog-pixbuf-get-common-suffix" title="eog_pixbuf_get_common_suffix ()">eog_pixbuf_get_common_suffix</a>        (GdkPixbufFormat *format);
 
46
<a
 
47
href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"
 
48
>GSList</a>*             <a class="link" href="eog-eog-pixbuf-util.html#eog-pixbuf-get-savable-formats" title="eog_pixbuf_get_savable_formats ()">eog_pixbuf_get_savable_formats</a>      (void);
 
49
<a
 
50
href="/usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html#GdkPixbufFormat"
 
51
>GdkPixbufFormat</a>*    <a class="link" href="eog-eog-pixbuf-util.html#eog-pixbuf-get-format-by-suffix" title="eog_pixbuf_get_format_by_suffix ()">eog_pixbuf_get_format_by_suffix</a>     (const char *suffix);
 
52
<a
 
53
href="/usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html#GdkPixbufFormat"
 
54
>GdkPixbufFormat</a>*    <a class="link" href="eog-eog-pixbuf-util.html#eog-pixbuf-get-format" title="eog_pixbuf_get_format ()">eog_pixbuf_get_format</a>               (<a
 
55
href="/usr/share/gtk-doc/html/gio/GFile.html"
 
56
>GFile</a> *file);
 
57
char*               <a class="link" href="eog-eog-pixbuf-util.html#eog-pixbuf-get-common-suffix" title="eog_pixbuf_get_common_suffix ()">eog_pixbuf_get_common_suffix</a>        (<a
 
58
href="/usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html#GdkPixbufFormat"
 
59
>GdkPixbufFormat</a> *format);
50
60
</pre>
51
61
</div>
52
62
<div class="refsect1" lang="en">
59
69
<a name="eog-eog-pixbuf-util.details"></a><h2>Details</h2>
60
70
<div class="refsect2" lang="en">
61
71
<a name="eog-pixbuf-get-savable-formats"></a><h3>eog_pixbuf_get_savable_formats ()</h3>
62
 
<pre class="programlisting">GSList*             eog_pixbuf_get_savable_formats      (void);</pre>
 
72
<pre class="programlisting"><a
 
73
href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"
 
74
>GSList</a>*             eog_pixbuf_get_savable_formats      (void);</pre>
63
75
<p>
64
76
 
65
77
</p>
77
89
<hr>
78
90
<div class="refsect2" lang="en">
79
91
<a name="eog-pixbuf-get-format-by-suffix"></a><h3>eog_pixbuf_get_format_by_suffix ()</h3>
80
 
<pre class="programlisting">GdkPixbufFormat*    eog_pixbuf_get_format_by_suffix     (const char *suffix);</pre>
 
92
<pre class="programlisting"><a
 
93
href="/usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html#GdkPixbufFormat"
 
94
>GdkPixbufFormat</a>*    eog_pixbuf_get_format_by_suffix     (const char *suffix);</pre>
81
95
<p>
82
96
 
83
97
</p>
102
116
<hr>
103
117
<div class="refsect2" lang="en">
104
118
<a name="eog-pixbuf-get-format"></a><h3>eog_pixbuf_get_format ()</h3>
105
 
<pre class="programlisting">GdkPixbufFormat*    eog_pixbuf_get_format               (GFile *file);</pre>
 
119
<pre class="programlisting"><a
 
120
href="/usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html#GdkPixbufFormat"
 
121
>GdkPixbufFormat</a>*    eog_pixbuf_get_format               (<a
 
122
href="/usr/share/gtk-doc/html/gio/GFile.html"
 
123
>GFile</a> *file);</pre>
106
124
<p>
107
125
 
108
126
</p>
127
145
<hr>
128
146
<div class="refsect2" lang="en">
129
147
<a name="eog-pixbuf-get-common-suffix"></a><h3>eog_pixbuf_get_common_suffix ()</h3>
130
 
<pre class="programlisting">char*               eog_pixbuf_get_common_suffix        (GdkPixbufFormat *format);</pre>
 
148
<pre class="programlisting">char*               eog_pixbuf_get_common_suffix        (<a
 
149
href="/usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html#GdkPixbufFormat"
 
150
>GdkPixbufFormat</a> *format);</pre>
131
151
<p>
132
152
 
133
153
</p>
153
173
</div>
154
174
<div class="footer">
155
175
<hr>
156
 
          Generated by GTK-Doc V1.11</div>
 
176
          Generated by GTK-Doc V1.10</div>
157
177
</body>
158
178
</html>