summaryrefslogtreecommitdiff
path: root/atspi/atspi-table-cell.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2014-12-15 16:01:22 -0500
committerMike Gorse <mgorse@suse.com>2014-12-15 16:01:22 -0500
commitc130dd4a8e9aefa65c7cc4f47dfd5041b9330c87 (patch)
treeb813a19e01cda5e9873433386148c959445164b6 /atspi/atspi-table-cell.h
parentc2c06847e89fb18e98288c3616396441b51ea338 (diff)
downloadat-spi2-core-c130dd4a8e9aefa65c7cc4f47dfd5041b9330c87.tar.gz
Fix atspi_table_cell_get_column_span prototype
Diffstat (limited to 'atspi/atspi-table-cell.h')
-rw-r--r--atspi/atspi-table-cell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-table-cell.h b/atspi/atspi-table-cell.h
index 27d234d7..8174db8a 100644
--- a/atspi/atspi-table-cell.h
+++ b/atspi/atspi-table-cell.h
@@ -46,7 +46,7 @@ struct _AtspiTableCell
GTypeInterface parent;
};
-gint atspi_table_cell_get_column_span (AtspiTableCell *obj, GError *error);
+gint atspi_table_cell_get_column_span (AtspiTableCell *obj, GError **error);
GPtrArray *atspi_table_cell_get_column_header_cells (AtspiTableCell *obj,
GError **error);