diff options
Diffstat (limited to 'tests/scanner/Regress-1.0-C-expected/Regress.AnnotationObject.calleeowns.page')
-rw-r--r-- | tests/scanner/Regress-1.0-C-expected/Regress.AnnotationObject.calleeowns.page | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.AnnotationObject.calleeowns.page b/tests/scanner/Regress-1.0-C-expected/Regress.AnnotationObject.calleeowns.page new file mode 100644 index 00000000..27b6b8ac --- /dev/null +++ b/tests/scanner/Regress-1.0-C-expected/Regress.AnnotationObject.calleeowns.page @@ -0,0 +1,51 @@ +<?xml version="1.0"?> +<page id="Regress.AnnotationObject.calleeowns" + 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>gint</api:type> + </api:returns> + <api:name>regress_annotation_object_calleeowns</api:name> + <api:arg> + <api:type>RegressAnnotationObject*</api:type> + <api:name>object</api:name> + </api:arg> + <api:arg> + <api:type>GObject**</api:type> + <api:name>toown</api:name> + </api:arg> + </api:function> + + </info> + <title>regress_annotation_object_calleeowns</title> + +<synopsis><code mime="text/x-csrc"> +gint regress_annotation_object_calleeowns (RegressAnnotationObject* object, + GObject** toown); +</code></synopsis> + + + <p>This is a test for out arguments; GObject defaults to transfer</p> + + + + +<dl> +<dt><p>object :</p></dt> +<dd><p>a <link xref="GObject.Object"/></p></dd> +<dt><p>toown :</p></dt> +<dd><p>a <link xref="GObject.Object"/></p></dd> +<dt><p>Returns :</p></dt> +<dd><p>an int</p></dd> +</dl> + + + +</page> |