summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gi/syntax_nested_tags.xml
blob: d07b6f12d6a0d454637ebff7b80293ac3be2f49e (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
<?xml version="1.0" encoding="UTF-8"?>

<tests>

<test>
  <!--
  Well, not really nested tags as the Since: 2.30 is considered to be part of the
  description of the @G_APPLICATION_NON_UNIQUE parameter.
  -->
  <commentblock>/**
 * GApplicationFlags:
 * @G_APPLICATION_NON_UNIQUE: Make no attempts to do any of the typical
 *     single-instance application negotiation, even if the application
 *     ID is given.  The application neither attempts to become the
 *     owner of the application ID nor does it check if an existing
 *     owner already exists.  Everything occurs in the local process.
 *     Since: 2.30.
 *
 * Flags used to define the behaviour of a #GApplication.
 *
 * Since: 2.28
 **/</commentblock>
  <docblock>
    <identifier>
      <name>GApplicationFlags</name>
    </identifier>
    <parameters>
      <parameter>
        <name>G_APPLICATION_NON_UNIQUE</name>
        <description>Make no attempts to do any of the typical single-instance application negotiation, even if the application ID is given.  The application neither attempts to become the owner of the application ID nor does it check if an existing owner already exists.  Everything occurs in the local process. Since: 2.30.</description>
      </parameter>
    </parameters>
    <description>Flags used to define the behaviour of a #GApplication.</description>
    <tags>
      <tag>
        <name>since</name>
        <description>2.28</description>
      </tag>
    </tags>
  </docblock>
</test>

</tests>