summaryrefslogtreecommitdiff
path: root/doc/reference
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference')
-rw-r--r--doc/reference/Makefile.in9
-rw-r--r--doc/reference/html/index.html2
-rw-r--r--doc/reference/html/seed-Contexts.html8
-rw-r--r--doc/reference/html/seed-Evaluation.html6
-rw-r--r--doc/reference/html/seed-Initialization.html2
-rw-r--r--doc/reference/html/seed-JS-Objects.html10
-rw-r--r--doc/reference/html/seed-Modules.html6
-rw-r--r--doc/reference/html/seed-Native-Functions.html2
-rw-r--r--doc/reference/html/seed-Native-Type-Conversion.html62
-rw-r--r--doc/reference/version.xml2
10 files changed, 58 insertions, 51 deletions
diff --git a/doc/reference/Makefile.in b/doc/reference/Makefile.in
index f95b65a..fcde45c 100644
--- a/doc/reference/Makefile.in
+++ b/doc/reference/Makefile.in
@@ -231,6 +231,14 @@ INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
+INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
+INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
+INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
+INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
+INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
+INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
+INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
+INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBDL = @LIBDL@
@@ -278,7 +286,6 @@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
RANLIB = @RANLIB@
SED = @SED@
SEED_DEBUG_CFLAGS = @SEED_DEBUG_CFLAGS@
-SEED_GJSCOMPAT_CFLAGS = @SEED_GJSCOMPAT_CFLAGS@
SEED_GTK_VERSION = @SEED_GTK_VERSION@
SEED_PROFILE_CFLAGS = @SEED_PROFILE_CFLAGS@
SEED_PROFILE_LIBS = @SEED_PROFILE_LIBS@
diff --git a/doc/reference/html/index.html b/doc/reference/html/index.html
index fba8a75..628e14f 100644
--- a/doc/reference/html/index.html
+++ b/doc/reference/html/index.html
@@ -15,7 +15,7 @@
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Seed Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
- Documentation for Seed 3.8.2
+ Documentation for Seed 4.0.0
.
The latest version of this documentation can be found on-line at
<a class="ulink" href="http://library.gnome.org/devel/seed/unstable/" target="_top">http://library.gnome.org/devel/seed/unstable/</a>.
diff --git a/doc/reference/html/seed-Contexts.html b/doc/reference/html/seed-Contexts.html
index 22ab830..260cf3e 100644
--- a/doc/reference/html/seed-Contexts.html
+++ b/doc/reference/html/seed-Contexts.html
@@ -151,8 +151,8 @@ A <a class="link" href="seed-Contexts.html#SeedContext" title="SeedContext"><spa
4
5</pre></td>
<td class="listing_code"><pre class="programlisting"><span class="symbol">...</span>
-<span class="normal">ctx </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="seed-Contexts.html#seed-context-create">seed_context_create</a></span><span class="symbol">(</span><span class="normal"><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
-<span class="normal">script </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="seed-Evaluation.html#seed-make-script">seed_make_script</a></span><span class="symbol">(</span><span class="normal">ctx</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"print(imports)"</span><span class="symbol">,</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">);</span>
+<span class="normal">ctx </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="seed-Contexts.html#seed-context-create">seed_context_create</a></span><span class="symbol">(</span><span class="normal"><a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
+<span class="normal">script </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="seed-Evaluation.html#seed-make-script">seed_make_script</a></span><span class="symbol">(</span><span class="normal">ctx</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"print(imports)"</span><span class="symbol">,</span><span class="normal"> <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">);</span>
<span class="comment">// nothing is printed, because imports is undefined, because we're in a sandbox</span>
<span class="symbol">...</span></pre></td>
</tr>
@@ -185,13 +185,13 @@ which has no global objects; you can add the default set using
<tbody>
<tr>
<td class="parameter_name"><p>group</p></td>
-<td class="parameter_description"><p>A <a class="link" href="seed-Contexts.html#SeedContextGroup" title="SeedContextGroup"><span class="type">SeedContextGroup</span></a> in which to create the new context, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
+<td class="parameter_description"><p>A <a class="link" href="seed-Contexts.html#SeedContextGroup" title="SeedContextGroup"><span class="type">SeedContextGroup</span></a> in which to create the new context, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to
create it in the default context group.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>global_class</p></td>
-<td class="parameter_description"><p>The <a class="link" href="seed-JavaScript-Classes.html#SeedClass" title="SeedClass"><span class="type">SeedClass</span></a> to use to create the global object, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
+<td class="parameter_description"><p>The <a class="link" href="seed-JavaScript-Classes.html#SeedClass" title="SeedClass"><span class="type">SeedClass</span></a> to use to create the global object, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to
create it with the default class.</p></td>
<td class="parameter_annotations"> </td>
</tr>
diff --git a/doc/reference/html/seed-Evaluation.html b/doc/reference/html/seed-Evaluation.html
index 9e2c4af..ca5f221 100644
--- a/doc/reference/html/seed-Evaluation.html
+++ b/doc/reference/html/seed-Evaluation.html
@@ -137,7 +137,7 @@ Seed relies on WebKit's JavaScriptCore interpreter to actually evaluate snippets
<span class="normal"> </span>
<span class="normal"><a href="seed-Evaluation.html#SeedScript">SeedScript</a> </span><span class="symbol">*</span><span class="normal"> script</span><span class="symbol">;</span>
<span class="comment">/* Create a simple &lt;a class="link" href="seed-Evaluation.html#SeedScript" title="SeedScript"&gt;SeedScript&lt;/a&gt; */</span>
-<span class="normal">script </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="seed-Evaluation.html#seed-make-script">seed_make_script</a></span><span class="symbol">(</span><span class="normal">eng</span><span class="symbol">-&gt;</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"print('Hello, world!')"</span><span class="symbol">,</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">);</span>
+<span class="normal">script </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="seed-Evaluation.html#seed-make-script">seed_make_script</a></span><span class="symbol">(</span><span class="normal">eng</span><span class="symbol">-&gt;</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"print('Hello, world!')"</span><span class="symbol">,</span><span class="normal"> <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">);</span>
<span class="normal"> </span>
<span class="comment">/* Evaluate the &lt;a class="link" href="seed-Evaluation.html#SeedScript" title="SeedScript"&gt;SeedScript&lt;/a&gt; in the default context */</span>
<span class="function"><a href="seed-Evaluation.html#seed-evaluate">seed_evaluate</a></span><span class="symbol">(</span><span class="normal">eng</span><span class="symbol">-&gt;</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> script</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">);</span>
@@ -168,7 +168,7 @@ Seed relies on WebKit's JavaScriptCore interpreter to actually evaluate snippets
<span class="symbol">...</span>
<span class="normal"> </span>
<span class="comment">/* Evaluate a simple JavaScript snippet in the default context */</span>
-<span class="function"><a href="seed-Evaluation.html#seed-simple-evaluate">seed_simple_evaluate</a></span><span class="symbol">(</span><span class="normal">eng</span><span class="symbol">-&gt;</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"print('Hello, world!')"</span><span class="symbol">,</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
+<span class="function"><a href="seed-Evaluation.html#seed-simple-evaluate">seed_simple_evaluate</a></span><span class="symbol">(</span><span class="normal">eng</span><span class="symbol">-&gt;</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"print('Hello, world!')"</span><span class="symbol">,</span><span class="normal"> <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
<span class="normal"> </span>
<span class="symbol">...</span></pre></td>
</tr>
@@ -215,7 +215,7 @@ checks for proper syntax.</p>
</tr>
<tr>
<td class="parameter_name"><p>source_url</p></td>
-<td class="parameter_description"><p>The filename of the script, for reference in errors, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
+<td class="parameter_description"><p>The filename of the script, for reference in errors, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
diff --git a/doc/reference/html/seed-Initialization.html b/doc/reference/html/seed-Initialization.html
index fd30e6a..41f2aa3 100644
--- a/doc/reference/html/seed-Initialization.html
+++ b/doc/reference/html/seed-Initialization.html
@@ -129,7 +129,7 @@ Before any other Seed functions can be used, you must initialize the engine, whi
<span class="normal"> eng </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="seed-Initialization.html#seed-init">seed_init</a></span><span class="symbol">(&amp;</span><span class="normal">argc</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">argv</span><span class="symbol">);</span>
<span class="normal"> </span>
<span class="normal"> </span><span class="comment">/* Create a simple &lt;a class="link" href="seed-Evaluation.html#SeedScript" title="SeedScript"&gt;SeedScript&lt;/a&gt; */</span>
-<span class="normal"> script </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="seed-Evaluation.html#seed-make-script">seed_make_script</a></span><span class="symbol">(</span><span class="normal">eng</span><span class="symbol">-&gt;</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"print('Hello, world!')"</span><span class="symbol">,</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">);</span>
+<span class="normal"> script </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="seed-Evaluation.html#seed-make-script">seed_make_script</a></span><span class="symbol">(</span><span class="normal">eng</span><span class="symbol">-&gt;</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"print('Hello, world!')"</span><span class="symbol">,</span><span class="normal"> <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">);</span>
<span class="normal"> </span>
<span class="normal"> </span><span class="comment">/* Evaluate the &lt;a class="link" href="seed-Evaluation.html#SeedScript" title="SeedScript"&gt;SeedScript&lt;/a&gt; in the default context */</span>
<span class="normal"> </span><span class="function"><a href="seed-Evaluation.html#seed-evaluate">seed_evaluate</a></span><span class="symbol">(</span><span class="normal">eng</span><span class="symbol">-&gt;</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> script</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">);</span>
diff --git a/doc/reference/html/seed-JS-Objects.html b/doc/reference/html/seed-JS-Objects.html
index 0361ae3..57ae324 100644
--- a/doc/reference/html/seed-JS-Objects.html
+++ b/doc/reference/html/seed-JS-Objects.html
@@ -317,7 +317,7 @@ SeedValues.</p>
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A <a class="link" href="seed-Exceptions.html#SeedException" title="SeedException"><span class="type">SeedException</span></a> in which to store an exception.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -376,7 +376,7 @@ function's arguments.</p></td>
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -385,7 +385,7 @@ Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.htm
<div class="refsect3">
<a name="id-1.4.8.4.7.4.6"></a><h4>Returns</h4>
<p> The <em class="parameter"><code>SeedValue</code></em>
-returned by the called function, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if an
+returned by the called function, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if an
exception occurs or the object is not a function.</p>
</div>
</div>
@@ -434,7 +434,7 @@ seed_object_set_property_at_index (<em class="parameter"><code><a class="link" h
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -671,7 +671,7 @@ seed_object_copy_property_names (<em class="parameter"><code><a class="link" hre
</div>
<div class="refsect3">
<a name="id-1.4.8.4.7.13.5"></a><h4>Returns</h4>
-<p> A <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated array containing the property names of
+<p> A <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated array containing the property names of
<em class="parameter"><code>object</code></em>
</p>
</div>
diff --git a/doc/reference/html/seed-Modules.html b/doc/reference/html/seed-Modules.html
index 3bf6d38..685519a 100644
--- a/doc/reference/html/seed-Modules.html
+++ b/doc/reference/html/seed-Modules.html
@@ -103,7 +103,7 @@ Seed includes a simple system for creating C modules which can be loaded and man
<span class="normal"> </span><span class="function"><a href="https://developer.gnome.org/glib/unstable/glib-Warnings-and-Assertions.html#g-print">g_print</a></span><span class="symbol">(</span><span class="string">"Hello, Seed Module World!</span><span class="specialchar">\n</span><span class="string">"</span><span class="symbol">);</span>
<span class="normal"> </span>
<span class="normal"> </span><span class="comment">/* Return an empty object as the module's namespace */</span>
-<span class="normal"> </span><span class="keyword">return</span><span class="normal"> </span><span class="function"><a href="seed-JS-Objects.html#seed-make-object">seed_make_object</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">eng</span><span class="symbol">-&gt;</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
+<span class="normal"> </span><span class="keyword">return</span><span class="normal"> </span><span class="function"><a href="seed-JS-Objects.html#seed-make-object">seed_make_object</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">eng</span><span class="symbol">-&gt;</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
<span class="cbracket">}</span></pre></td>
</tr>
</tbody>
@@ -209,7 +209,7 @@ Seed includes a simple system for creating C modules which can be loaded and man
<span class="normal"> </span><span class="usertype">SeedClass</span><span class="normal"> ns_class </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="seed-JavaScript-Classes.html#seed-create-class">seed_create_class</a></span><span class="symbol">(&amp;</span><span class="normal">ns_class_def</span><span class="symbol">);</span>
<span class="normal"> </span>
<span class="normal"> </span><span class="comment">/* Instantiate the class; this instance will be the namespace we return */</span>
-<span class="normal"> ns_ref </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="seed-JS-Objects.html#seed-make-object">seed_make_object</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">ctx</span><span class="symbol">,</span><span class="normal"> ns_class</span><span class="symbol">,</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
+<span class="normal"> ns_ref </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="seed-JS-Objects.html#seed-make-object">seed_make_object</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">ctx</span><span class="symbol">,</span><span class="normal"> ns_class</span><span class="symbol">,</span><span class="normal"> <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
<span class="normal"> </span><span class="function"><a href="seed-Operating-on-Native-Types.html#seed-value-protect">seed_value_protect</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">ctx</span><span class="symbol">,</span><span class="normal"> ns_ref</span><span class="symbol">);</span>
<span class="normal"> </span>
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> ns_ref</span><span class="symbol">;</span>
@@ -246,7 +246,7 @@ Seed includes a simple system for creating C modules which can be loaded and man
<pre class="programlisting">#define CHECK_ARG_COUNT(name, argnum)</pre>
<p>Check that the required number of arguments were passed into a
<a class="link" href="seed-Native-Functions.html#SeedFunctionCallback" title="SeedFunctionCallback ()"><span class="type">SeedFunctionCallback</span></a>. If this is not true, raise an exception and
-return <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. This requires the callback to use "argument_count",
+return <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. This requires the callback to use "argument_count",
"ctx", and "exception" as the names of the various function arguments.</p>
<p><em class="parameter"><code>name</code></em>
should be of form "namespace.function_name"</p>
diff --git a/doc/reference/html/seed-Native-Functions.html b/doc/reference/html/seed-Native-Functions.html
index ce14e7f..b252fa6 100644
--- a/doc/reference/html/seed-Native-Functions.html
+++ b/doc/reference/html/seed-Native-Functions.html
@@ -145,7 +145,7 @@ All native C callbacks should have the prototype of <a class="link" href="seed-N
<span class="normal"> eng</span><span class="symbol">-&gt;</span><span class="normal">global</span><span class="symbol">);</span>
<span class="normal"> </span>
<span class="normal"> </span><span class="comment">/* Call the newly created JavaScript function */</span>
-<span class="normal"> </span><span class="function"><a href="seed-Evaluation.html#seed-simple-evaluate">seed_simple_evaluate</a></span><span class="symbol">(</span><span class="normal">eng</span><span class="symbol">-&gt;</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"hello_world()"</span><span class="symbol">,</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
+<span class="normal"> </span><span class="function"><a href="seed-Evaluation.html#seed-simple-evaluate">seed_simple_evaluate</a></span><span class="symbol">(</span><span class="normal">eng</span><span class="symbol">-&gt;</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"hello_world()"</span><span class="symbol">,</span><span class="normal"> <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
<span class="normal"> </span>
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> </span><span class="number">0</span><span class="symbol">;</span>
<span class="cbracket">}</span></pre></td>
diff --git a/doc/reference/html/seed-Native-Type-Conversion.html b/doc/reference/html/seed-Native-Type-Conversion.html
index 4aee2ec..10a35cb 100644
--- a/doc/reference/html/seed-Native-Type-Conversion.html
+++ b/doc/reference/html/seed-Native-Type-Conversion.html
@@ -484,7 +484,7 @@ not convert a JavaScript number type, only a boolean.</p>
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -526,7 +526,7 @@ seed_value_from_boolean (<em class="parameter"><code><a class="link" href="seed-
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -568,7 +568,7 @@ seed_value_to_uint (<em class="parameter"><code><a class="link" href="seed-Conte
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -610,7 +610,7 @@ seed_value_from_uint (<em class="parameter"><code><a class="link" href="seed-Con
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -652,7 +652,7 @@ seed_value_to_int (<em class="parameter"><code><a class="link" href="seed-Contex
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -694,7 +694,7 @@ seed_value_from_int (<em class="parameter"><code><a class="link" href="seed-Cont
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -736,7 +736,7 @@ seed_value_to_char (<em class="parameter"><code><a class="link" href="seed-Conte
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -778,7 +778,7 @@ seed_value_from_char (<em class="parameter"><code><a class="link" href="seed-Con
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -820,7 +820,7 @@ seed_value_to_uchar (<em class="parameter"><code><a class="link" href="seed-Cont
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -862,7 +862,7 @@ seed_value_from_uchar (<em class="parameter"><code><a class="link" href="seed-Co
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -904,7 +904,7 @@ seed_value_to_long (<em class="parameter"><code><a class="link" href="seed-Conte
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -946,7 +946,7 @@ seed_value_from_long (<em class="parameter"><code><a class="link" href="seed-Con
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -988,7 +988,7 @@ seed_value_to_ulong (<em class="parameter"><code><a class="link" href="seed-Cont
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -1030,7 +1030,7 @@ seed_value_from_ulong (<em class="parameter"><code><a class="link" href="seed-Co
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -1072,7 +1072,7 @@ seed_value_to_int64 (<em class="parameter"><code><a class="link" href="seed-Cont
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -1114,7 +1114,7 @@ seed_value_from_int64 (<em class="parameter"><code><a class="link" href="seed-Co
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -1156,7 +1156,7 @@ seed_value_to_uint64 (<em class="parameter"><code><a class="link" href="seed-Con
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -1198,7 +1198,7 @@ seed_value_from_uint64 (<em class="parameter"><code><a class="link" href="seed-C
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -1240,7 +1240,7 @@ seed_value_to_float (<em class="parameter"><code><a class="link" href="seed-Cont
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -1282,7 +1282,7 @@ seed_value_from_float (<em class="parameter"><code><a class="link" href="seed-Co
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -1324,7 +1324,7 @@ seed_value_to_double (<em class="parameter"><code><a class="link" href="seed-Con
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -1366,7 +1366,7 @@ seed_value_from_double (<em class="parameter"><code><a class="link" href="seed-C
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -1416,7 +1416,7 @@ calling .toString() on said object.</p>
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -1458,7 +1458,7 @@ seed_value_from_string (<em class="parameter"><code><a class="link" href="seed-C
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -1509,7 +1509,7 @@ to convert.</p></td>
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -1552,7 +1552,7 @@ seed_value_to_object (<em class="parameter"><code><a class="link" href="seed-Con
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -1561,7 +1561,7 @@ Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.htm
<div class="refsect3">
<a name="id-1.4.8.2.7.29.6"></a><h4>Returns</h4>
<p> The <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> wrapped within <em class="parameter"><code>val</code></em>
-, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if an exception
+, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if an exception
is raised during the conversion.</p>
</div>
</div>
@@ -1596,7 +1596,7 @@ seed_value_from_object (<em class="parameter"><code><a class="link" href="seed-C
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -1639,7 +1639,7 @@ character set used for filenames on the local machine.</p>
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
@@ -1648,7 +1648,7 @@ Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.htm
<div class="refsect3">
<a name="id-1.4.8.2.7.31.6"></a><h4>Returns</h4>
<p> The <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* represented by <em class="parameter"><code>val</code></em>
-, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if an exception
+, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if an exception
is raised during the conversion.</p>
</div>
</div>
@@ -1683,7 +1683,7 @@ character set used for filenames on the local machine.</p>
<tr>
<td class="parameter_name"><p>exception</p></td>
<td class="parameter_description"><p>A reference to a <a class="link" href="seed-Native-Type-Conversion.html#SeedValue" title="SeedValue"><span class="type">SeedValue</span></a> in which to store any exceptions.
-Pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
+Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore exceptions.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
diff --git a/doc/reference/version.xml b/doc/reference/version.xml
index a08ffae..fcdb2e1 100644
--- a/doc/reference/version.xml
+++ b/doc/reference/version.xml
@@ -1 +1 @@
-3.8.2
+4.0.0