[gobject-introspection] doctool: Add an link for signal methods



commit 29c381b0a1f077ddf3f8ce9fc2f7ab11b4f3628e
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Feb 14 23:14:02 2013 -0500

    doctool: Add an link for signal methods

 giscanner/doctemplates/Gjs/signal.tmpl             |    2 +-
 giscanner/doctemplates/Python/signal.tmpl          |    2 +-
 .../Regress.AnnotationObject-attribute-signal.page |    2 +-
 ...ess.AnnotationObject-doc-empty-arg-parsing.page |    2 +-
 .../Regress.AnnotationObject-list-signal.page      |    2 +-
 .../Regress.AnnotationObject-string-signal.page    |    2 +-
 .../Regress.FooObject-signal.page                  |    2 +-
 .../Regress.FooSubInterface-destroy-event.page     |    2 +-
 .../Regress.TestObj-all.page                       |    2 +-
 .../Regress.TestObj-cleanup.page                   |    2 +-
 .../Regress.TestObj-first.page                     |    2 +-
 .../Regress.TestObj-sig-with-array-prop.page       |    2 +-
 .../Regress.TestObj-sig-with-foreign-struct.page   |    2 +-
 .../Regress.TestObj-sig-with-hash-prop.page        |    2 +-
 .../Regress.TestObj-sig-with-int64-prop.page       |    2 +-
 .../Regress.TestObj-sig-with-intarray-ret.page     |    2 +-
 .../Regress.TestObj-sig-with-obj.page              |    2 +-
 .../Regress.TestObj-sig-with-strv.page             |    2 +-
 .../Regress.TestObj-sig-with-uint64-prop.page      |    2 +-
 ...Regress.TestObj-test-with-static-scope-arg.page |    2 +-
 .../Regress.TestObj-test.page                      |    2 +-
 .../Regress.AnnotationObject-attribute-signal.page |    2 +-
 ...ess.AnnotationObject-doc-empty-arg-parsing.page |    2 +-
 .../Regress.AnnotationObject-list-signal.page      |    2 +-
 .../Regress.AnnotationObject-string-signal.page    |    2 +-
 .../Regress.FooObject-signal.page                  |    2 +-
 .../Regress.FooSubInterface-destroy-event.page     |    2 +-
 .../Regress.TestObj-all.page                       |    2 +-
 .../Regress.TestObj-cleanup.page                   |    2 +-
 .../Regress.TestObj-first.page                     |    2 +-
 .../Regress.TestObj-sig-with-array-prop.page       |    2 +-
 .../Regress.TestObj-sig-with-foreign-struct.page   |    2 +-
 .../Regress.TestObj-sig-with-hash-prop.page        |    2 +-
 .../Regress.TestObj-sig-with-int64-prop.page       |    2 +-
 .../Regress.TestObj-sig-with-intarray-ret.page     |    2 +-
 .../Regress.TestObj-sig-with-obj.page              |    2 +-
 .../Regress.TestObj-sig-with-strv.page             |    2 +-
 .../Regress.TestObj-sig-with-uint64-prop.page      |    2 +-
 ...Regress.TestObj-test-with-static-scope-arg.page |    2 +-
 .../Regress.TestObj-test.page                      |    2 +-
 40 files changed, 40 insertions(+), 40 deletions(-)
---
diff --git a/giscanner/doctemplates/Gjs/signal.tmpl b/giscanner/doctemplates/Gjs/signal.tmpl
index 7d28cad..6903017 100644
--- a/giscanner/doctemplates/Gjs/signal.tmpl
+++ b/giscanner/doctemplates/Gjs/signal.tmpl
@@ -16,7 +16,7 @@ ${arg.argname}:${formatter.format_type(arg.type)}, \
 <terms>
 <item>
 <title><code>${formatter.to_underscores(node.parent.name).lower()}</code></title>
-<p>instance of ${namespace.name}.${node.parent.name} that is emitting the signal</p>
+<p>instance of ${formatter.format_xref(node.parent)} that is emitting the signal</p>
 </item>
 % for arg in formatter.get_parameters(node):
 <item>
diff --git a/giscanner/doctemplates/Python/signal.tmpl b/giscanner/doctemplates/Python/signal.tmpl
index fa85041..c474b05 100644
--- a/giscanner/doctemplates/Python/signal.tmpl
+++ b/giscanner/doctemplates/Python/signal.tmpl
@@ -16,7 +16,7 @@ user_param1, ...)
 <terms>
 <item>
 <title><code>${formatter.to_underscores(node.parent.name).lower()}</code></title>
-<p>instance of ${namespace.name}.${node.parent.name} that is emitting the signal</p>
+<p>instance of ${formatter.format_xref(node.parent)} that is emitting the signal</p>
 </item>
 % for arg in formatter.get_parameters(node):
 <item>
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 f3ab091..e4c0ca5 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
@@ -26,7 +26,7 @@ function callback(annotation_object, arg1:String, arg2:String, ):String;
 <terms>
 <item>
 <title><code>annotation_object</code></title>
-<p>instance of Regress.AnnotationObject that is emitting the signal</p>
+<p>instance of <link xref="Regress.AnnotationObject"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>arg1</code></title>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-doc-empty-arg-parsing.page 
b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-doc-empty-arg-parsing.page
index b6dc19f..2e71c46 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-doc-empty-arg-parsing.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-doc-empty-arg-parsing.page
@@ -26,7 +26,7 @@ function callback(annotation_object, arg1:gpointer, ):void;
 <terms>
 <item>
 <title><code>annotation_object</code></title>
-<p>instance of Regress.AnnotationObject that is emitting the signal</p>
+<p>instance of <link xref="Regress.AnnotationObject"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>arg1</code></title>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-list-signal.page 
b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-list-signal.page
index d16187b..c9e35a9 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-list-signal.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-list-signal.page
@@ -27,7 +27,7 @@ known by GObject as it's only marked as G_TYPE_POINTER</p>
 <terms>
 <item>
 <title><code>annotation_object</code></title>
-<p>instance of Regress.AnnotationObject that is emitting the signal</p>
+<p>instance of <link xref="Regress.AnnotationObject"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>list</code></title>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-string-signal.page 
b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-string-signal.page
index a900a0f..4597130 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-string-signal.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-string-signal.page
@@ -28,7 +28,7 @@ it says it's pointer but it's actually a string.</p>
 <terms>
 <item>
 <title><code>annotation_object</code></title>
-<p>instance of Regress.AnnotationObject that is emitting the signal</p>
+<p>instance of <link xref="Regress.AnnotationObject"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>string</code></title>
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 72ffecc..2a54cb3 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
@@ -26,7 +26,7 @@ function callback(foo_object, object:GObject.Object, p0:gpointer, ):String;
 <terms>
 <item>
 <title><code>foo_object</code></title>
-<p>instance of Regress.FooObject that is emitting the signal</p>
+<p>instance of <link xref="Regress.FooObject"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>object</code></title>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooSubInterface-destroy-event.page 
b/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooSubInterface-destroy-event.page
index 7489301..5a29770 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooSubInterface-destroy-event.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooSubInterface-destroy-event.page
@@ -26,7 +26,7 @@ function callback(foo_sub_interface, ):void;
 <terms>
 <item>
 <title><code>foo_sub_interface</code></title>
-<p>instance of Regress.FooSubInterface that is emitting the signal</p>
+<p>instance of <link xref="Regress.FooSubInterface"/> that is emitting the signal</p>
 </item>
 </terms>
 
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-all.page 
b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-all.page
index 7509a6d..1094566 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-all.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-all.page
@@ -26,7 +26,7 @@ function callback(test_obj, ):void;
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 </terms>
 
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-cleanup.page 
b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-cleanup.page
index a9e8b7e..0bff84e 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-cleanup.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-cleanup.page
@@ -26,7 +26,7 @@ function callback(test_obj, ):void;
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 </terms>
 
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-first.page 
b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-first.page
index 599a26c..34d6f7c 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-first.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-first.page
@@ -26,7 +26,7 @@ function callback(test_obj, ):void;
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 </terms>
 
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-array-prop.page 
b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-array-prop.page
index 9dd0dae..2e2d2fb 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-array-prop.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-array-prop.page
@@ -27,7 +27,7 @@ function callback(test_obj, arr:[Number], ):void;
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>arr</code></title>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-foreign-struct.page 
b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-foreign-struct.page
index 7618f96..1f4d53d 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-foreign-struct.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-foreign-struct.page
@@ -26,7 +26,7 @@ function callback(test_obj, cr:cairo.Context, ):void;
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>cr</code></title>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-hash-prop.page 
b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-hash-prop.page
index b6dbdf1..58d0393 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-hash-prop.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-hash-prop.page
@@ -27,7 +27,7 @@ function callback(test_obj, hash:{String: GObject.Value}, ):void;
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>hash</code></title>
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 f0e99bf..b195373 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
@@ -27,7 +27,7 @@ the introspection client langage.</p>
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>i</code></title>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-intarray-ret.page 
b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-intarray-ret.page
index bce2b0b..2a1f980 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-intarray-ret.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-intarray-ret.page
@@ -26,7 +26,7 @@ function callback(test_obj, i:Number, ):[Number];
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>i</code></title>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-obj.page 
b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-obj.page
index bb43e00..9f3e81f 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-obj.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-obj.page
@@ -27,7 +27,7 @@ Use with regress_test_obj_emit_sig_with_obj</p>
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>obj</code></title>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-strv.page 
b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-strv.page
index 9ef0cc2..ae851a3 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-strv.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-strv.page
@@ -26,7 +26,7 @@ function callback(test_obj, strs:[String], ):void;
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>strs</code></title>
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 d87cbb5..3598d57 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
@@ -27,7 +27,7 @@ the introspection client langage.</p>
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>i</code></title>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-test-with-static-scope-arg.page 
b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-test-with-static-scope-arg.page
index 733de72..6c2fced 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-test-with-static-scope-arg.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-test-with-static-scope-arg.page
@@ -26,7 +26,7 @@ function callback(test_obj, object:Regress.TestSimpleBoxedA, ):void;
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>object</code></title>
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-test.page 
b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-test.page
index a5448f6..ebec470 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-test.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-test.page
@@ -26,7 +26,7 @@ function callback(test_obj, ):void;
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</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 f01e3bf..d1177bf 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
@@ -26,7 +26,7 @@ def callback(annotation_object, arg1, arg2, user_param1, ...)
 <terms>
 <item>
 <title><code>annotation_object</code></title>
-<p>instance of Regress.AnnotationObject that is emitting the signal</p>
+<p>instance of <link xref="Regress.AnnotationObject"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>arg1</code></title>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-doc-empty-arg-parsing.page 
b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-doc-empty-arg-parsing.page
index 6499491..9d8641d 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-doc-empty-arg-parsing.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-doc-empty-arg-parsing.page
@@ -26,7 +26,7 @@ def callback(annotation_object, arg1, user_param1, ...)
 <terms>
 <item>
 <title><code>annotation_object</code></title>
-<p>instance of Regress.AnnotationObject that is emitting the signal</p>
+<p>instance of <link xref="Regress.AnnotationObject"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>arg1</code></title>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-list-signal.page 
b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-list-signal.page
index 250aca0..d4a2732 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-list-signal.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-list-signal.page
@@ -27,7 +27,7 @@ known by GObject as it's only marked as G_TYPE_POINTER</p>
 <terms>
 <item>
 <title><code>annotation_object</code></title>
-<p>instance of Regress.AnnotationObject that is emitting the signal</p>
+<p>instance of <link xref="Regress.AnnotationObject"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>list</code></title>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-string-signal.page 
b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-string-signal.page
index 4aaf7e8..95bd3d2 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-string-signal.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject-string-signal.page
@@ -28,7 +28,7 @@ it says it's pointer but it's actually a string.</p>
 <terms>
 <item>
 <title><code>annotation_object</code></title>
-<p>instance of Regress.AnnotationObject that is emitting the signal</p>
+<p>instance of <link xref="Regress.AnnotationObject"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>string</code></title>
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 7a353a2..3db988a 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
@@ -26,7 +26,7 @@ def callback(foo_object, object, p0, user_param1, ...)
 <terms>
 <item>
 <title><code>foo_object</code></title>
-<p>instance of Regress.FooObject that is emitting the signal</p>
+<p>instance of <link xref="Regress.FooObject"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>object</code></title>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.FooSubInterface-destroy-event.page 
b/tests/scanner/Regress-1.0-Python-expected/Regress.FooSubInterface-destroy-event.page
index 3c43a77..675a861 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.FooSubInterface-destroy-event.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.FooSubInterface-destroy-event.page
@@ -26,7 +26,7 @@ def callback(foo_sub_interface, user_param1, ...)
 <terms>
 <item>
 <title><code>foo_sub_interface</code></title>
-<p>instance of Regress.FooSubInterface that is emitting the signal</p>
+<p>instance of <link xref="Regress.FooSubInterface"/> that is emitting the signal</p>
 </item>
 <title><code>user_param1</code></title>
 <p>first user parameter (if any) specified with the connect() method</p>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-all.page 
b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-all.page
index f4c2acb..2870e2b 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-all.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-all.page
@@ -26,7 +26,7 @@ def callback(test_obj, user_param1, ...)
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <title><code>user_param1</code></title>
 <p>first user parameter (if any) specified with the connect() method</p>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-cleanup.page 
b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-cleanup.page
index 292ae89..1e34196 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-cleanup.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-cleanup.page
@@ -26,7 +26,7 @@ def callback(test_obj, user_param1, ...)
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <title><code>user_param1</code></title>
 <p>first user parameter (if any) specified with the connect() method</p>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-first.page 
b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-first.page
index 959a711..f35e30d 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-first.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-first.page
@@ -26,7 +26,7 @@ def callback(test_obj, user_param1, ...)
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <title><code>user_param1</code></title>
 <p>first user parameter (if any) specified with the connect() method</p>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-array-prop.page 
b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-array-prop.page
index 9441214..cccc090 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-array-prop.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-array-prop.page
@@ -27,7 +27,7 @@ def callback(test_obj, arr, user_param1, ...)
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>arr</code></title>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-foreign-struct.page 
b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-foreign-struct.page
index 8734cde..0dfd9d8 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-foreign-struct.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-foreign-struct.page
@@ -26,7 +26,7 @@ def callback(test_obj, cr, user_param1, ...)
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>cr</code></title>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-hash-prop.page 
b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-hash-prop.page
index 40a3c1e..ef6ded3 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-hash-prop.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-hash-prop.page
@@ -27,7 +27,7 @@ def callback(test_obj, hash, user_param1, ...)
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>hash</code></title>
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 5b077e1..cba5cb3 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
@@ -27,7 +27,7 @@ the introspection client langage.</p>
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>i</code></title>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-intarray-ret.page 
b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-intarray-ret.page
index 4f28c6f..134a1bb 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-intarray-ret.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-intarray-ret.page
@@ -26,7 +26,7 @@ def callback(test_obj, i, user_param1, ...)
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>i</code></title>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-obj.page 
b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-obj.page
index e749b70..f99b27f 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-obj.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-obj.page
@@ -27,7 +27,7 @@ Use with regress_test_obj_emit_sig_with_obj</p>
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>obj</code></title>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-strv.page 
b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-strv.page
index d70bbbc..a92fe03 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-strv.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-strv.page
@@ -26,7 +26,7 @@ def callback(test_obj, strs, user_param1, ...)
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>strs</code></title>
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 35ccde6..7d6a8d0 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
@@ -27,7 +27,7 @@ the introspection client langage.</p>
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>i</code></title>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-test-with-static-scope-arg.page 
b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-test-with-static-scope-arg.page
index 3bfeb1d..674df4a 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-test-with-static-scope-arg.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-test-with-static-scope-arg.page
@@ -26,7 +26,7 @@ def callback(test_obj, object, user_param1, ...)
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <item>
 <title><code>object</code></title>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-test.page 
b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-test.page
index 2ec8ca2..e7ea160 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-test.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-test.page
@@ -26,7 +26,7 @@ def callback(test_obj, user_param1, ...)
 <terms>
 <item>
 <title><code>test_obj</code></title>
-<p>instance of Regress.TestObj that is emitting the signal</p>
+<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
 </item>
 <title><code>user_param1</code></title>
 <p>first user parameter (if any) specified with the connect() method</p>


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