[gobject-introspection] doctool: Remove the ctype from the signal return value



commit 31b6b6cb2630b19c7fb554e0e6eeda4eb2c323c7
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Feb 14 23:14:56 2013 -0500

    doctool: Remove the ctype from the signal return value
    
    WTF was this here for?

 giscanner/doctemplates/Gjs/signal.tmpl             |    2 +-
 giscanner/doctemplates/Python/signal.tmpl          |    2 +-
 .../Regress.AnnotationObject-attribute-signal.page |    2 +-
 .../Regress.FooObject-signal.page                  |    2 +-
 .../Regress.TestObj-sig-with-int64-prop.page       |    2 +-
 .../Regress.TestObj-sig-with-uint64-prop.page      |    2 +-
 .../Regress.AnnotationObject-attribute-signal.page |    2 +-
 .../Regress.FooObject-signal.page                  |    2 +-
 .../Regress.TestObj-sig-with-int64-prop.page       |    2 +-
 .../Regress.TestObj-sig-with-uint64-prop.page      |    2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/giscanner/doctemplates/Gjs/signal.tmpl b/giscanner/doctemplates/Gjs/signal.tmpl
index 6903017..bfbfe16 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 c474b05..9953eb5 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 e4c0ca5..5ba5b29 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 2a54cb3..6e96d2d 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 b195373..db4e3ee 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 3598d57..66c3aae 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 d1177bf..3ad988d 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 3db988a..aa653b6 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 cba5cb3..c67c12a 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 7d6a8d0..83dfe6f 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>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]