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 :  /proc/21585/root/usr/share/gtk-doc/html/libgnome/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/21585/root/usr/share/gtk-doc/html/libgnome/libgnome-gnome-gconf.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>gnome-gconf</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
<link rel="start" href="index.html" title="GNOME Library Reference Manual">
<link rel="up" href="ch01s02.html" title="Configuration">
<link rel="prev" href="ch01s02.html" title="Configuration">
<link rel="next" href="libgnome-gnome-config.html" title="gnome-config">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="libgnome.html" title="GNOME Library (libgnome)">
</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="ch01s02.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch01s02.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 Library Reference Manual</th>
<td><a accesskey="n" href="libgnome-gnome-config.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="#id2799192" class="shortcut">Top</a>
                  &#160;|&#160;
                  <a href="#id2799261" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgnome-gnome-gconf"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2799192"></a><span class="refentrytitle">gnome-gconf</span>
</h2>
<p>gnome-gconf &#8212; Provides access to the gconf module.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">

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


<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a>*      <a href="libgnome-gnome-gconf.html#gnome-gconf-get-gnome-libs-settings-relative">gnome_gconf_get_gnome_libs_settings_relative</a>
                                            (const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *subkey);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a>*      <a href="libgnome-gnome-gconf.html#gnome-gconf-get-app-settings-relative">gnome_gconf_get_app_settings_relative</a>
                                            (<a href="libgnome-gnome-program.html#GnomeProgram">GnomeProgram</a> *program,
                                             const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *subkey);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2799261"></a><h2>Description</h2>
<p>
The gconf module provides a means for storing configuration parameters in a
directory-like structure. This module supplies a couple of convenience wrappers
for the most common ways an application will use gconf.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2799279"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2799289"></a><h3>
<a name="gnome-gconf-get-gnome-libs-settings-relative"></a>gnome_gconf_get_gnome_libs_settings_relative ()</h3>
<a class="indexterm" name="id2799302"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a>*      gnome_gconf_get_gnome_libs_settings_relative
                                            (const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *subkey);</pre>
<p>
Gets the full key name for a GNOME desktop specific
setting for a specific application. Those keys are used to store application-specific
configuration, for example the history of a GnomeEntry. This
config space should only be used by libraries.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>subkey</code></em>&#160;:</span></td>
<td> key part below the gnome desktop settings directory
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>  A newly allocated string
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2799369"></a><h3>
<a name="gnome-gconf-get-app-settings-relative"></a>gnome_gconf_get_app_settings_relative ()</h3>
<a class="indexterm" name="id2799383"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a>*      gnome_gconf_get_app_settings_relative
                                            (<a href="libgnome-gnome-program.html#GnomeProgram">GnomeProgram</a> *program,
                                             const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *subkey);</pre>
<p>
Gets the full key name for an application specific
setting.  That is "/apps/&lt;application_id&gt;/<em class="parameter"><code>subkey</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>program</code></em>&#160;:</span></td>
<td> <a href="libgnome-gnome-program.html#GnomeProgram"><span class="type">GnomeProgram</span></a> pointer or <a
href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"
><code class="literal">NULL</code></a> for the default
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>subkey</code></em>&#160;:</span></td>
<td> key part below the gnome desktop settings directory
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>  A newly allocated string
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
</body>
</html>

Anon7 - 2021