Merge branch 'wip/smcv/a11y-tests' into 'main'
tests: Fix signature of GtkTestATContext::update-selection-bound handlers Closes #6490 See merge request GNOME/gtk!7504
This commit is contained in:
@@ -45,7 +45,6 @@ update_caret_pos (GtkATContext *context,
|
||||
|
||||
static void
|
||||
update_selection_bound (GtkATContext *context,
|
||||
guint selection_bound,
|
||||
gpointer data)
|
||||
{
|
||||
TestData *td = data;
|
||||
|
||||
@@ -72,7 +72,6 @@ update_caret_pos (GtkATContext *context,
|
||||
|
||||
static void
|
||||
update_selection_bound (GtkATContext *context,
|
||||
guint selection_bound,
|
||||
gpointer data)
|
||||
{
|
||||
TestData *td = data;
|
||||
|
||||
Reference in New Issue
Block a user