~ubuntu-branches/ubuntu/oneiric/gconf/oneiric-proposed

« back to all changes in this revision

Viewing changes to doc/gconf/html/gconf-gconf-locale.html

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-09-01 18:47:35 UTC
  • mto: (7.3.5 sid) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: james.westby@ubuntu.com-20100901184735-eujhkrmxvlcgz6ex
Tags: upstream-2.31.91
ImportĀ upstreamĀ versionĀ 2.31.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
<div class="refsynopsisdiv">
39
39
<a name="gconf-gconf-locale.synopsis"></a><h2>Synopsis</h2>
40
40
<pre class="synopsis">                    <a class="link" href="gconf-gconf-locale.html#GConfLocaleCache" title="GConfLocaleCache">GConfLocaleCache</a>;
41
 
<a class="link" href="gconf-gconf-locale.html#GConfLocaleCache" title="GConfLocaleCache"><span class="returnvalue">GConfLocaleCache</span></a>*   <a class="link" href="gconf-gconf-locale.html#gconf-locale-cache-new" title="gconf_locale_cache_new ()">gconf_locale_cache_new</a>              (<em class="parameter"><code><span class="type">void</span></code></em>);
 
41
<a class="link" href="gconf-gconf-locale.html#GConfLocaleCache" title="GConfLocaleCache"><span class="returnvalue">GConfLocaleCache</span></a> *  <a class="link" href="gconf-gconf-locale.html#gconf-locale-cache-new" title="gconf_locale_cache_new ()">gconf_locale_cache_new</a>              (<em class="parameter"><code><span class="type">void</span></code></em>);
42
42
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-locale.html#gconf-locale-cache-free" title="gconf_locale_cache_free ()">gconf_locale_cache_free</a>             (<em class="parameter"><code><a class="link" href="gconf-gconf-locale.html#GConfLocaleCache" title="GConfLocaleCache"><span class="type">GConfLocaleCache</span></a> *cache</code></em>);
43
43
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-locale.html#gconf-locale-cache-expire" title="gconf_locale_cache_expire ()">gconf_locale_cache_expire</a>           (<em class="parameter"><code><a class="link" href="gconf-gconf-locale.html#GConfLocaleCache" title="GConfLocaleCache"><span class="type">GConfLocaleCache</span></a> *cache</code></em>,
44
 
                                                         <em class="parameter"><code><span class="type">guint</span> max_age_exclusive_in_seconds</code></em>);
 
44
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> max_age_exclusive_in_seconds</code></em>);
45
45
                    <a class="link" href="gconf-gconf-locale.html#GConfLocaleList" title="GConfLocaleList">GConfLocaleList</a>;
46
46
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-locale.html#gconf-locale-list-ref" title="gconf_locale_list_ref ()">gconf_locale_list_ref</a>               (<em class="parameter"><code><a class="link" href="gconf-gconf-locale.html#GConfLocaleList" title="GConfLocaleList"><span class="type">GConfLocaleList</span></a> *list</code></em>);
47
47
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-locale.html#gconf-locale-list-unref" title="gconf_locale_list_unref ()">gconf_locale_list_unref</a>             (<em class="parameter"><code><a class="link" href="gconf-gconf-locale.html#GConfLocaleList" title="GConfLocaleList"><span class="type">GConfLocaleList</span></a> *list</code></em>);
48
 
<a class="link" href="gconf-gconf-locale.html#GConfLocaleList" title="GConfLocaleList"><span class="returnvalue">GConfLocaleList</span></a>*    <a class="link" href="gconf-gconf-locale.html#gconf-locale-cache-get-list" title="gconf_locale_cache_get_list ()">gconf_locale_cache_get_list</a>         (<em class="parameter"><code><a class="link" href="gconf-gconf-locale.html#GConfLocaleCache" title="GConfLocaleCache"><span class="type">GConfLocaleCache</span></a> *cache</code></em>,
49
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *locale</code></em>);
50
 
<span class="returnvalue">gchar</span>**             <a class="link" href="gconf-gconf-locale.html#gconf-split-locale" title="gconf_split_locale ()">gconf_split_locale</a>                  (<em class="parameter"><code>const <span class="type">gchar</span> *locale</code></em>);
 
48
<a class="link" href="gconf-gconf-locale.html#GConfLocaleList" title="GConfLocaleList"><span class="returnvalue">GConfLocaleList</span></a> *   <a class="link" href="gconf-gconf-locale.html#gconf-locale-cache-get-list" title="gconf_locale_cache_get_list ()">gconf_locale_cache_get_list</a>         (<em class="parameter"><code><a class="link" href="gconf-gconf-locale.html#GConfLocaleCache" title="GConfLocaleCache"><span class="type">GConfLocaleCache</span></a> *cache</code></em>,
 
49
                                                         <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> *locale</code></em>);
 
50
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **            <a class="link" href="gconf-gconf-locale.html#gconf-split-locale" title="gconf_split_locale ()">gconf_split_locale</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> *locale</code></em>);
51
51
</pre>
52
52
</div>
53
53
<div class="refsect1">
66
66
<hr>
67
67
<div class="refsect2">
68
68
<a name="gconf-locale-cache-new"></a><h3>gconf_locale_cache_new ()</h3>
69
 
<pre class="programlisting"><a class="link" href="gconf-gconf-locale.html#GConfLocaleCache" title="GConfLocaleCache"><span class="returnvalue">GConfLocaleCache</span></a>*   gconf_locale_cache_new              (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
69
<pre class="programlisting"><a class="link" href="gconf-gconf-locale.html#GConfLocaleCache" title="GConfLocaleCache"><span class="returnvalue">GConfLocaleCache</span></a> *  gconf_locale_cache_new              (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
70
70
<p>
71
71
</p>
72
72
<div class="variablelist"><table border="0">
97
97
<div class="refsect2">
98
98
<a name="gconf-locale-cache-expire"></a><h3>gconf_locale_cache_expire ()</h3>
99
99
<pre class="programlisting"><span class="returnvalue">void</span>                gconf_locale_cache_expire           (<em class="parameter"><code><a class="link" href="gconf-gconf-locale.html#GConfLocaleCache" title="GConfLocaleCache"><span class="type">GConfLocaleCache</span></a> *cache</code></em>,
100
 
                                                         <em class="parameter"><code><span class="type">guint</span> max_age_exclusive_in_seconds</code></em>);</pre>
 
100
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> max_age_exclusive_in_seconds</code></em>);</pre>
101
101
<p>
102
102
</p>
103
103
<div class="variablelist"><table border="0">
159
159
<hr>
160
160
<div class="refsect2">
161
161
<a name="gconf-locale-cache-get-list"></a><h3>gconf_locale_cache_get_list ()</h3>
162
 
<pre class="programlisting"><a class="link" href="gconf-gconf-locale.html#GConfLocaleList" title="GConfLocaleList"><span class="returnvalue">GConfLocaleList</span></a>*    gconf_locale_cache_get_list         (<em class="parameter"><code><a class="link" href="gconf-gconf-locale.html#GConfLocaleCache" title="GConfLocaleCache"><span class="type">GConfLocaleCache</span></a> *cache</code></em>,
163
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *locale</code></em>);</pre>
 
162
<pre class="programlisting"><a class="link" href="gconf-gconf-locale.html#GConfLocaleList" title="GConfLocaleList"><span class="returnvalue">GConfLocaleList</span></a> *   gconf_locale_cache_get_list         (<em class="parameter"><code><a class="link" href="gconf-gconf-locale.html#GConfLocaleCache" title="GConfLocaleCache"><span class="type">GConfLocaleCache</span></a> *cache</code></em>,
 
163
                                                         <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> *locale</code></em>);</pre>
164
164
<p>
165
165
</p>
166
166
<div class="variablelist"><table border="0">
187
187
<hr>
188
188
<div class="refsect2">
189
189
<a name="gconf-split-locale"></a><h3>gconf_split_locale ()</h3>
190
 
<pre class="programlisting"><span class="returnvalue">gchar</span>**             gconf_split_locale                  (<em class="parameter"><code>const <span class="type">gchar</span> *locale</code></em>);</pre>
 
190
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **            gconf_split_locale                  (<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> *locale</code></em>);</pre>
191
191
<p>
192
192
</p>
193
193
<div class="variablelist"><table border="0">