summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-12-18 01:20:36 +0100
committerBenjamin Otte <otte@redhat.com>2018-12-18 01:20:36 +0100
commitc30968861f5c7c07dfe135ce508b9d2a7a31aea8 (patch)
treeb9164c6cef8d10dfb8251889301cce6ddc8872e5
parenta8ac6f833cf7f270a951a074a43de44e0b99201e (diff)
downloadgtk+-c30968861f5c7c07dfe135ce508b9d2a7a31aea8.tar.gz
a11y: Fix function return type
Typo right there.
-rw-r--r--gtk/a11y/gtkcellaccessible.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/a11y/gtkcellaccessible.c b/gtk/a11y/gtkcellaccessible.c
index ebbf096b3b..67f7dc8736 100644
--- a/gtk/a11y/gtkcellaccessible.c
+++ b/gtk/a11y/gtkcellaccessible.c
@@ -423,7 +423,7 @@ gtk_cell_accessible_get_row_header_cells (AtkTableCell *table_cell)
cell);
}
-static gboolean
+static AtkObject *
gtk_cell_accessible_get_table (AtkTableCell *table_cell)
{
AtkObject *obj;