[libchamplainmm] MapSourceDesc: Ignore constructor and data getters



commit 2339f2e743252ac105546efeee58307f6d88d229
Author: Juan R. GarcĂ­a Blanco <juanrgar gmail com>
Date:   Wed Sep 3 20:35:52 2014 +0200

    MapSourceDesc: Ignore constructor and data getters
    
        * champlain/src/map-source-desc.hg: Ignore
        champlain_map_source_desc_get_constructor() and
        champlain_map_source_desc_get_data() methods.

 champlain/src/map-source-desc.hg |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/champlain/src/map-source-desc.hg b/champlain/src/map-source-desc.hg
index 6d2c928..cb854fe 100644
--- a/champlain/src/map-source-desc.hg
+++ b/champlain/src/map-source-desc.hg
@@ -75,6 +75,10 @@ public:
 
   _WRAP_METHOD(MapProjection get_projection() const, champlain_map_source_desc_get_projection)
 
+  _IGNORE(champlain_map_source_desc_get_constructor)
+  // data is used to store the slot
+  _IGNORE(champlain_map_source_desc_get_data)
+
   _WRAP_PROPERTY("id", std::string)
   _WRAP_PROPERTY("name", Glib::ustring)
   _WRAP_PROPERTY("license", Glib::ustring)


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