summaryrefslogtreecommitdiff
path: root/docs/html/gsignond-GSignondDictionary.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/gsignond-GSignondDictionary.html')
-rw-r--r--docs/html/gsignond-GSignondDictionary.html122
1 files changed, 61 insertions, 61 deletions
diff --git a/docs/html/gsignond-GSignondDictionary.html b/docs/html/gsignond-GSignondDictionary.html
index 1170161..142e007 100644
--- a/docs/html/gsignond-GSignondDictionary.html
+++ b/docs/html/gsignond-GSignondDictionary.html
@@ -42,7 +42,7 @@
<tbody>
<tr>
<td class="function_type">
-<a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="returnvalue">GSignondDictionary</span></a> *
+<span class="returnvalue">GSignondDictionary</span> *
</td>
<td class="function_name">
<a class="link" href="gsignond-GSignondDictionary.html#gsignond-dictionary-new" title="gsignond_dictionary_new ()">gsignond_dictionary_new</a> <span class="c_punctuation">()</span>
@@ -50,7 +50,7 @@
</tr>
<tr>
<td class="function_type">
-<a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="returnvalue">GSignondDictionary</span></a> *
+<span class="returnvalue">GSignondDictionary</span> *
</td>
<td class="function_name">
<a class="link" href="gsignond-GSignondDictionary.html#gsignond-dictionary-ref" title="gsignond_dictionary_ref ()">gsignond_dictionary_ref</a> <span class="c_punctuation">()</span>
@@ -66,7 +66,7 @@
</tr>
<tr>
<td class="function_type">
-<a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="returnvalue">GSignondDictionary</span></a> *
+<span class="returnvalue">GSignondDictionary</span> *
</td>
<td class="function_name">
<a class="link" href="gsignond-GSignondDictionary.html#gsignond-dictionary-copy" title="gsignond_dictionary_copy ()">gsignond_dictionary_copy</a> <span class="c_punctuation">()</span>
@@ -74,7 +74,7 @@
</tr>
<tr>
<td class="function_type">
-<a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="returnvalue">GSignondDictionary</span></a> *
+<span class="returnvalue">GSignondDictionary</span> *
</td>
<td class="function_name">
<a class="link" href="gsignond-GSignondDictionary.html#gsignond-dictionary-new-from-variant" title="gsignond_dictionary_new_from_variant ()">gsignond_dictionary_new_from_variant</a> <span class="c_punctuation">()</span>
@@ -238,7 +238,7 @@
</div>
<div class="refsect1">
<a name="gsignond-GSignondDictionary.description"></a><h2>Description</h2>
-<p>A <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> is a dictionary data structure that maps string keys to <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> values.
+<p>A <span class="type">GSignondDictionary</span> is a dictionary data structure that maps string keys to <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> values.
It's used in multiple places in gsignond and its public API to pass key-value
data sets.</p>
<div class="informalexample">
@@ -270,12 +270,12 @@ gboolean success <span class="gtkdoc opt">=</span> <span class="function"><a hre
<a name="gsignond-GSignondDictionary.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="gsignond-dictionary-new"></a><h3>gsignond_dictionary_new ()</h3>
-<pre class="programlisting"><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="returnvalue">GSignondDictionary</span></a> *
+<pre class="programlisting"><span class="returnvalue">GSignondDictionary</span> *
gsignond_dictionary_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
-<p>Creates a new instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a>.</p>
+<p>Creates a new instance of <span class="type">GSignondDictionary</span>.</p>
<div class="refsect3">
<a name="id-1.5.3.7.2.5"></a><h4>Returns</h4>
-<p> <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> object if successful,
+<p> <span class="type">GSignondDictionary</span> object if successful,
NULL otherwise. </p>
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
</div>
@@ -283,8 +283,8 @@ NULL otherwise. </p>
<hr>
<div class="refsect2">
<a name="gsignond-dictionary-ref"></a><h3>gsignond_dictionary_ref ()</h3>
-<pre class="programlisting"><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="returnvalue">GSignondDictionary</span></a> *
-gsignond_dictionary_ref (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>);</pre>
+<pre class="programlisting"><span class="returnvalue">GSignondDictionary</span> *
+gsignond_dictionary_ref (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</code></em>);</pre>
<p>Increments the reference count of the dictionary structure.</p>
<div class="refsect3">
<a name="id-1.5.3.7.3.5"></a><h4>Parameters</h4>
@@ -296,14 +296,14 @@ gsignond_dictionary_ref (<em class="parameter"><code><a href="http://gsignon-doc
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.3.7.3.6"></a><h4>Returns</h4>
-<p> the pointer to the passed in <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p>
+<p> the pointer to the passed in <span class="type">GSignondDictionary</span></p>
<p></p>
</div>
</div>
@@ -311,7 +311,7 @@ gsignond_dictionary_ref (<em class="parameter"><code><a href="http://gsignon-doc
<div class="refsect2">
<a name="gsignond-dictionary-unref"></a><h3>gsignond_dictionary_unref ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
-gsignond_dictionary_unref (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>);</pre>
+gsignond_dictionary_unref (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</code></em>);</pre>
<p>Decrements the reference count of the dictionary structure. If the reference
count reaches zero, the structure is deallocated and shouldn't be used.</p>
<div class="refsect3">
@@ -324,7 +324,7 @@ count reaches zero, the structure is deallocated and shouldn't be used.</p>
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
@@ -333,8 +333,8 @@ count reaches zero, the structure is deallocated and shouldn't be used.</p>
<hr>
<div class="refsect2">
<a name="gsignond-dictionary-copy"></a><h3>gsignond_dictionary_copy ()</h3>
-<pre class="programlisting"><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="returnvalue">GSignondDictionary</span></a> *
-gsignond_dictionary_copy (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *other</code></em>);</pre>
+<pre class="programlisting"><span class="returnvalue">GSignondDictionary</span> *
+gsignond_dictionary_copy (<em class="parameter"><code><span class="type">GSignondDictionary</span> *other</code></em>);</pre>
<p>Creates a copy of the dictionary.</p>
<div class="refsect3">
<a name="id-1.5.3.7.5.5"></a><h4>Parameters</h4>
@@ -346,14 +346,14 @@ gsignond_dictionary_copy (<em class="parameter"><code><a href="http://gsignon-do
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>other</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.3.7.5.6"></a><h4>Returns</h4>
-<p> <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> object if the copy was successful,
+<p> <span class="type">GSignondDictionary</span> object if the copy was successful,
NULL otherwise. </p>
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
</div>
@@ -361,11 +361,11 @@ NULL otherwise. </p>
<hr>
<div class="refsect2">
<a name="gsignond-dictionary-new-from-variant"></a><h3>gsignond_dictionary_new_from_variant ()</h3>
-<pre class="programlisting"><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="returnvalue">GSignondDictionary</span></a> *
+<pre class="programlisting"><span class="returnvalue">GSignondDictionary</span> *
gsignond_dictionary_new_from_variant (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *variant</code></em>);</pre>
-<p>Converts the <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> to <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a>. This is useful for example if
+<p>Converts the <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> to <span class="type">GSignondDictionary</span>. This is useful for example if
the dictionary needs to be deserialized, or if it's contained in another
-<a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> and has been retrieved using <a class="link" href="gsignond-GSignondDictionary.html#gsignond-dictionary-get" title="gsignond_dictionary_get ()"><code class="function">gsignond_dictionary_get()</code></a>.</p>
+<span class="type">GSignondDictionary</span> and has been retrieved using <a class="link" href="gsignond-GSignondDictionary.html#gsignond-dictionary-get" title="gsignond_dictionary_get ()"><code class="function">gsignond_dictionary_get()</code></a>.</p>
<div class="refsect3">
<a name="id-1.5.3.7.6.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
@@ -383,7 +383,7 @@ the dictionary needs to be deserialized, or if it's contained in another
</div>
<div class="refsect3">
<a name="id-1.5.3.7.6.6"></a><h4>Returns</h4>
-<p> <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> if successful, NULL otherwise. </p>
+<p> <span class="type">GSignondDictionary</span> if successful, NULL otherwise. </p>
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
</div>
</div>
@@ -391,9 +391,9 @@ the dictionary needs to be deserialized, or if it's contained in another
<div class="refsect2">
<a name="gsignond-dictionary-to-variant"></a><h3>gsignond_dictionary_to_variant ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> *
-gsignond_dictionary_to_variant (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>);</pre>
-<p>Converts the <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> to a <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>. The result can be serialized
-or put into another <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> using <a class="link" href="gsignond-GSignondDictionary.html#gsignond-dictionary-set" title="gsignond_dictionary_set ()"><code class="function">gsignond_dictionary_set()</code></a>.</p>
+gsignond_dictionary_to_variant (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</code></em>);</pre>
+<p>Converts the <span class="type">GSignondDictionary</span> to a <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>. The result can be serialized
+or put into another <span class="type">GSignondDictionary</span> using <a class="link" href="gsignond-GSignondDictionary.html#gsignond-dictionary-set" title="gsignond_dictionary_set ()"><code class="function">gsignond_dictionary_set()</code></a>.</p>
<div class="refsect3">
<a name="id-1.5.3.7.7.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
@@ -404,7 +404,7 @@ or put into another <a href="http://gsignon-docs.accounts-sso.googlecode.com/git
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
@@ -420,8 +420,8 @@ or put into another <a href="http://gsignon-docs.accounts-sso.googlecode.com/git
<a name="gsignond-dictionary-to-variant-builder"></a><h3>gsignond_dictionary_to_variant_builder ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariantBuilder"><span class="returnvalue">GVariantBuilder</span></a> *
gsignond_dictionary_to_variant_builder
- (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>);</pre>
-<p>Converts the <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> to a <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariantBuilder"><span class="type">GVariantBuilder</span></a> of type
+ (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</code></em>);</pre>
+<p>Converts the <span class="type">GSignondDictionary</span> to a <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariantBuilder"><span class="type">GVariantBuilder</span></a> of type
G_VARIANT_TYPE_VARDICT.</p>
<p>Caller should use <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#g-variant-builder-unref"><code class="function">g_variant_builder_unref()</code></a> on the return value when it is
no longer needed.</p>
@@ -435,7 +435,7 @@ no longer needed.</p>
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
@@ -450,7 +450,7 @@ no longer needed.</p>
<div class="refsect2">
<a name="gsignond-dictionary-get"></a><h3>gsignond_dictionary_get ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> *
-gsignond_dictionary_get (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>,
+gsignond_dictionary_get (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</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> *key</code></em>);</pre>
<p>Retrieves a <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> value from the dictionary. This can be used to retrieve
a value of an arbitrary type, and then convert it manually to a specific type
@@ -468,7 +468,7 @@ and similar).</p>
<tbody>
<tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@@ -490,7 +490,7 @@ example if the entry corresponding to the supplied key doesn't exist). </p>
<div class="refsect2">
<a name="gsignond-dictionary-set"></a><h3>gsignond_dictionary_set ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
-gsignond_dictionary_set (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>,
+gsignond_dictionary_set (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</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> *key</code></em>,
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *value</code></em>);</pre>
<p>Adds or replaces key-value pair in the dictionary. This allows to set a value
@@ -507,7 +507,7 @@ commonly used types also type-specific setters are provided.</p>
<tbody>
<tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@@ -533,7 +533,7 @@ commonly used types also type-specific setters are provided.</p>
<div class="refsect2">
<a name="gsignond-dictionary-get-boolean"></a><h3>gsignond_dictionary_get_boolean ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
-gsignond_dictionary_get_boolean (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>,
+gsignond_dictionary_get_boolean (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</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> *key</code></em>,
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *value</code></em>);</pre>
<p>Retrieves a gboolean value.</p>
@@ -548,7 +548,7 @@ gsignond_dictionary_get_boolean (<em class="parameter"><code><a href="http://gsi
<tbody>
<tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@@ -574,7 +574,7 @@ gsignond_dictionary_get_boolean (<em class="parameter"><code><a href="http://gsi
<div class="refsect2">
<a name="gsignond-dictionary-set-boolean"></a><h3>gsignond_dictionary_set_boolean ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
-gsignond_dictionary_set_boolean (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>,
+gsignond_dictionary_set_boolean (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</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> *key</code></em>,
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);</pre>
<p>Sets or replaces a gboolean value in the dictionary.</p>
@@ -589,7 +589,7 @@ gsignond_dictionary_set_boolean (<em class="parameter"><code><a href="http://gsi
<tbody>
<tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@@ -615,7 +615,7 @@ gsignond_dictionary_set_boolean (<em class="parameter"><code><a href="http://gsi
<div class="refsect2">
<a name="gsignond-dictionary-get-int32"></a><h3>gsignond_dictionary_get_int32 ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
-gsignond_dictionary_get_int32 (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>,
+gsignond_dictionary_get_int32 (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</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> *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>Retrieves a int32 value.</p>
@@ -630,7 +630,7 @@ gsignond_dictionary_get_int32 (<em class="parameter"><code><a href="http://gsign
<tbody>
<tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@@ -656,7 +656,7 @@ gsignond_dictionary_get_int32 (<em class="parameter"><code><a href="http://gsign
<div class="refsect2">
<a name="gsignond-dictionary-set-int32"></a><h3>gsignond_dictionary_set_int32 ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
-gsignond_dictionary_set_int32 (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>,
+gsignond_dictionary_set_int32 (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</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> *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 or replaces a int32 value in the dictionary.</p>
@@ -671,7 +671,7 @@ gsignond_dictionary_set_int32 (<em class="parameter"><code><a href="http://gsign
<tbody>
<tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@@ -697,7 +697,7 @@ gsignond_dictionary_set_int32 (<em class="parameter"><code><a href="http://gsign
<div class="refsect2">
<a name="gsignond-dictionary-get-uint32"></a><h3>gsignond_dictionary_get_uint32 ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
-gsignond_dictionary_get_uint32 (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>,
+gsignond_dictionary_get_uint32 (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</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> *key</code></em>,
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *value</code></em>);</pre>
<p>Retrieves a uint32 value.</p>
@@ -712,7 +712,7 @@ gsignond_dictionary_get_uint32 (<em class="parameter"><code><a href="http://gsig
<tbody>
<tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@@ -738,7 +738,7 @@ gsignond_dictionary_get_uint32 (<em class="parameter"><code><a href="http://gsig
<div class="refsect2">
<a name="gsignond-dictionary-set-uint32"></a><h3>gsignond_dictionary_set_uint32 ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
-gsignond_dictionary_set_uint32 (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>,
+gsignond_dictionary_set_uint32 (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</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> *key</code></em>,
<em class="parameter"><code><span class="type">guint32</span> value</code></em>);</pre>
<p>Sets or replaces a uint32 value in the dictionary.</p>
@@ -753,7 +753,7 @@ gsignond_dictionary_set_uint32 (<em class="parameter"><code><a href="http://gsig
<tbody>
<tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@@ -779,7 +779,7 @@ gsignond_dictionary_set_uint32 (<em class="parameter"><code><a href="http://gsig
<div class="refsect2">
<a name="gsignond-dictionary-get-int64"></a><h3>gsignond_dictionary_get_int64 ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
-gsignond_dictionary_get_int64 (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>,
+gsignond_dictionary_get_int64 (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</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> *key</code></em>,
<em class="parameter"><code><span class="type">gint64</span> *value</code></em>);</pre>
<p>Retrieves a int64 value.</p>
@@ -794,7 +794,7 @@ gsignond_dictionary_get_int64 (<em class="parameter"><code><a href="http://gsign
<tbody>
<tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@@ -820,7 +820,7 @@ gsignond_dictionary_get_int64 (<em class="parameter"><code><a href="http://gsign
<div class="refsect2">
<a name="gsignond-dictionary-set-int64"></a><h3>gsignond_dictionary_set_int64 ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
-gsignond_dictionary_set_int64 (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>,
+gsignond_dictionary_set_int64 (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</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> *key</code></em>,
<em class="parameter"><code><span class="type">gint64</span> value</code></em>);</pre>
<p>Sets or replaces a int64 value in the dictionary.</p>
@@ -835,7 +835,7 @@ gsignond_dictionary_set_int64 (<em class="parameter"><code><a href="http://gsign
<tbody>
<tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@@ -861,7 +861,7 @@ gsignond_dictionary_set_int64 (<em class="parameter"><code><a href="http://gsign
<div class="refsect2">
<a name="gsignond-dictionary-get-uint64"></a><h3>gsignond_dictionary_get_uint64 ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
-gsignond_dictionary_get_uint64 (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>,
+gsignond_dictionary_get_uint64 (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</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> *key</code></em>,
<em class="parameter"><code><span class="type">guint64</span> *value</code></em>);</pre>
<p>Retrieves a uint64 value.</p>
@@ -876,7 +876,7 @@ gsignond_dictionary_get_uint64 (<em class="parameter"><code><a href="http://gsig
<tbody>
<tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@@ -902,7 +902,7 @@ gsignond_dictionary_get_uint64 (<em class="parameter"><code><a href="http://gsig
<div class="refsect2">
<a name="gsignond-dictionary-set-uint64"></a><h3>gsignond_dictionary_set_uint64 ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
-gsignond_dictionary_set_uint64 (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>,
+gsignond_dictionary_set_uint64 (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</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> *key</code></em>,
<em class="parameter"><code><span class="type">guint64</span> value</code></em>);</pre>
<p>Sets or replaces a uint64 value in the dictionary.</p>
@@ -917,7 +917,7 @@ gsignond_dictionary_set_uint64 (<em class="parameter"><code><a href="http://gsig
<tbody>
<tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@@ -943,7 +943,7 @@ gsignond_dictionary_set_uint64 (<em class="parameter"><code><a href="http://gsig
<div class="refsect2">
<a name="gsignond-dictionary-get-string"></a><h3>gsignond_dictionary_get_string ()</h3>
<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_dictionary_get_string (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>,
+gsignond_dictionary_get_string (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</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> *key</code></em>);</pre>
<p>Retrieves a string value.</p>
<div class="refsect3">
@@ -957,7 +957,7 @@ gsignond_dictionary_get_string (<em class="parameter"><code><a href="http://gsig
<tbody>
<tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@@ -978,7 +978,7 @@ gsignond_dictionary_get_string (<em class="parameter"><code><a href="http://gsig
<div class="refsect2">
<a name="gsignond-dictionary-set-string"></a><h3>gsignond_dictionary_set_string ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
-gsignond_dictionary_set_string (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>,
+gsignond_dictionary_set_string (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</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> *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 or replaces a string value in the dictionary.</p>
@@ -993,7 +993,7 @@ gsignond_dictionary_set_string (<em class="parameter"><code><a href="http://gsig
<tbody>
<tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@@ -1019,7 +1019,7 @@ gsignond_dictionary_set_string (<em class="parameter"><code><a href="http://gsig
<div class="refsect2">
<a name="gsignond-dictionary-remove"></a><h3>gsignond_dictionary_remove ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
-gsignond_dictionary_remove (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>,
+gsignond_dictionary_remove (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</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> *key</code></em>);</pre>
<p>Removes key-value pair in the dictionary as per key.</p>
<div class="refsect3">
@@ -1033,7 +1033,7 @@ gsignond_dictionary_remove (<em class="parameter"><code><a href="http://gsignon-
<tbody>
<tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@@ -1054,7 +1054,7 @@ gsignond_dictionary_remove (<em class="parameter"><code><a href="http://gsignon-
<div class="refsect2">
<a name="gsignond-dictionary-contains"></a><h3>gsignond_dictionary_contains ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
-gsignond_dictionary_contains (<em class="parameter"><code><a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a> *dict</code></em>,
+gsignond_dictionary_contains (<em class="parameter"><code><span class="type">GSignondDictionary</span> *dict</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> *key</code></em>);</pre>
<p>Checks if the <em class="parameter"><code>dict</code></em>
contains <em class="parameter"><code>key</code></em>
@@ -1070,7 +1070,7 @@ gsignond_dictionary_contains (<em class="parameter"><code><a href="http://gsigno
<tbody>
<tr>
<td class="parameter_name"><p>dict</p></td>
-<td class="parameter_description"><p>instance of <a href="http://gsignon-docs.accounts-sso.googlecode.com/git/gsignond/gsignond-GSignondDictionary.html#GSignondDictionary"><span class="type">GSignondDictionary</span></a></p></td>
+<td class="parameter_description"><p>instance of <span class="type">GSignondDictionary</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>