summaryrefslogtreecommitdiff
path: root/gtk/a11y/gtkswitchaccessible.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/a11y/gtkswitchaccessible.c')
-rw-r--r--gtk/a11y/gtkswitchaccessible.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/a11y/gtkswitchaccessible.c b/gtk/a11y/gtkswitchaccessible.c
index 985321499f..1b63ee4806 100644
--- a/gtk/a11y/gtkswitchaccessible.c
+++ b/gtk/a11y/gtkswitchaccessible.c
@@ -72,7 +72,7 @@ gtk_switch_action_get_n_actions (AtkAction *action)
return 1;
}
-static const gchar *
+static const char *
gtk_switch_action_get_name (AtkAction *action,
int i)
{
@@ -81,7 +81,7 @@ gtk_switch_action_get_name (AtkAction *action,
return NULL;
}
-static const gchar *
+static const char *
gtk_switch_action_get_localized_name (AtkAction *action,
int i)
{
@@ -90,7 +90,7 @@ gtk_switch_action_get_localized_name (AtkAction *action,
return NULL;
}
-static const gchar *
+static const char *
gtk_switch_action_get_description (AtkAction *action,
int i)
{