[atkmm] Table: Deprecate get_column/row_at_index().
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atkmm] Table: Deprecate get_column/row_at_index().
- Date: Mon, 29 Jun 2015 08:18:08 +0000 (UTC)
commit 0320df1f6e2972af3040b8bab811db86aac586df
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Jun 29 10:04:35 2015 +0200
Table: Deprecate get_column/row_at_index().
The C documentation doesn't have real deprecation documentation for these,
so neither do we.
atk/src/table.hg | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/atk/src/table.hg b/atk/src/table.hg
index f278302..9e8371e 100644
--- a/atk/src/table.hg
+++ b/atk/src/table.hg
@@ -60,8 +60,8 @@ public:
_WRAP_METHOD(int get_index_at(int row, int column) const, atk_table_get_index_at, deprecated "Use get_at()
instead.")
- _WRAP_METHOD(int get_column_at_index(int index) const, atk_table_get_column_at_index)
- _WRAP_METHOD(int get_row_at_index(int index) const, atk_table_get_row_at_index)
+ _WRAP_METHOD(int get_column_at_index(int index) const, atk_table_get_column_at_index, deprecated "This
should not be used in newly-written code.")
+ _WRAP_METHOD(int get_row_at_index(int index) const, atk_table_get_row_at_index, deprecated "This should
not be used in newly-written code.")
_WRAP_METHOD(int get_n_columns() const, atk_table_get_n_columns)
_WRAP_METHOD(int get_n_rows() const, atk_table_get_n_rows)
_WRAP_METHOD(int get_column_extent_at(int row, int column) const, atk_table_get_column_extent_at)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]