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

« back to all changes in this revision

Viewing changes to doc/reference/html/eog-eog-thumbnail.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="ch01.html" title="User Interface">
9
9
<link rel="prev" href="EogSidebar.html" title="EogSidebar">
10
10
<link rel="next" href="eog-eog-save-as-dialog-helper.html" title="eog-save-as-dialog-helper">
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">
39
39
<a name="eog-eog-thumbnail.synopsis"></a><h2>Synopsis</h2>
40
40
<pre class="synopsis"><span class="returnvalue">void</span>                <a class="link" href="eog-eog-thumbnail.html#eog-thumbnail-init" title="eog_thumbnail_init ()">eog_thumbnail_init</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-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a>*          <a class="link" href="eog-eog-thumbnail.html#eog-thumbnail-fit-to-size" title="eog_thumbnail_fit_to_size ()">eog_thumbnail_fit_to_size</a>           (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *thumbnail</code></em>,
42
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dimension</code></em>);
 
42
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dimension</code></em>);
43
43
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a>*          <a class="link" href="eog-eog-thumbnail.html#eog-thumbnail-add-frame" title="eog_thumbnail_add_frame ()">eog_thumbnail_add_frame</a>             (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *thumbnail</code></em>);
44
44
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a>*          <a class="link" href="eog-eog-thumbnail.html#eog-thumbnail-load" title="eog_thumbnail_load ()">eog_thumbnail_load</a>                  (<em class="parameter"><code><a class="link" href="eog-eog-image.html#EogImage"><span class="type">EogImage</span></a> *image</code></em>,
45
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
45
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
46
46
#define             <a class="link" href="eog-eog-thumbnail.html#EOG-THUMBNAIL-ORIGINAL-WIDTH:CAPS" title="EOG_THUMBNAIL_ORIGINAL_WIDTH">EOG_THUMBNAIL_ORIGINAL_WIDTH</a>
47
47
#define             <a class="link" href="eog-eog-thumbnail.html#EOG-THUMBNAIL-ORIGINAL-HEIGHT:CAPS" title="EOG_THUMBNAIL_ORIGINAL_HEIGHT">EOG_THUMBNAIL_ORIGINAL_HEIGHT</a>
48
48
</pre>
64
64
<div class="refsect2" title="eog_thumbnail_fit_to_size ()">
65
65
<a name="eog-thumbnail-fit-to-size"></a><h3>eog_thumbnail_fit_to_size ()</h3>
66
66
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a>*          eog_thumbnail_fit_to_size           (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *thumbnail</code></em>,
67
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dimension</code></em>);</pre>
 
67
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dimension</code></em>);</pre>
68
68
<p>
69
69
</p>
70
70
<div class="variablelist"><table border="0">
114
114
<div class="refsect2" title="eog_thumbnail_load ()">
115
115
<a name="eog-thumbnail-load"></a><h3>eog_thumbnail_load ()</h3>
116
116
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a>*          eog_thumbnail_load                  (<em class="parameter"><code><a class="link" href="eog-eog-image.html#EogImage"><span class="type">EogImage</span></a> *image</code></em>,
117
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
117
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
118
118
<p>
119
119
</p>
120
120
<div class="variablelist"><table border="0">
158
158
</div>
159
159
<div class="footer">
160
160
<hr>
161
 
          Generated by GTK-Doc V1.14</div>
 
161
          Generated by GTK-Doc V1.15</div>
162
162
</body>
163
163
</html>
 
 
b'\\ No newline at end of file'