|
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/gconf/ |
Upload File : |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>gconf-locale</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<link rel="start" href="index.html" title="GConf Reference Manual">
<link rel="up" href="ch01.html" title="Using the GConf library">
<link rel="prev" href="gconf-gconf.html" title="GConf Core Interfaces">
<link rel="next" href="gconf-gconf-changeset.html" title="GConfChangeSet">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="Using the GConf library">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="gconf-gconf.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch01.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">GConf Reference Manual</th>
<td><a accesskey="n" href="gconf-gconf-changeset.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry" lang="en">
<a name="gconf-gconf-locale"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gconf-locale</span></h2>
<p>gconf-locale — </p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">
<a href="gconf-gconf-locale.html#GConfLocaleCache">GConfLocaleCache</a>;
<a href="gconf-gconf-locale.html#GConfLocaleCache">GConfLocaleCache</a>* <a href="gconf-gconf-locale.html#gconf-locale-cache-new">gconf_locale_cache_new</a> (void);
void <a href="gconf-gconf-locale.html#gconf-locale-cache-free">gconf_locale_cache_free</a> (<a href="gconf-gconf-locale.html#GConfLocaleCache">GConfLocaleCache</a> *cache);
void <a href="gconf-gconf-locale.html#gconf-locale-cache-expire">gconf_locale_cache_expire</a> (<a href="gconf-gconf-locale.html#GConfLocaleCache">GConfLocaleCache</a> *cache,
guint max_age_exclusive_in_seconds);
<a href="gconf-gconf-locale.html#GConfLocaleList">GConfLocaleList</a>;
void <a href="gconf-gconf-locale.html#gconf-locale-list-ref">gconf_locale_list_ref</a> (<a href="gconf-gconf-locale.html#GConfLocaleList">GConfLocaleList</a> *list);
void <a href="gconf-gconf-locale.html#gconf-locale-list-unref">gconf_locale_list_unref</a> (<a href="gconf-gconf-locale.html#GConfLocaleList">GConfLocaleList</a> *list);
<a href="gconf-gconf-locale.html#GConfLocaleList">GConfLocaleList</a>* <a href="gconf-gconf-locale.html#gconf-locale-cache-get-list">gconf_locale_cache_get_list</a>
(<a href="gconf-gconf-locale.html#GConfLocaleCache">GConfLocaleCache</a> *cache,
const gchar *locale);
gchar** <a href="gconf-gconf-locale.html#gconf-split-locale">gconf_split_locale</a> (const gchar *locale);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2548192"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2548204"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2553390"></a><h3>
<a name="GConfLocaleCache"></a>GConfLocaleCache</h3>
<a class="indexterm" name="id2553400"></a><pre class="programlisting">typedef struct _GConfLocaleCache GConfLocaleCache;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2553417"></a><h3>
<a name="gconf-locale-cache-new"></a>gconf_locale_cache_new ()</h3>
<a class="indexterm" name="id2553426"></a><pre class="programlisting"><a href="gconf-gconf-locale.html#GConfLocaleCache">GConfLocaleCache</a>* gconf_locale_cache_new (void);</pre>
<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="id2553461"></a><h3>
<a name="gconf-locale-cache-free"></a>gconf_locale_cache_free ()</h3>
<a class="indexterm" name="id2561959"></a><pre class="programlisting">void gconf_locale_cache_free (<a href="gconf-gconf-locale.html#GConfLocaleCache">GConfLocaleCache</a> *cache);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><em class="parameter"><code>cache</code></em> :</span></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2562003"></a><h3>
<a name="gconf-locale-cache-expire"></a>gconf_locale_cache_expire ()</h3>
<a class="indexterm" name="id2562012"></a><pre class="programlisting">void gconf_locale_cache_expire (<a href="gconf-gconf-locale.html#GConfLocaleCache">GConfLocaleCache</a> *cache,
guint max_age_exclusive_in_seconds);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>cache</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>max_age_exclusive_in_seconds</code></em> :</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2577692"></a><h3>
<a name="GConfLocaleList"></a>GConfLocaleList</h3>
<a class="indexterm" name="id2577702"></a><pre class="programlisting">typedef struct {
const gchar** list;
} GConfLocaleList;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2577719"></a><h3>
<a name="gconf-locale-list-ref"></a>gconf_locale_list_ref ()</h3>
<a class="indexterm" name="id2577728"></a><pre class="programlisting">void gconf_locale_list_ref (<a href="gconf-gconf-locale.html#GConfLocaleList">GConfLocaleList</a> *list);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><em class="parameter"><code>list</code></em> :</span></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2529202"></a><h3>
<a name="gconf-locale-list-unref"></a>gconf_locale_list_unref ()</h3>
<a class="indexterm" name="id2529211"></a><pre class="programlisting">void gconf_locale_list_unref (<a href="gconf-gconf-locale.html#GConfLocaleList">GConfLocaleList</a> *list);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><em class="parameter"><code>list</code></em> :</span></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2529256"></a><h3>
<a name="gconf-locale-cache-get-list"></a>gconf_locale_cache_get_list ()</h3>
<a class="indexterm" name="id2529265"></a><pre class="programlisting"><a href="gconf-gconf-locale.html#GConfLocaleList">GConfLocaleList</a>* gconf_locale_cache_get_list
(<a href="gconf-gconf-locale.html#GConfLocaleCache">GConfLocaleCache</a> *cache,
const gchar *locale);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>cache</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>locale</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="id2563168"></a><h3>
<a name="gconf-split-locale"></a>gconf_split_locale ()</h3>
<a class="indexterm" name="id2563178"></a><pre class="programlisting">gchar** gconf_split_locale (const gchar *locale);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>locale</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>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="gconf-gconf.html"><b><< GConf Core Interfaces</b></a></td>
<td align="right"><a accesskey="n" href="gconf-gconf-changeset.html"><b>GConfChangeSet >></b></a></td>
</tr></table>
</body>
</html>