KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
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 :  /usr/share/gtk-doc/html/libgnomeui/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/gtk-doc/html/libgnomeui/libgnomeui-GnomeThemeFile.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>GnomeThemeFile</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="GnomeIconSelection.html" title="GnomeIconSelection">
<link rel="next" href="libgnomeui-GnomeThumbnail.html" title="GnomeThumbnail">
<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="GnomeIconSelection.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="libgnomeui-GnomeThumbnail.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="#id3064307" class="shortcut">Top</a>
                  &#160;|&#160;
                  <a href="#id3064824" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgnomeui-GnomeThemeFile"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id3064307"></a><span class="refentrytitle">GnomeThemeFile</span>
</h2>
<p>GnomeThemeFile &#8212; APIs to  parse icon theme files.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">

#include &lt;libgnomeui/libgnomeui.h&gt;


            <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a>;
void        (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFileSectionFunc">*GnomeThemeFileSectionFunc</a>)    (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df,
                                             const char *name,
                                             <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);
enum        <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFileParseError">GnomeThemeFileParseError</a>;
void        (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFileLineFunc">*GnomeThemeFileLineFunc</a>)       (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df,
                                             const char *key,
                                             const char *locale,
                                             const char *value,
                                             <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);
<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a>* <a href="libgnomeui-GnomeThemeFile.html#gnome-theme-file-new-from-string">gnome_theme_file_new_from_string</a>
                                            (char *data,
                                             <a
href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"
>GError</a> **error);
char*       <a href="libgnomeui-GnomeThemeFile.html#gnome-theme-file-to-string">gnome_theme_file_to_string</a>      (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df);
void        <a href="libgnomeui-GnomeThemeFile.html#gnome-theme-file-free">gnome_theme_file_free</a>           (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df);
void        <a href="libgnomeui-GnomeThemeFile.html#gnome-theme-file-foreach-section">gnome_theme_file_foreach_section</a>
                                            (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df,
                                             <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFileSectionFunc">GnomeThemeFileSectionFunc</a> func,
                                             <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data);
void        <a href="libgnomeui-GnomeThemeFile.html#gnome-theme-file-foreach-key">gnome_theme_file_foreach_key</a>    (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df,
                                             const char *section,
                                             <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> include_localized,
                                             <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFileLineFunc">GnomeThemeFileLineFunc</a> func,
                                             <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a>    <a href="libgnomeui-GnomeThemeFile.html#gnome-theme-file-get-raw">gnome_theme_file_get_raw</a>        (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df,
                                             const char *section,
                                             const char *keyname,
                                             const char *locale,
                                             char **val);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a>    <a href="libgnomeui-GnomeThemeFile.html#gnome-theme-file-get-integer">gnome_theme_file_get_integer</a>    (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df,
                                             const char *section,
                                             const char *keyname,
                                             int *val);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a>    <a href="libgnomeui-GnomeThemeFile.html#gnome-theme-file-get-string">gnome_theme_file_get_string</a>     (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df,
                                             const char *section,
                                             const char *keyname,
                                             char **val);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a>    <a href="libgnomeui-GnomeThemeFile.html#gnome-theme-file-get-locale-string">gnome_theme_file_get_locale_string</a>
                                            (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df,
                                             const char *section,
                                             const char *keyname,
                                             char **val);
#define     <a href="libgnomeui-GnomeThemeFile.html#GNOME-THEME-FILE-PARSE-ERROR:CAPS">GNOME_THEME_FILE_PARSE_ERROR</a>
<a
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
>GQuark</a>      <a href="libgnomeui-GnomeThemeFile.html#gnome-theme-file-parse-error-quark">gnome_theme_file_parse_error_quark</a>
                                            (void);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id3064824"></a><h2>Description</h2>
<p>

</p>
</div>
<div class="refsect1" lang="en">
<a name="id3064838"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id3064849"></a><h3>
<a name="GnomeThemeFile"></a>GnomeThemeFile</h3>
<a class="indexterm" name="id3064864"></a><pre class="programlisting">typedef struct _GnomeThemeFile GnomeThemeFile;</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">GnomeThemeFile</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
A GnomeThemeFile contains information about the number of sections, pointers to the sections
and information about the current locale.
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3064894"></a><h3>
<a name="GnomeThemeFileSectionFunc"></a>GnomeThemeFileSectionFunc ()</h3>
<a class="indexterm" name="id3064911"></a><pre class="programlisting">void        (*GnomeThemeFileSectionFunc)    (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df,
                                             const char *name,
                                             <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">GnomeThemeFileSectionFunc</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>df</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>name</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></td>
<td>


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3065012"></a><h3>
<a name="GnomeThemeFileParseError"></a>enum GnomeThemeFileParseError</h3>
<a class="indexterm" name="id3065028"></a><pre class="programlisting">typedef enum 
{
  GNOME_THEME_FILE_PARSE_ERROR_INVALID_SYNTAX,
  GNOME_THEME_FILE_PARSE_ERROR_INVALID_ESCAPES,
  GNOME_THEME_FILE_PARSE_ERROR_INVALID_CHARS
} GnomeThemeFileParseError;
</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">GnomeThemeFileParseError</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="id3065058"></a><h3>
<a name="GnomeThemeFileLineFunc"></a>GnomeThemeFileLineFunc ()</h3>
<a class="indexterm" name="id3065074"></a><pre class="programlisting">void        (*GnomeThemeFileLineFunc)       (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df,
                                             const char *key,
                                             const char *locale,
                                             const char *value,
                                             <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">GnomeThemeFileLineFunc</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>df</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>key</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>locale</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></td>
<td>


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3065217"></a><h3>
<a name="gnome-theme-file-new-from-string"></a>gnome_theme_file_new_from_string ()</h3>
<a class="indexterm" name="id3065233"></a><a class="indexterm" name="id3065241"></a><pre class="programlisting"><a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a>* gnome_theme_file_new_from_string
                                            (char *data,
                                             <a
href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"
>GError</a> **error);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_theme_file_new_from_string</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
Creates a <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile"><span class="type">GnomeThemeFile</span></a> from the data string passed.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></td>
<td>  the string used to create a <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile"><span class="type">GnomeThemeFile</span></a>.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>error</code></em>&#160;:</span></td>
<td> location to store the error occuring, or NULL to ignore errors 
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> a <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile"><span class="type">GnomeThemeFile</span></a>.

</td>
</tr>
</tbody>
</table></div>
<p>Since  2.2
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3065365"></a><h3>
<a name="gnome-theme-file-to-string"></a>gnome_theme_file_to_string ()</h3>
<a class="indexterm" name="id3065381"></a><a class="indexterm" name="id3065389"></a><pre class="programlisting">char*       gnome_theme_file_to_string      (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_theme_file_to_string</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
This function retrieves the string representing the <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile"><span class="type">GnomeThemeFile</span></a>.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>df</code></em>&#160;:</span></td>
<td> A <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile"><span class="type">GnomeThemeFile</span></a>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> a char *.

</td>
</tr>
</tbody>
</table></div>
<p>Since  2.2
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3065481"></a><h3>
<a name="gnome-theme-file-free"></a>gnome_theme_file_free ()</h3>
<a class="indexterm" name="id3065497"></a><a class="indexterm" name="id3065505"></a><pre class="programlisting">void        gnome_theme_file_free           (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_theme_file_free</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
Frees the <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile"><span class="type">GnomeThemeFile</span></a> structure.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><em class="parameter"><code>df</code></em>&#160;:</span></td>
<td> a <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile"><span class="type">GnomeThemeFile</span></a>.
</td>
</tr></tbody>
</table></div>
<p>Since  2.2
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3065586"></a><h3>
<a name="gnome-theme-file-foreach-section"></a>gnome_theme_file_foreach_section ()</h3>
<a class="indexterm" name="id3065602"></a><a class="indexterm" name="id3065611"></a><pre class="programlisting">void        gnome_theme_file_foreach_section
                                            (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df,
                                             <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFileSectionFunc">GnomeThemeFileSectionFunc</a> func,
                                             <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_theme_file_foreach_section</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
Calls <em class="parameter"><code>func</code></em> for each section in the <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile"><span class="type">GnomeThemeFile</span></a> with <em class="parameter"><code>user_data</code></em>.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>df</code></em>&#160;:</span></td>
<td> a <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile"><span class="type">GnomeThemeFile</span></a>.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>func</code></em>&#160;:</span></td>
<td> a <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFileSectionFunc"><span class="type">GnomeThemeFileSectionFunc</span></a>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
<td> a pointer to the user data.
</td>
</tr>
</tbody>
</table></div>
<p>Since  2.2
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3065757"></a><h3>
<a name="gnome-theme-file-foreach-key"></a>gnome_theme_file_foreach_key ()</h3>
<a class="indexterm" name="id3065773"></a><a class="indexterm" name="id3065781"></a><pre class="programlisting">void        gnome_theme_file_foreach_key    (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df,
                                             const char *section,
                                             <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> include_localized,
                                             <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFileLineFunc">GnomeThemeFileLineFunc</a> func,
                                             <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_theme_file_foreach_key</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
Looks for the section <em class="parameter"><code>section_name</code></em>. If found, this function calls <em class="parameter"><code>func</code></em> for each line 
in the section with fields of line and <em class="parameter"><code>user_data</code></em>.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>df</code></em>&#160;:</span></td>
<td> a <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile"><span class="type">GnomeThemeFile</span></a>.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>section</code></em>&#160;:</span></td>
<td> name of the section
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>include_localized</code></em>&#160;:</span></td>
<td> a boolean value
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>func</code></em>&#160;:</span></td>
<td> a <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFileLineFunc"><span class="type">GnomeThemeFileLineFunc</span></a>.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
<td> a pointer to user_data.
</td>
</tr>
</tbody>
</table></div>
<p>Since  2.2
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3065969"></a><h3>
<a name="gnome-theme-file-get-raw"></a>gnome_theme_file_get_raw ()</h3>
<a class="indexterm" name="id3065985"></a><a class="indexterm" name="id3065993"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a>    gnome_theme_file_get_raw        (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df,
                                             const char *section,
                                             const char *keyname,
                                             const char *locale,
                                             char **val);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_theme_file_get_raw</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
Searches section name and line in the <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile"><span class="type">GnomeThemeFile</span></a> data structure.
If found, sets the <em class="parameter"><code>val</code></em> to value field in GnomeThemeFileLine and returns a boolean value.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>df</code></em>&#160;:</span></td>
<td> A <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile"><span class="type">GnomeThemeFile</span></a>. 
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>section</code></em>&#160;:</span></td>
<td> the string representing the section name
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>keyname</code></em>&#160;:</span></td>
<td> the string representing the key name.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>locale</code></em>&#160;:</span></td>
<td> the string representing the locale. 
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>val</code></em>&#160;:</span></td>
<td> a char**. 
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> TRUE if section and line were found in the <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile"><span class="type">GnomeThemeFile</span></a>, FALSE otherwise.

</td>
</tr>
</tbody>
</table></div>
<p>Since  2.2
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3066190"></a><h3>
<a name="gnome-theme-file-get-integer"></a>gnome_theme_file_get_integer ()</h3>
<a class="indexterm" name="id3066206"></a><a class="indexterm" name="id3066214"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a>    gnome_theme_file_get_integer    (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df,
                                             const char *section,
                                             const char *keyname,
                                             int *val);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_theme_file_get_integer</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
This function calls <a href="libgnomeui-GnomeThemeFile.html#gnome-theme-file-get-raw"><code class="function">gnome_theme_file_get_raw()</code></a> with the parameters. If gnome_theme_file_get_raw returns
<a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
><code class="literal">TRUE</code></a>, then converts the value string filled in by the function to an integer and writes it in <em class="parameter"><code>val</code></em>.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>df</code></em>&#160;:</span></td>
<td> a <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile"><span class="type">GnomeThemeFile</span></a>.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>section</code></em>&#160;:</span></td>
<td> the section name.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>keyname</code></em>&#160;:</span></td>
<td> the key name.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>val</code></em>&#160;:</span></td>
<td> an int*.
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
><code class="literal">TRUE</code></a> if gnome_theme_file_get_raw returns <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
><code class="literal">TRUE</code></a>, <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
><code class="literal">FALSE</code></a> otherwise. 

</td>
</tr>
</tbody>
</table></div>
<p>Since  2.2
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3066422"></a><h3>
<a name="gnome-theme-file-get-string"></a>gnome_theme_file_get_string ()</h3>
<a class="indexterm" name="id3066438"></a><a class="indexterm" name="id3066446"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a>    gnome_theme_file_get_string     (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df,
                                             const char *section,
                                             const char *keyname,
                                             char **val);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_theme_file_get_string</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
This function calls <a href="libgnomeui-GnomeThemeFile.html#gnome-theme-file-get-raw"><code class="function">gnome_theme_file_get_raw()</code></a> with the parameters and returns the 
boolean value.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>df</code></em>&#160;:</span></td>
<td> A <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile"><span class="type">GnomeThemeFile</span></a>.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>section</code></em>&#160;:</span></td>
<td> the section name. 
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>keyname</code></em>&#160;:</span></td>
<td> the key name.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>val</code></em>&#160;:</span></td>
<td> a char**.
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> a <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
><span class="type">gboolean</span></a> value.

</td>
</tr>
</tbody>
</table></div>
<p>Since  2.2
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3066614"></a><h3>
<a name="gnome-theme-file-get-locale-string"></a>gnome_theme_file_get_locale_string ()</h3>
<a class="indexterm" name="id3066631"></a><a class="indexterm" name="id3066638"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a>    gnome_theme_file_get_locale_string
                                            (<a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile">GnomeThemeFile</a> *df,
                                             const char *section,
                                             const char *keyname,
                                             char **val);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_theme_file_get_locale_string</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
Calculates the locale if the current_locale field of <em class="parameter"><code>df</code></em> is NULL. Then calls <a href="libgnomeui-GnomeThemeFile.html#gnome-theme-file-get-raw"><code class="function">gnome_theme_file_get_raw()</code></a> with the 
parameters and returns the boolean value obtained.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>df</code></em>&#160;:</span></td>
<td> A <a href="libgnomeui-GnomeThemeFile.html#GnomeThemeFile"><span class="type">GnomeThemeFile</span></a>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>section</code></em>&#160;:</span></td>
<td> the section name.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>keyname</code></em>&#160;:</span></td>
<td> the keyname.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>val</code></em>&#160;:</span></td>
<td> a char **.
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> a gboolean value.

</td>
</tr>
</tbody>
</table></div>
<p>Since  2.2
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3066806"></a><h3>
<a name="GNOME-THEME-FILE-PARSE-ERROR:CAPS"></a>GNOME_THEME_FILE_PARSE_ERROR</h3>
<a class="indexterm" name="id3066822"></a><pre class="programlisting">#define GNOME_THEME_FILE_PARSE_ERROR gnome_theme_file_parse_error_quark()
</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">GNOME_THEME_FILE_PARSE_ERROR</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="id3066851"></a><h3>
<a name="gnome-theme-file-parse-error-quark"></a>gnome_theme_file_parse_error_quark ()</h3>
<a class="indexterm" name="id3066868"></a><a class="indexterm" name="id3066876"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
>GQuark</a>      gnome_theme_file_parse_error_quark
                                            (void);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_theme_file_parse_error_quark</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
This function gets  a <a
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
><span class="type">GQuark</span></a> representing the error string.</p>
<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>&#160;:</span></td>
<td> a <a
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
><span class="type">GQuark</span></a>.

</td>
</tr></tbody>
</table></div>
<p>Since  2.2
</p>
</div>
</div>
</div>
</body>
</html>

Anon7 - 2021