[java-libglom] Ignore an awkward new method in the Glom master branch.



commit 6c45af6369574022dc3dd1c510c076fd10530fcb
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Dec 2 10:52:20 2011 +0100

    Ignore an awkward new method in the Glom master branch.
    
    	* src/glom.i: Ignore Document::get_lookup_fields().

 ChangeLog  |    6 ++++++
 src/glom.i |    4 +++-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1aaa4de..bb2f975 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-12-02  Murray Cumming  <murrayc murrayc com>
+
+	Ignore an awkward new method in the Glom master branch.
+
+	* src/glom.i: Ignore Document::get_lookup_fields().
+
 1.19.1:
 
 2011-11-30  Ben Konrath  <ben bagu org>
diff --git a/src/glom.i b/src/glom.i
index 746c96f..86e9aa2 100644
--- a/src/glom.i
+++ b/src/glom.i
@@ -377,13 +377,15 @@ sharedptr<const LayoutItem_Field> get_navigation_relationship_specific()
 %ignore Glom::Document::get_layout_record_viewed(const Glib::ustring& table_name, const Glib::ustring& layout_name) const;
 %ignore Glom::Document::set_table_example_data(const Glib::ustring& table_name, const type_example_rows& rows);
 %ignore Glom::Document::get_table_example_data(const Glib::ustring& table_name) const;
-// Ignore the GroupInfo class and methods for now because the shareptr macro
+// Ignore the GroupInfo class and methods for now because the shareptr class
 // is causing problems. These are only used for recreating a database from an
 // example file so we shouldn't need them for now.
 %ignore Glom::GroupInfo;
 %ignore Glom::Document::set_group;
 %ignore Glom::Document::get_groups;
 %ignore Glom::Document::remove_group;
+// Ignore get_lookup_fields() until we wrap type_list_lookups
+%ignore Glom::Document::get_lookup_fields;
 %include <libglom/document/document.h>
 
 



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