|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/usr/share/gtk-doc/html/libgnomeui/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>GnomeIconTheme</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
<link rel="start" href="index.html" title="GNOME UI Library Reference Manual">
<link rel="up" href="fixme.html" title="Miscellaneous Widgets">
<link rel="prev" href="libgnomeui-GnomeIconLookup.html" title="GnomeIconLookup">
<link rel="next" href="GnomeIconSelection.html" title="GnomeIconSelection">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="GNOME UI Library (libgnomeui)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libgnomeui-GnomeIconLookup.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="fixme.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GNOME UI Library Reference Manual</th>
<td><a accesskey="n" href="GnomeIconSelection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id3057514" class="shortcut">Top</a>
 | 
<a href="#id3058001" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgnomeui-GnomeIconTheme"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id3057514"></a><span class="refentrytitle">GnomeIconTheme</span>
</h2>
<p>GnomeIconTheme — </p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">
#include <libgnomeui/libgnomeui.h>
<a href="libgnomeui-GnomeIconTheme.html#GnomeIconThemeClass">GnomeIconThemeClass</a>;
typedef <a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a>;
<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a>* <a href="libgnomeui-GnomeIconTheme.html#gnome-icon-theme-new">gnome_icon_theme_new</a> (void);
void <a href="libgnomeui-GnomeIconTheme.html#gnome-icon-theme-get-search-path">gnome_icon_theme_get_search_path</a>
(<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme,
char **path[],
int *n_elements);
void <a href="libgnomeui-GnomeIconTheme.html#gnome-icon-theme-set-search-path">gnome_icon_theme_set_search_path</a>
(<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme,
const char *path[],
int n_elements);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a href="libgnomeui-GnomeIconTheme.html#gnome-icon-theme-get-allow-svg">gnome_icon_theme_get_allow_svg</a> (<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme);
void <a href="libgnomeui-GnomeIconTheme.html#gnome-icon-theme-set-allow-svg">gnome_icon_theme_set_allow_svg</a> (<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> allow_svg);
char* <a href="libgnomeui-GnomeIconTheme.html#gnome-icon-theme-get-example-icon-name">gnome_icon_theme_get_example_icon_name</a>
(<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme);
void <a href="libgnomeui-GnomeIconTheme.html#gnome-icon-theme-append-search-path">gnome_icon_theme_append_search_path</a>
(<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme,
const char *path);
void <a href="libgnomeui-GnomeIconTheme.html#gnome-icon-theme-prepend-search-path">gnome_icon_theme_prepend_search_path</a>
(<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme,
const char *path);
void <a href="libgnomeui-GnomeIconTheme.html#gnome-icon-theme-set-custom-theme">gnome_icon_theme_set_custom_theme</a>
(<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme,
const char *theme_name);
char* <a href="libgnomeui-GnomeIconTheme.html#gnome-icon-theme-lookup-icon">gnome_icon_theme_lookup_icon</a> (<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme,
const char *icon_name,
int size,
const GnomeIconData **icon_data,
int *base_size);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a href="libgnomeui-GnomeIconTheme.html#gnome-icon-theme-has-icon">gnome_icon_theme_has_icon</a> (<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme,
const char *icon_name);
<a
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a>* <a href="libgnomeui-GnomeIconTheme.html#gnome-icon-theme-list-icons">gnome_icon_theme_list_icons</a> (<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme,
const char *context);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a href="libgnomeui-GnomeIconTheme.html#gnome-icon-theme-rescan-if-needed">gnome_icon_theme_rescan_if_needed</a>
(<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme);
GnomeIconData* <a href="libgnomeui-GnomeIconTheme.html#gnome-icon-data-dup">gnome_icon_data_dup</a> (const GnomeIconData *icon_data);
void <a href="libgnomeui-GnomeIconTheme.html#gnome-icon-data-free">gnome_icon_data_free</a> (GnomeIconData *icon_data);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id3058001"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id3058015"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id3058025"></a><h3>
<a name="GnomeIconThemeClass"></a>GnomeIconThemeClass</h3>
<a class="indexterm" name="id3058041"></a><pre class="programlisting">typedef struct {
GObjectClass parent_class;
void (* changed) (GnomeIconTheme *icon_theme);
} GnomeIconThemeClass;
</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">GnomeIconThemeClass</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3058070"></a><h3>
<a name="GnomeIconTheme"></a>GnomeIconTheme</h3>
<a class="indexterm" name="id3058085"></a><pre class="programlisting">typedef GtkIconTheme GnomeIconTheme;
</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">GnomeIconTheme</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3058113"></a><h3>
<a name="gnome-icon-theme-new"></a>gnome_icon_theme_new ()</h3>
<a class="indexterm" name="id3058128"></a><pre class="programlisting"><a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a>* gnome_icon_theme_new (void);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_icon_theme_new</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3058177"></a><h3>
<a name="gnome-icon-theme-get-search-path"></a>gnome_icon_theme_get_search_path ()</h3>
<a class="indexterm" name="id3058193"></a><pre class="programlisting">void gnome_icon_theme_get_search_path
(<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme,
char **path[],
int *n_elements);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_icon_theme_get_search_path</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>theme</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>path</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>n_elements</code></em> :</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3058295"></a><h3>
<a name="gnome-icon-theme-set-search-path"></a>gnome_icon_theme_set_search_path ()</h3>
<a class="indexterm" name="id3058311"></a><pre class="programlisting">void gnome_icon_theme_set_search_path
(<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme,
const char *path[],
int n_elements);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_icon_theme_set_search_path</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>theme</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>path</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>n_elements</code></em> :</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3058413"></a><h3>
<a name="gnome-icon-theme-get-allow-svg"></a>gnome_icon_theme_get_allow_svg ()</h3>
<a class="indexterm" name="id3058429"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gnome_icon_theme_get_allow_svg (<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_icon_theme_get_allow_svg</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>theme</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3058499"></a><h3>
<a name="gnome-icon-theme-set-allow-svg"></a>gnome_icon_theme_set_allow_svg ()</h3>
<a class="indexterm" name="id3058515"></a><pre class="programlisting">void gnome_icon_theme_set_allow_svg (<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> allow_svg);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_icon_theme_set_allow_svg</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>theme</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>allow_svg</code></em> :</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3058596"></a><h3>
<a name="gnome-icon-theme-get-example-icon-name"></a>gnome_icon_theme_get_example_icon_name ()</h3>
<a class="indexterm" name="id3058612"></a><pre class="programlisting">char* gnome_icon_theme_get_example_icon_name
(<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_icon_theme_get_example_icon_name</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>theme</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3058683"></a><h3>
<a name="gnome-icon-theme-append-search-path"></a>gnome_icon_theme_append_search_path ()</h3>
<a class="indexterm" name="id3058699"></a><pre class="programlisting">void gnome_icon_theme_append_search_path
(<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme,
const char *path);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_icon_theme_append_search_path</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>theme</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>path</code></em> :</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3058780"></a><h3>
<a name="gnome-icon-theme-prepend-search-path"></a>gnome_icon_theme_prepend_search_path ()</h3>
<a class="indexterm" name="id3058797"></a><pre class="programlisting">void gnome_icon_theme_prepend_search_path
(<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme,
const char *path);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_icon_theme_prepend_search_path</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>theme</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>path</code></em> :</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3058878"></a><h3>
<a name="gnome-icon-theme-set-custom-theme"></a>gnome_icon_theme_set_custom_theme ()</h3>
<a class="indexterm" name="id3058895"></a><pre class="programlisting">void gnome_icon_theme_set_custom_theme
(<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme,
const char *theme_name);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_icon_theme_set_custom_theme</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>theme</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>theme_name</code></em> :</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3058976"></a><h3>
<a name="gnome-icon-theme-lookup-icon"></a>gnome_icon_theme_lookup_icon ()</h3>
<a class="indexterm" name="id3058992"></a><pre class="programlisting">char* gnome_icon_theme_lookup_icon (<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme,
const char *icon_name,
int size,
const GnomeIconData **icon_data,
int *base_size);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_icon_theme_lookup_icon</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>theme</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>icon_name</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>size</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>icon_data</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>base_size</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3059146"></a><h3>
<a name="gnome-icon-theme-has-icon"></a>gnome_icon_theme_has_icon ()</h3>
<a class="indexterm" name="id3059162"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gnome_icon_theme_has_icon (<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme,
const char *icon_name);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_icon_theme_has_icon</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>theme</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>icon_name</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3059252"></a><h3>
<a name="gnome-icon-theme-list-icons"></a>gnome_icon_theme_list_icons ()</h3>
<a class="indexterm" name="id3059269"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a>* gnome_icon_theme_list_icons (<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme,
const char *context);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_icon_theme_list_icons</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>theme</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>context</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3059359"></a><h3>
<a name="gnome-icon-theme-rescan-if-needed"></a>gnome_icon_theme_rescan_if_needed ()</h3>
<a class="indexterm" name="id3059375"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gnome_icon_theme_rescan_if_needed
(<a href="libgnomeui-GnomeIconTheme.html#GnomeIconTheme">GnomeIconTheme</a> *theme);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_icon_theme_rescan_if_needed</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>theme</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3059445"></a><h3>
<a name="gnome-icon-data-dup"></a>gnome_icon_data_dup ()</h3>
<a class="indexterm" name="id3059461"></a><pre class="programlisting">GnomeIconData* gnome_icon_data_dup (const GnomeIconData *icon_data);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_icon_data_dup</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>icon_data</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3059530"></a><h3>
<a name="gnome-icon-data-free"></a>gnome_icon_data_free ()</h3>
<a class="indexterm" name="id3059545"></a><pre class="programlisting">void gnome_icon_data_free (GnomeIconData *icon_data);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_icon_data_free</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><em class="parameter"><code>icon_data</code></em> :</span></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
</div>
</div>
</body>
</html>