summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-02-14 23:14:56 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-14 23:18:53 -0500
commit31b6b6cb2630b19c7fb554e0e6eeda4eb2c323c7 (patch)
tree9826a7efc36b3da63574480a184943fc3b04e99e
parent29c381b0a1f077ddf3f8ce9fc2f7ab11b4f3628e (diff)
downloadgobject-introspection-31b6b6cb2630b19c7fb554e0e6eeda4eb2c323c7.tar.gz
doctool: Remove the ctype from the signal return value
WTF was this here for?
-rw-r--r--giscanner/doctemplates/Gjs/signal.tmpl2
-rw-r--r--giscanner/doctemplates/Python/signal.tmpl2
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-attribute-signal.page2
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.FooObject-signal.page2
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-int64-prop.page2
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-uint64-prop.page2
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-attribute-signal.page2
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.FooObject-signal.page2
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-int64-prop.page2
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-uint64-prop.page2
10 files changed, 10 insertions, 10 deletions
diff --git a/giscanner/doctemplates/Gjs/signal.tmpl b/giscanner/doctemplates/Gjs/signal.tmpl
index 6903017f..bfbfe16b 100644
--- a/giscanner/doctemplates/Gjs/signal.tmpl
+++ b/giscanner/doctemplates/Gjs/signal.tmpl
@@ -29,7 +29,7 @@ ${formatter.format(node, arg.doc)}
node.retval.type.ctype is not None:
<item>
<title><code>Returns</code></title>
-<p>${node.retval.type.ctype} ${formatter.format(node, node.retval.doc)}</p>
+<p>${formatter.format(node, node.retval.doc)}</p>
</item>
% endif
</terms>
diff --git a/giscanner/doctemplates/Python/signal.tmpl b/giscanner/doctemplates/Python/signal.tmpl
index c474b055..9953eb53 100644
--- a/giscanner/doctemplates/Python/signal.tmpl
+++ b/giscanner/doctemplates/Python/signal.tmpl
@@ -35,7 +35,7 @@ ${formatter.format(node, arg.doc)}
node.retval.type.ctype is not None:
<item>
<title><code>Returns</code></title>
-<p>${node.retval.type.ctype} ${formatter.format(node, node.retval.doc)}</p>
+<p>${formatter.format(node, node.retval.doc)}</p>
</item>
% endif
</terms>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-attribute-signal.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-attribute-signal.page
index e4c0ca5c..5ba5b290 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-attribute-signal.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-attribute-signal.page
@@ -38,7 +38,7 @@ function callback(annotation_object, arg1:String, arg2:String, ):String;
</item>
<item>
<title><code>Returns</code></title>
-<p>gchar* <p>the return value</p></p>
+<p><p>the return value</p></p>
</item>
</terms>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooObject-signal.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooObject-signal.page
index 2a54cb3a..6e96d2dc 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooObject-signal.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooObject-signal.page
@@ -38,7 +38,7 @@ function callback(foo_object, object:GObject.Object, p0:gpointer, ):String;
</item>
<item>
<title><code>Returns</code></title>
-<p>gchar* </p>
+<p></p>
</item>
</terms>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-int64-prop.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-int64-prop.page
index b1953738..db4e3eee 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-int64-prop.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-int64-prop.page
@@ -35,7 +35,7 @@ the introspection client langage.</p>
</item>
<item>
<title><code>Returns</code></title>
-<p>gint64 </p>
+<p></p>
</item>
</terms>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-uint64-prop.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-uint64-prop.page
index 3598d57d..66c3aaeb 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-uint64-prop.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-uint64-prop.page
@@ -35,7 +35,7 @@ the introspection client langage.</p>
</item>
<item>
<title><code>Returns</code></title>
-<p>guint64 </p>
+<p></p>
</item>
</terms>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-attribute-signal.page b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-attribute-signal.page
index d1177bfa..3ad988dc 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-attribute-signal.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-attribute-signal.page
@@ -44,7 +44,7 @@ def callback(annotation_object, arg1, arg2, user_param1, ...)
</item>
<item>
<title><code>Returns</code></title>
-<p>gchar* <p>the return value</p></p>
+<p><p>the return value</p></p>
</item>
</terms>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.FooObject-signal.page b/tests/scanner/Regress-1.0-Python-expected/Regress.FooObject-signal.page
index 3db988a3..aa653b64 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.FooObject-signal.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.FooObject-signal.page
@@ -44,7 +44,7 @@ def callback(foo_object, object, p0, user_param1, ...)
</item>
<item>
<title><code>Returns</code></title>
-<p>gchar* </p>
+<p></p>
</item>
</terms>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-int64-prop.page b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-int64-prop.page
index cba5cb3f..c67c12ae 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-int64-prop.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-int64-prop.page
@@ -41,7 +41,7 @@ the introspection client langage.</p>
</item>
<item>
<title><code>Returns</code></title>
-<p>gint64 </p>
+<p></p>
</item>
</terms>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-uint64-prop.page b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-uint64-prop.page
index 7d6a8d04..83dfe6f5 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-uint64-prop.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-uint64-prop.page
@@ -41,7 +41,7 @@ the introspection client langage.</p>
</item>
<item>
<title><code>Returns</code></title>
-<p>guint64 </p>
+<p></p>
</item>
</terms>