~ubuntu-branches/ubuntu/trusty/gobject-introspection/trusty

« back to all changes in this revision

Viewing changes to tests/scanner/BarApp-1.0-expected.gir

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2011-03-22 00:32:36 UTC
  • mfrom: (1.4.1 upstream) (3.3.33 multiarch)
  • Revision ID: james.westby@ubuntu.com-20110322003236-4spdgfk1vai6xay1
Tags: 0.10.4-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!-- This file was automatically generated from C sources - DO NOT EDIT!
3
 
To affect the contents of this file, edit the original C definitions,
4
 
and/or use gtk-doc annotations.  -->
5
 
<repository version="1.0"
6
 
            xmlns="http://www.gtk.org/introspection/core/1.0"
7
 
            xmlns:c="http://www.gtk.org/introspection/c/1.0"
8
 
            xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
9
 
  <include name="GLib" version="2.0"/>
10
 
  <include name="GObject" version="2.0"/>
11
 
  <package name="gobject-2.0"/>
12
 
  <namespace name="BarApp" version="1.0" shared-library="" c:prefix="Bar">
13
 
    <class name="Baz"
14
 
           c:type="BarBaz"
15
 
           parent="GObject.Object"
16
 
           glib:type-name="BarBaz"
17
 
           glib:get-type="bar_baz_get_type"
18
 
           glib:type-struct="BazClass">
19
 
      <field name="parent_instance">
20
 
        <type name="GObject.Object" c:type="GObject"/>
21
 
      </field>
22
 
    </class>
23
 
    <record name="BazClass"
24
 
            c:type="BarBazClass"
25
 
            glib:is-gtype-struct-for="Baz">
26
 
      <field name="parent_class">
27
 
        <type name="GObject.ObjectClass" c:type="GObjectClass"/>
28
 
      </field>
29
 
    </record>
30
 
    <function name="func" c:identifier="barapp_func">
31
 
      <return-value transfer-ownership="none">
32
 
        <type name="none" c:type="void"/>
33
 
      </return-value>
34
 
    </function>
35
 
    <function name="func2" c:identifier="barapp_func2">
36
 
      <return-value transfer-ownership="none">
37
 
        <type name="none" c:type="void"/>
38
 
      </return-value>
39
 
      <parameters>
40
 
        <parameter name="x" transfer-ownership="none">
41
 
          <type name="int" c:type="int"/>
42
 
        </parameter>
43
 
        <parameter name="y" transfer-ownership="none">
44
 
          <type name="double" c:type="double"/>
45
 
        </parameter>
46
 
      </parameters>
47
 
    </function>
48
 
  </namespace>
49
 
</repository>