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

diff --git a/sqlite3 b/sqlite3
deleted file mode 100644 (file)
index 793eb07..0000000
--- a/sqlite3
+++ /dev/null
@@ -1,37 +0,0 @@
-<?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>