[java-libglom] Adapt to the latest libglom API from git master.



commit a9a49dc591004ff1249fe575a3cc1ffcb2758f8a
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Mar 12 17:06:35 2012 +0100

    Adapt to the latest libglom API from git master.
    
    * src/glom.i: Add an ignore for sql_find() because it uses
    Gnome::Gda::Connection as a parameter.

 ChangeLog  |    7 +++++++
 src/glom.i |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9fdced3..08fee1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-03-12  Murray Cumming  <murrayc murrayc com>
+
+	Adapt to the latest libglom API from git master.
+
+	* src/glom.i: Add an ignore for sql_find() because it uses
+	Gnome::Gda::Connection as a parameter.
+
 1.21.5:
 
 2012-03-04  Murray Cumming  <murrayc murrayc com>
diff --git a/src/glom.i b/src/glom.i
index d195475..e7944e5 100644
--- a/src/glom.i
+++ b/src/glom.i
@@ -193,6 +193,7 @@ using namespace Glom;
 // Ignore theses sql escaping methods because gwt-glom doesn't manually create queries.
 %ignore Glom::Field::sql(const Gnome::Gda::Value& value, const Glib::RefPtr<Gnome::Gda::Connection>& connection) const;
 %ingore Glom::Field::sql(const Gnome::Gda::Value& value) const;
+%ignore Glom::Field::sql_find(const Gnome::Gda::Value& value, const Glib::RefPtr<Gnome::Gda::Connection>& connection) const;
 %ignore Glom::Field::sql_find_operator() const;
 // Ignored because GType is not wrapped.
 %ignore Glom::Field::get_glom_type_for_gda_type(GType gda_type);



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