summaryrefslogtreecommitdiff
path: root/tests/scanner/utility-expected.gir
blob: 9735675a1c79456aae5ffb85a3a4a6a03dc34615 (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
<?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">
  <include name="GLib"/>
  <include name="GObject"/>
  <namespace name="utility" shared-library="utility">
    <class name="Object"
           c:type="UtilityObject"
           parent="GObject.Object"
           glib:type-name="UtilityObject"
           glib:get-type="utility_object_get_type">
    </class>
    <record name="ObjectClass" c:type="UtilityObjectClass">
      <field name="parent_class">
        <type name="GObject.Class" c:type="GObjectClass"/>
      </field>
    </record>
    <enumeration name="EnumType" c:type="UtilityEnumType">
      <member name="a" value="0" c:identifier="UTILITY_ENUM_A"/>
      <member name="b" value="1" c:identifier="UTILITY_ENUM_B"/>
      <member name="c" value="2" c:identifier="UTILITY_ENUM_C"/>
    </enumeration>
    <enumeration name="FlagType" c:type="UtilityFlagType">
      <member name="a" value="0" c:identifier="UTILITY_FLAG_A"/>
      <member name="b" value="1" c:identifier="UTILITY_FLAG_B"/>
      <member name="c" value="2" c:identifier="UTILITY_FLAG_C"/>
    </enumeration>
    <record name="Struct" c:type="UtilityStruct">
    </record>
  </namespace>
</repository>