[at-spi2-core/gnome-3-22: 2/3] Fix atspi_table_cell_get_position and add prototype



commit 790af5e81861c53b3cd687e28021178702033c9f
Author: Mike Gorse <mgorse suse com>
Date:   Sun Mar 19 17:29:18 2017 -0500

    Fix atspi_table_cell_get_position and add prototype
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779835

 atspi/atspi-table-cell.c |    2 +-
 atspi/atspi-table-cell.h |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/atspi/atspi-table-cell.c b/atspi/atspi-table-cell.c
index 3c00519..16dd7d9 100644
--- a/atspi/atspi-table-cell.c
+++ b/atspi/atspi-table-cell.c
@@ -174,7 +174,7 @@ gint
 atspi_table_cell_get_position (AtspiTableCell *obj,
                                gint *row,
                                gint *column,
-                               GError *error)
+                               GError **error)
 {
   DBusMessage *reply;
   DBusMessageIter iter, iter_struct, iter_variant;
diff --git a/atspi/atspi-table-cell.h b/atspi/atspi-table-cell.h
index 8174db8..1117b3b 100644
--- a/atspi/atspi-table-cell.h
+++ b/atspi/atspi-table-cell.h
@@ -60,6 +60,11 @@ GPtrArray *atspi_table_cell_get_row_header_cells (AtspiTableCell *obj,
 
 gint atspi_table_cell_get_row_index (AtspiTableCell *obj, GError **error);
 
+gint atspi_table_cell_get_position (AtspiTableCell *obj,
+                                    gint           *row,
+                                    gint           *column,
+                                    GError        **error);
+
 void atspi_table_cell_get_row_column_span (AtspiTableCell *obj,
                                               gint *row,
                                               gint *column,


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