aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/gal-a11y-e-table-item.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/gal-a11y-e-table-item.c')
-rw-r--r--widgets/table/gal-a11y-e-table-item.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/table/gal-a11y-e-table-item.c b/widgets/table/gal-a11y-e-table-item.c
index 560ea3f54a..e296882e65 100644
--- a/widgets/table/gal-a11y-e-table-item.c
+++ b/widgets/table/gal-a11y-e-table-item.c
@@ -511,7 +511,7 @@ eti_get_caption (AtkTable *table)
return NULL;
}
-static G_CONST_RETURN gchar *
+static const gchar *
eti_get_column_description (AtkTable *table,
gint column)
{
@@ -546,7 +546,7 @@ eti_get_column_header (AtkTable *table, gint column)
return atk_obj;
}
-static G_CONST_RETURN gchar *
+static const gchar *
eti_get_row_description (AtkTable *table,
gint row)
{