sqlite3
authorAlan Knowles <alan@akbkhome.com>
Sat, 21 May 2011 15:50:41 +0000 (23:50 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 21 May 2011 15:50:41 +0000 (23:50 +0800)
sqlite3 [new file with mode: 0644]

diff --git a/sqlite3 b/sqlite3
new file mode 100644 (file)
index 0000000..793eb07
--- /dev/null
+++ b/sqlite3
@@ -0,0 +1,37 @@
+<?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.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">
+  <namespace name="sqlite3"
+             version="1.0"
+             shared-library="libsqlite3.so.0"
+             c:prefix="sqlite3">
+    <callback name="callback" c:type="sqlite3_callback" doc="Test docs">
+      <return-value transfer-ownership="none">
+        <type name="int" c:type="int"/>
+      </return-value>
+      <parameters>
+        <parameter name="user_data" transfer-ownership="none" closure="0">
+          <type name="any" c:type="void*"/>
+        </parameter>
+        <parameter name="connection" transfer-ownership="none">
+          <type name="int" c:type="int"/>
+        </parameter>
+        <parameter name="data1" transfer-ownership="none">
+          <array c:type="char**">
+            <type name="utf8"/>
+          </array>
+        </parameter>
+        <parameter name="data2" transfer-ownership="none">
+          <array c:type="char**">
+            <type name="utf8"/>
+          </array>
+        </parameter>
+      </parameters>
+    </callback>
+  </namespace>
+</repository>