blob: 8195d4aab86c9ba411ca43be7f901f000f11c384 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
<?xml version="1.0"?>
<page id="Regress.AnnotationObject.string_out"
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>gboolean</api:type>
</api:returns>
<api:name>regress_annotation_object_string_out</api:name>
<api:arg>
<api:type>RegressAnnotationObject*</api:type>
<api:name>object</api:name>
</api:arg>
<api:arg>
<api:type>char**</api:type>
<api:name>str_out</api:name>
</api:arg>
</api:function>
</info>
<title>regress_annotation_object_string_out</title>
<synopsis><code mime="text/x-csrc">
gboolean regress_annotation_object_string_out (RegressAnnotationObject* object,
char** str_out);
</code></synopsis>
<p>Test returning a string as an out parameter</p>
<dl>
<dt><p>object :</p></dt>
<dd><p>a <link xref="Regress.AnnotationObject"/></p></dd>
<dt><p>str_out :</p></dt>
<dd><p>string return value</p></dd>
<dt><p>Returns :</p></dt>
<dd><p>some boolean</p></dd>
</dl>
</page>
|