Release 1.0.3
[platform/upstream/gsignond.git] / docs / html / GSignondConfig.html
index cf22896..5f2785f 100644 (file)
@@ -50,7 +50,7 @@
 </tr>
 <tr>
 <td class="function_type">
-<span class="returnvalue">gint</span>
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
 </td>
 <td class="function_name">
 <a class="link" href="GSignondConfig.html#gsignond-config-get-integer" title="gsignond_config_get_integer ()">gsignond_config_get_integer</a> <span class="c_punctuation">()</span>
@@ -65,7 +65,7 @@
 </td>
 </tr>
 <tr>
-<td class="function_type">const <span class="returnvalue">gchar</span> *
+<td class="function_type">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
 </td>
 <td class="function_name">
 <a class="link" href="GSignondConfig.html#gsignond-config-get-string" title="gsignond_config_get_string ()">gsignond_config_get_string</a> <span class="c_punctuation">()</span>
@@ -84,7 +84,7 @@
 </div>
 <div class="refsect1">
 <a name="GSignondConfig.object-hierarchy"></a><h2>Object Hierarchy</h2>
-<pre class="screen">    GObject
+<pre class="screen">    <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
     <span class="lineart">╰──</span> GSignondConfig
 </pre>
 </div>
@@ -110,7 +110,7 @@ in decreasing order of priority:</p>
 <li class="listitem"><p>GSIGNOND_CONFIG environment variable</p></li>
 <li class="listitem"><p>g_get_user_config_dir() + "gsignond.conf"</p></li>
 <li class="listitem"><p>path specified in --sysconfdir configure option ($(sysconfdir))</p></li>
-<li class="listitem"><p>each of <code class="function">g_get_system_config_dirs()</code> + "gsignond.conf"</p></li>
+<li class="listitem"><p>each of <a href="http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Utility-Functions.html#g-get-system-config-dirs"><code class="function">g_get_system_config_dirs()</code></a> + "gsignond.conf"</p></li>
 </ul></div>
 <p>Otherwise, the config file location is determined at compilation time as 
 $(sysconfdir) + "gsignond.conf"</p>
@@ -138,9 +138,9 @@ as they're already provided with a config object when they're created.</p>
 <hr>
 <div class="refsect2">
 <a name="gsignond-config-get-integer"></a><h3>gsignond_config_get_integer ()</h3>
-<pre class="programlisting"><span class="returnvalue">gint</span>
+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
 gsignond_config_get_integer (<em class="parameter"><code><a class="link" href="GSignondConfig.html" title="GSignondConfig"><span class="type">GSignondConfig</span></a> *self</code></em>,
-                             <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>);</pre>
+                             <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> *key</code></em>);</pre>
 <p>Get an integer configuration value.</p>
 <div class="refsect3">
 <a name="id-1.3.2.7.3.5"></a><h4>Parameters</h4>
@@ -176,8 +176,8 @@ exist or cannot be converted to the integer, 0 is returned.</p>
 <a name="gsignond-config-set-integer"></a><h3>gsignond_config_set_integer ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>
 gsignond_config_set_integer (<em class="parameter"><code><a class="link" href="GSignondConfig.html" title="GSignondConfig"><span class="type">GSignondConfig</span></a> *self</code></em>,
-                             <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>,
-                             <em class="parameter"><code><span class="type">gint</span> value</code></em>);</pre>
+                             <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> *key</code></em>,
+                             <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>);</pre>
 <p>Sets the configuration value to the provided integer.</p>
 <div class="refsect3">
 <a name="id-1.3.2.7.4.5"></a><h4>Parameters</h4>
@@ -210,9 +210,9 @@ gsignond_config_set_integer (<em class="parameter"><code><a class="link" href="G
 <hr>
 <div class="refsect2">
 <a name="gsignond-config-get-string"></a><h3>gsignond_config_get_string ()</h3>
-<pre class="programlisting">const <span class="returnvalue">gchar</span> *
+<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
 gsignond_config_get_string (<em class="parameter"><code><a class="link" href="GSignondConfig.html" title="GSignondConfig"><span class="type">GSignondConfig</span></a> *self</code></em>,
-                            <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>);</pre>
+                            <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> *key</code></em>);</pre>
 <p>Get a string configuration value.</p>
 <div class="refsect3">
 <a name="id-1.3.2.7.5.5"></a><h4>Parameters</h4>
@@ -248,8 +248,8 @@ exist, NULL is returned. </p>
 <a name="gsignond-config-set-string"></a><h3>gsignond_config_set_string ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>
 gsignond_config_set_string (<em class="parameter"><code><a class="link" href="GSignondConfig.html" title="GSignondConfig"><span class="type">GSignondConfig</span></a> *self</code></em>,
-                            <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>,
-                            <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
+                            <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> *key</code></em>,
+                            <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> *value</code></em>);</pre>
 <p>Sets the configuration value to the provided string.</p>
 <div class="refsect3">
 <a name="id-1.3.2.7.6.5"></a><h4>Parameters</h4>