Add a parent parmeter to g_ir_node_build_typelib
[gnome.gobject-introspection] / tests / types.gir
1 <?xml version="1.0"?>
2 <repository version="1.0"
3             xmlns="http://www.gtk.org/introspection/core/1.0"
4             xmlns:c="http://www.gtk.org/introspection/c/1.0"
5             xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
6   <namespace name="Foo" version="1.0">
7     <function name="lart" symbol="lart">
8       <return-type type="gboolean" />
9       <parameters>
10         <parameter name="box" type="gint" transfer="full" direction="in" />
11         <parameter name="val" type="gint" transfer="full" direction="inout" />
12         <parameter name="w" type="GList<gint>" transfer="full" direction="in" />
13         <parameter name="t" type="GHashTable<utf8,gint64>" transfer="full" direction="in" />
14       </parameters>
15     </function>
16   </namespace>
17 </repository>