summaryrefslogtreecommitdiff
path: root/tests/doctool/DocExamples-1.0-C-expected/DocExamples.callback_function.page
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-01-31 12:52:23 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-01 19:47:41 -0500
commit7e0ab2b629691c5904e00f4890a2da052a0a9c37 (patch)
tree61682b838570c4ae2043871c446815e169d2191c /tests/doctool/DocExamples-1.0-C-expected/DocExamples.callback_function.page
parent9c68ba7c6f8b6b7367ccad1877d28cd526045961 (diff)
downloadgobject-introspection-7e0ab2b629691c5904e00f4890a2da052a0a9c37.tar.gz
doctool: Define a standard order of items for all pages
Diffstat (limited to 'tests/doctool/DocExamples-1.0-C-expected/DocExamples.callback_function.page')
-rw-r--r--tests/doctool/DocExamples-1.0-C-expected/DocExamples.callback_function.page5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.callback_function.page b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.callback_function.page
index 2af93305..93e77203 100644
--- a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.callback_function.page
+++ b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.callback_function.page
@@ -36,10 +36,14 @@ DocExamplesEnum doc_examples_callback_function (DocExamplesCallback callback,
GDestroyNotify destroy_notify);
</code></synopsis>
+
<p>This is a function that takes a callback. Different languages
will expose this in different ways (e.g. Python keeps the
<code>user_data</code> parameter, while JS doesn't)</p>
+
+
+
<table>
<tr>
<td><p>callback :</p></td>
@@ -60,6 +64,5 @@ will expose this in different ways (e.g. Python keeps the
</table>
-
</page>