Add missing SLetter expected gir
authorColin Walters <walters@verbum.org>
Mon, 2 Jul 2012 21:04:15 +0000 (17:04 -0400)
committerColin Walters <walters@verbum.org>
Mon, 2 Jul 2012 21:04:15 +0000 (17:04 -0400)
tests/scanner/SLetter-1.0-expected.gir [new file with mode: 0644]

diff --git a/tests/scanner/SLetter-1.0-expected.gir b/tests/scanner/SLetter-1.0-expected.gir
new file mode 100644 (file)
index 0000000..9c42e4f
--- /dev/null
@@ -0,0 +1,44 @@
+<?xml version="1.0"?>
+<!-- This file was automatically generated from C sources - DO NOT EDIT!
+To affect the contents of this file, edit the original C definitions,
+and/or use gtk-doc annotations.  -->
+<repository version="1.2"
+            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" version="2.0"/>
+  <include name="GObject" version="2.0"/>
+  <include name="Gio" version="2.0"/>
+  <c:include name="sletter.h"/>
+  <namespace name="SLetter"
+             version="1.0"
+             shared-library="libsletter.so"
+             c:identifier-prefixes="S"
+             c:symbol-prefixes="s">
+    <record name="Point" c:type="SPoint">
+      <field name="x" writable="1">
+        <type name="gdouble" c:type="double"/>
+      </field>
+      <field name="y" writable="1">
+        <type name="gdouble" c:type="double"/>
+      </field>
+    </record>
+    <enumeration name="SpawnError"
+                 c:type="SSpawnError"
+                 glib:error-domain="s-spawn-error">
+      <member name="code1" value="1" c:identifier="S_SPAWN_ERROR_CODE1"/>
+      <member name="code2" value="2" c:identifier="S_SPAWN_ERROR_CODE2"/>
+      <member name="code3" value="3" c:identifier="S_SPAWN_ERROR_CODE3"/>
+    </enumeration>
+    <function name="hello" c:identifier="s_hello">
+      <return-value transfer-ownership="none">
+        <type name="none" c:type="void"/>
+      </return-value>
+    </function>
+    <function name="spawn_error_quark" c:identifier="s_spawn_error_quark">
+      <return-value transfer-ownership="none">
+        <type name="GLib.Quark" c:type="GQuark"/>
+      </return-value>
+    </function>
+  </namespace>
+</repository>