diff options
Diffstat (limited to 'testsuite/a11y/testfocus.c')
-rw-r--r-- | testsuite/a11y/testfocus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/a11y/testfocus.c b/testsuite/a11y/testfocus.c index 6775e6d170..2360f47c32 100644 --- a/testsuite/a11y/testfocus.c +++ b/testsuite/a11y/testfocus.c @@ -1,6 +1,6 @@ #include <gtk/gtk.h> -static const gchar * +static const char * get_name (gpointer obj) { GtkWidget *widget; @@ -66,7 +66,7 @@ notify_cb (GObject *obj, GParamSpec *pspec, gpointer data) } static void -state_change_cb (AtkObject *obj, const gchar *name, gboolean state_set) +state_change_cb (AtkObject *obj, const char *name, gboolean state_set) { AtkStateSet *set; |