diff options
Diffstat (limited to 'tests/scanner/Regress-1.0-C-expected/Regress.AnnotationObject.notrans.page')
-rw-r--r-- | tests/scanner/Regress-1.0-C-expected/Regress.AnnotationObject.notrans.page | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.AnnotationObject.notrans.page b/tests/scanner/Regress-1.0-C-expected/Regress.AnnotationObject.notrans.page new file mode 100644 index 00000000..c8ba72cd --- /dev/null +++ b/tests/scanner/Regress-1.0-C-expected/Regress.AnnotationObject.notrans.page @@ -0,0 +1,44 @@ +<?xml version="1.0"?> +<page id="Regress.AnnotationObject.notrans" + type="topic" + style="method" + xmlns="http://projectmallard.org/1.0/" + xmlns:api="http://projectmallard.org/experimental/api/" + xmlns:ui="http://projectmallard.org/1.0/ui/"> + <info> + + <link type="guide" xref="Regress.AnnotationObject" group="method"/> + <api:function> + <api:returns> + <api:type>GObject*</api:type> + </api:returns> + <api:name>regress_annotation_object_notrans</api:name> + <api:arg> + <api:type>RegressAnnotationObject*</api:type> + <api:name>object</api:name> + </api:arg> + </api:function> + + </info> + <title>regress_annotation_object_notrans</title> + +<synopsis><code mime="text/x-csrc"> +GObject* regress_annotation_object_notrans (RegressAnnotationObject* object); +</code></synopsis> + + + + + + + +<dl> +<dt><p>object :</p></dt> +<dd><p>a <link xref="GObject.Object"/></p></dd> +<dt><p>Returns :</p></dt> +<dd><p>An object, not referenced</p></dd> +</dl> + + + +</page> |