Fix 'Fix "A11y: Add support for AtkTableCell"'...
...since one of the "fixes" there was wrong, at least cosmetically: .get_position() is declared as returning a gboolean, which is in fact an int in practice, but we should say what we mean, like we already did.
This commit is contained in:
		| @ -387,7 +387,7 @@ gtk_cell_accessible_get_column_header_cells (AtkTableCell *table_cell) | ||||
|                                                              cell); | ||||
| } | ||||
|  | ||||
| static int | ||||
| static gboolean | ||||
| gtk_cell_accessible_get_position (AtkTableCell *table_cell, | ||||
|                                   gint         *row, | ||||
|                                   gint         *column) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Boles
					Daniel Boles