[gtkmm] TreeModel*: Add some _IGNORE() lines.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] TreeModel*: Add some _IGNORE() lines.
- Date: Sun, 7 Oct 2012 12:28:59 +0000 (UTC)
commit cb5fd434f2f1f3b054f768a6129a65962505d122
Author: Murray Cumming <murrayc murrayc com>
Date: Sun Oct 7 14:28:31 2012 +0200
TreeModel*: Add some _IGNORE() lines.
* gtk/src/treemodelfilter.hg:
* gtk/src/treemodelsort.hg: Add _IGNORE()s for functions that
have already been wrapped.
ChangeLog | 8 ++++++++
gtk/src/treemodelfilter.hg | 2 ++
gtk/src/treemodelsort.hg | 2 ++
3 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 89852e2..b2c858d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2012-10-07 Murray Cumming <murrayc murrayc com>
+ TreeModel*: Add some _IGNORE() lines.
+
+ * gtk/src/treemodelfilter.hg:
+ * gtk/src/treemodelsort.hg: Add _IGNORE()s for functions that
+ have already been wrapped.
+
+2012-10-07 Murray Cumming <murrayc murrayc com>
+
Require the latest mm-common.
* configure.ac: This should avoid us creating tarballs without
diff --git a/gtk/src/treemodelfilter.hg b/gtk/src/treemodelfilter.hg
index 7202bd2..04d5597 100644
--- a/gtk/src/treemodelfilter.hg
+++ b/gtk/src/treemodelfilter.hg
@@ -109,6 +109,7 @@ public:
* @result A valid iterator that points to the row in this sorted model.
*/
iterator convert_child_iter_to_iter(const iterator& child_iter) const;
+ _IGNORE(gtk_tree_model_filter_convert_child_iter_to_iter)
/** Gets an iterator that points to the child row that corresponds to the sorted row pointed at by sorted_iter.
*
@@ -116,6 +117,7 @@ public:
* @result A valid iterator that points to the row in the child model.
*/
iterator convert_iter_to_child_iter(const iterator& filter_iter) const;
+ _IGNORE(gtk_tree_model_filter_convert_iter_to_child_iter)
_WRAP_METHOD(Path convert_child_path_to_path(const Path& child_path) const, gtk_tree_model_filter_convert_child_path_to_path)
_WRAP_METHOD(Path convert_path_to_child_path(const Path& filter_path) const, gtk_tree_model_filter_convert_path_to_child_path)
diff --git a/gtk/src/treemodelsort.hg b/gtk/src/treemodelsort.hg
index fb9f30f..de6261c 100644
--- a/gtk/src/treemodelsort.hg
+++ b/gtk/src/treemodelsort.hg
@@ -71,6 +71,7 @@ public:
* @result A valid iterator that points to the row in this sorted model.
*/
iterator convert_child_iter_to_iter(const iterator& child_iter) const;
+ _IGNORE(gtk_tree_model_sort_convert_child_iter_to_iter)
_WRAP_METHOD(Path convert_path_to_child_path(const Path& sorted_path) const, gtk_tree_model_sort_convert_path_to_child_path)
@@ -80,6 +81,7 @@ public:
* @result A valid iterator that points to the row in the child model.
*/
iterator convert_iter_to_child_iter(const iterator& sorted_iter) const;
+ _IGNORE(gtk_tree_model_sort_convert_iter_to_child_iter)
_WRAP_METHOD(void reset_default_sort_func(), gtk_tree_model_sort_reset_default_sort_func)
_WRAP_METHOD(void clear_cache(), gtk_tree_model_sort_clear_cache)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]