[java-libglom] Fix the build with the latest libglom API.



commit db8ac5de4b00e2073cb5e47c46aa866b0a6c45d4
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Jan 29 23:30:10 2012 +0100

    Fix the build with the latest libglom API.
    
    * src/glom.i: Added an %ignore line.

 ChangeLog  |    6 ++++++
 src/glom.i |    4 ++++
 2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 99253a9..beb6c28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-01-29  Murray Cumming  <murrayc murrayc com>
+
+	Fix the build with the latest libglom API.
+
+	* src/glom.i: Added an %ignore line.
+
 2012-01-23  Murray Cumming  <murrayc murrayc com>
 
 	Update tests and examples for the latest libglom API.
diff --git a/src/glom.i b/src/glom.i
index 7b08cda..3c6a74c 100644
--- a/src/glom.i
+++ b/src/glom.i
@@ -427,6 +427,10 @@ sharedptr<const LayoutItem_Field> get_navigation_relationship_specific()
   const type_vecConstLayoutFields& fieldsToGet,
   const type_sort_clause& sort_clause,
   bool extra_join);
+%ignore get_layout_items_plus_primary_key(
+  const LayoutGroup::type_list_const_items& items,
+  const Document* document,
+  const Glib::ustring& table_name);
 %include <libglom/utils.h>
 
 



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