summaryrefslogtreecommitdiff
path: root/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page
blob: c20d8c5f4fe7aede3f2e5ef2fc8e1586cc28c11d (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
<?xml version="1.0"?>

<page id="DocExamples.Obj.new"
      type="topic"
      style="constructor"
      xmlns="http://projectmallard.org/1.0/"
      xmlns:api="http://projectmallard.org/experimental/api/"
      xmlns:ui="http://projectmallard.org/experimental/ui/">
  <info>
    <link type="guide" xref="DocExamples.Obj" group="constructor"/>
    <api:function>
      <api:returns>
        <api:type>DocExamplesObj*</api:type>
      </api:returns>
      <api:name>doc_examples_obj_new</api:name>
    </api:function>
  </info>
  <title>doc_examples_obj_new</title>
<synopsis><code mime="text/x-csrc">
DocExamplesObj* doc_examples_obj_new (void);
</code></synopsis>


<table>
<tr>
<td><p>Returns :</p></td>
<td></td>
</tr>
</table>
</page>