[libgda] Gir example added missing file and corrected README



commit cae3014a0cbd99a9f48a78e1b70807a717ddb3a0
Author: Vivien Malerba <malerba gnome-db org>
Date:   Wed Mar 23 15:33:27 2011 +0100

    Gir example added missing file and corrected README

 samples/Gir/Makefile |    6 ++++++
 samples/README       |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/samples/Gir/Makefile b/samples/Gir/Makefile
new file mode 100644
index 0000000..b054608
--- /dev/null
+++ b/samples/Gir/Makefile
@@ -0,0 +1,6 @@
+run:
+	@cat README
+
+clean:
+	rm -f *~
+	rm -f *.db
diff --git a/samples/README b/samples/README
index 09b494e..bae3c9a 100644
--- a/samples/README
+++ b/samples/README
@@ -22,6 +22,7 @@ Currently the contents are:
 * in AsyncExec: simple example illustrating how to perform asynchronous statement execution
 * in WritableSelect/: example to show how to modify a GdaDataModel returned after
   the execution of a SELECT statement
+* in Git/: JavaScript example to use the GObject introspection with Libgda
 
 And using the UI extension:
 * in SimpleUIForm/: a very simple form, with read-only and read-write versions



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]