~ubuntu-branches/ubuntu/precise/evolution/precise

« back to all changes in this revision

Viewing changes to doc/reference/shell/html/eshell-Icon-Utilities-(Legacy).html

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-09-26 12:24:40 UTC
  • mfrom: (1.1.86 upstream)
  • Revision ID: package-import@ubuntu.com-20110926122440-nn0pyj1yj4j0k784
Tags: 3.2.0-0ubuntu1
* New upstream release.
* debian/control: bump e-d-s Build-Depends to 3.2.0. 
* debian/patches/*git*.patch: remove left over patches we already no longer
  apply.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Icon Utilities (Legacy)</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="Evolution Shell Reference Manual">
8
8
<link rel="up" href="ch02.html" title="Basic Utility Functions">
9
9
<link rel="prev" href="eshell-Text-to-HTML-Conversion.html" title="Text to HTML Conversion">
10
10
<link rel="next" href="eshell-EPoolv.html" title="EPoolv">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (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">
39
39
<a name="eshell-Icon-Utilities-(Legacy).synopsis"></a><h2>Synopsis</h2>
40
 
<pre class="synopsis"><span class="returnvalue">gchar</span> *             <a class="link" href="eshell-Icon-Utilities-(Legacy).html#e-icon-factory-get-icon-filename" title="e_icon_factory_get_icon_filename ()">e_icon_factory_get_icon_filename</a>    (<em class="parameter"><code>const <span class="type">gchar</span> *icon_name</code></em>,
41
 
                                                         <em class="parameter"><code><span class="type">GtkIconSize</span> icon_size</code></em>);
42
 
<span class="returnvalue">GdkPixbuf</span> *         <a class="link" href="eshell-Icon-Utilities-(Legacy).html#e-icon-factory-get-icon" title="e_icon_factory_get_icon ()">e_icon_factory_get_icon</a>             (<em class="parameter"><code>const <span class="type">gchar</span> *icon_name</code></em>,
43
 
                                                         <em class="parameter"><code><span class="type">GtkIconSize</span> icon_size</code></em>);
44
 
<span class="returnvalue">GdkPixbuf</span> *         <a class="link" href="eshell-Icon-Utilities-(Legacy).html#e-icon-factory-pixbuf-scale" title="e_icon_factory_pixbuf_scale ()">e_icon_factory_pixbuf_scale</a>         (<em class="parameter"><code><span class="type">GdkPixbuf</span> *pixbuf</code></em>,
45
 
                                                         <em class="parameter"><code><span class="type">gint</span> width</code></em>,
46
 
                                                         <em class="parameter"><code><span class="type">gint</span> height</code></em>);
47
 
<span class="returnvalue">gchar</span> *             <a class="link" href="eshell-Icon-Utilities-(Legacy).html#e-icon-factory-create-thumbnail" title="e_icon_factory_create_thumbnail ()">e_icon_factory_create_thumbnail</a>     (<em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>);
 
40
<pre class="synopsis"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *                      <a class="link" href="eshell-Icon-Utilities-(Legacy).html#e-icon-factory-get-icon-filename" title="e_icon_factory_get_icon_filename ()">e_icon_factory_get_icon_filename</a>    (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *icon_name</code></em>,
 
41
                                                         <em class="parameter"><code><span class="type">GtkIconSize</span> icon_size</code></em>);
 
42
<span class="returnvalue">GdkPixbuf</span> *            <a class="link" href="eshell-Icon-Utilities-(Legacy).html#e-icon-factory-get-icon" title="e_icon_factory_get_icon ()">e_icon_factory_get_icon</a>             (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *icon_name</code></em>,
 
43
                                                         <em class="parameter"><code><span class="type">GtkIconSize</span> icon_size</code></em>);
 
44
<span class="returnvalue">GdkPixbuf</span> *            <a class="link" href="eshell-Icon-Utilities-(Legacy).html#e-icon-factory-pixbuf-scale" title="e_icon_factory_pixbuf_scale ()">e_icon_factory_pixbuf_scale</a>         (<em class="parameter"><code><span class="type">GdkPixbuf</span> *pixbuf</code></em>,
 
45
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
 
46
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);
 
47
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *                    <a class="link" href="eshell-Icon-Utilities-(Legacy).html#e-icon-factory-create-thumbnail" title="e_icon_factory_create_thumbnail ()">e_icon_factory_create_thumbnail</a>     (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>);
48
48
</pre>
49
49
</div>
50
50
<div class="refsect1">
56
56
<a name="eshell-Icon-Utilities-(Legacy).details"></a><h2>Details</h2>
57
57
<div class="refsect2">
58
58
<a name="e-icon-factory-get-icon-filename"></a><h3>e_icon_factory_get_icon_filename ()</h3>
59
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             e_icon_factory_get_icon_filename    (<em class="parameter"><code>const <span class="type">gchar</span> *icon_name</code></em>,
 
59
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *                        e_icon_factory_get_icon_filename    (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *icon_name</code></em>,
60
60
                                                         <em class="parameter"><code><span class="type">GtkIconSize</span> icon_size</code></em>);</pre>
61
61
<p>
62
62
Returns the filename of the requested icon in the default icon theme.
82
82
<hr>
83
83
<div class="refsect2">
84
84
<a name="e-icon-factory-get-icon"></a><h3>e_icon_factory_get_icon ()</h3>
85
 
<pre class="programlisting"><span class="returnvalue">GdkPixbuf</span> *         e_icon_factory_get_icon             (<em class="parameter"><code>const <span class="type">gchar</span> *icon_name</code></em>,
 
85
<pre class="programlisting"><span class="returnvalue">GdkPixbuf</span> *                e_icon_factory_get_icon             (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *icon_name</code></em>,
86
86
                                                         <em class="parameter"><code><span class="type">GtkIconSize</span> icon_size</code></em>);</pre>
87
87
<p>
88
88
Loads the requested icon from the default icon theme and renders it
109
109
<hr>
110
110
<div class="refsect2">
111
111
<a name="e-icon-factory-pixbuf-scale"></a><h3>e_icon_factory_pixbuf_scale ()</h3>
112
 
<pre class="programlisting"><span class="returnvalue">GdkPixbuf</span> *         e_icon_factory_pixbuf_scale         (<em class="parameter"><code><span class="type">GdkPixbuf</span> *pixbuf</code></em>,
113
 
                                                         <em class="parameter"><code><span class="type">gint</span> width</code></em>,
114
 
                                                         <em class="parameter"><code><span class="type">gint</span> height</code></em>);</pre>
 
112
<pre class="programlisting"><span class="returnvalue">GdkPixbuf</span> *                e_icon_factory_pixbuf_scale         (<em class="parameter"><code><span class="type">GdkPixbuf</span> *pixbuf</code></em>,
 
113
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
 
114
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
115
115
<p>
116
116
Scales <em class="parameter"><code>pixbuf</code></em> to desired size.
117
117
</p>
142
142
<hr>
143
143
<div class="refsect2">
144
144
<a name="e-icon-factory-create-thumbnail"></a><h3>e_icon_factory_create_thumbnail ()</h3>
145
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             e_icon_factory_create_thumbnail     (<em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>);</pre>
 
145
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *                        e_icon_factory_create_thumbnail     (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>);</pre>
146
146
<p>
147
147
Creates system thumbnail for <em class="parameter"><code>filename</code></em>.
148
148
</p>
155
155
</tr>
156
156
<tr>
157
157
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
158
 
<td>Path to system thumbnail of the file; <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if couldn't
159
 
create it. Free it with <code class="function">g_free()</code>.</td>
 
158
<td>Path to system thumbnail of the file; <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if couldn't
 
159
create it. Free it with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
160
160
</tr>
161
161
</tbody>
162
162
</table></div>
165
165
</div>
166
166
<div class="footer">
167
167
<hr>
168
 
          Generated by GTK-Doc V1.18</div>
 
168
          Generated by GTK-Doc V1.17</div>
169
169
</body>
170
170
</html>
 
 
b'\\ No newline at end of file'