~ubuntu-branches/ubuntu/natty/eog/natty

« 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: 2010-06-22 22:40:44 UTC
  • mfrom: (1.14.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100622224044-dwxx7h6hl0n0b0lk
Tags: 2.30.2-0ubuntu1
New upstream version

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.14 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
37
37
</tr></table></div>
38
38
<div class="refsynopsisdiv" title="Synopsis">
39
39
<a name="eog-eog-pixbuf-util.synopsis"></a><h2>Synopsis</h2>
40
 
<pre class="synopsis"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></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>      (<em class="parameter"><code><span class="type">void</span></code></em>);
 
40
<pre class="synopsis"><a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></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>      (<em class="parameter"><code><span class="type">void</span></code></em>);
41
41
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Module-Interface.html#GdkPixbufFormat"><span class="returnvalue">GdkPixbufFormat</span></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>     (<em class="parameter"><code>const <span class="type">char</span> *suffix</code></em>);
42
 
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Module-Interface.html#GdkPixbufFormat"><span class="returnvalue">GdkPixbufFormat</span></a>*    <a class="link" href="eog-eog-pixbuf-util.html#eog-pixbuf-get-format" title="eog_pixbuf_get_format ()">eog_pixbuf_get_format</a>               (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a> *file</code></em>);
 
42
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Module-Interface.html#GdkPixbufFormat"><span class="returnvalue">GdkPixbufFormat</span></a>*    <a class="link" href="eog-eog-pixbuf-util.html#eog-pixbuf-get-format" title="eog_pixbuf_get_format ()">eog_pixbuf_get_format</a>               (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> *file</code></em>);
43
43
<span class="returnvalue">char</span>*               <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>        (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Module-Interface.html#GdkPixbufFormat"><span class="type">GdkPixbufFormat</span></a> *format</code></em>);
44
44
</pre>
45
45
</div>
52
52
<a name="eog-eog-pixbuf-util.details"></a><h2>Details</h2>
53
53
<div class="refsect2" title="eog_pixbuf_get_savable_formats ()">
54
54
<a name="eog-pixbuf-get-savable-formats"></a><h3>eog_pixbuf_get_savable_formats ()</h3>
55
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a>*             eog_pixbuf_get_savable_formats      (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
55
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a>*             eog_pixbuf_get_savable_formats      (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
56
56
<p>
57
57
</p>
58
58
<div class="variablelist"><table border="0">
89
89
<hr>
90
90
<div class="refsect2" title="eog_pixbuf_get_format ()">
91
91
<a name="eog-pixbuf-get-format"></a><h3>eog_pixbuf_get_format ()</h3>
92
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Module-Interface.html#GdkPixbufFormat"><span class="returnvalue">GdkPixbufFormat</span></a>*    eog_pixbuf_get_format               (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a> *file</code></em>);</pre>
 
92
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Module-Interface.html#GdkPixbufFormat"><span class="returnvalue">GdkPixbufFormat</span></a>*    eog_pixbuf_get_format               (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> *file</code></em>);</pre>
93
93
<p>
94
94
</p>
95
95
<div class="variablelist"><table border="0">
134
134
</div>
135
135
<div class="footer">
136
136
<hr>
137
 
          Generated by GTK-Doc V1.14</div>
 
137
          Generated by GTK-Doc V1.15</div>
138
138
</body>
139
139
</html>
 
 
b'\\ No newline at end of file'