Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/constant.gir
blob: 6cb1a523374c67a3a457081f6e4f2e64a0388b3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<repository version="1.0"
            xmlns="http://www.gtk.org/introspection/core/1.0"
            xmlns:c="http://www.gtk.org/introspection/c/1.0"
            xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
  <namespace name="constant" version="1.0">
    <constant name="constant1" value="42">
      <type name="int"/>
    </constant>
    <constant name="constant2" value="42">
      <type name="uint"/>
    </constant>
    <constant name="constant3" value="42">
      <type name="int64"/>
    </constant>
    <constant name="constant4" value="42">
      <type name="int32"/>
    </constant>
    <constant name="constant5" value="42.000000">
      <type name="float"/>
    </constant>
  </namespace>
</repository>