summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-07-02 17:04:15 -0400
committerColin Walters <walters@verbum.org>2012-07-02 17:04:15 -0400
commitad29240abf5af3215c5ea31783da470e19af2fcf (patch)
tree2a7afa1d96255aa4d4dd6430e67d6c0a62f3391f
parent3077744451293c0bd399866b2accf10fa6a30877 (diff)
downloadgobject-introspection-ad29240abf5af3215c5ea31783da470e19af2fcf.tar.gz
Add missing SLetter expected gir
-rw-r--r--tests/scanner/SLetter-1.0-expected.gir44
1 files changed, 44 insertions, 0 deletions
diff --git a/tests/scanner/SLetter-1.0-expected.gir b/tests/scanner/SLetter-1.0-expected.gir
new file mode 100644
index 00000000..9c42e4fc
--- /dev/null
+++ b/tests/scanner/SLetter-1.0-expected.gir
@@ -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>