aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/gal-a11y-e-cell.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-06-10 03:00:03 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:26 +0800
commitce62390010057fad06b4aa7f1ee0ea08c90eb225 (patch)
treec19ff3974c73a9fda503deade9bebb34decd3a18 /widgets/table/gal-a11y-e-cell.c
parent2229ecda966472146beb35cef60d3e374bd0b65a (diff)
downloadgsoc2013-evolution-ce62390010057fad06b4aa7f1ee0ea08c90eb225.tar
gsoc2013-evolution-ce62390010057fad06b4aa7f1ee0ea08c90eb225.tar.gz
gsoc2013-evolution-ce62390010057fad06b4aa7f1ee0ea08c90eb225.tar.bz2
gsoc2013-evolution-ce62390010057fad06b4aa7f1ee0ea08c90eb225.tar.lz
gsoc2013-evolution-ce62390010057fad06b4aa7f1ee0ea08c90eb225.tar.xz
gsoc2013-evolution-ce62390010057fad06b4aa7f1ee0ea08c90eb225.tar.zst
gsoc2013-evolution-ce62390010057fad06b4aa7f1ee0ea08c90eb225.zip
Replace G_CONST_RETURN with 'const'.
GLib is finally dropping this hack.
Diffstat (limited to 'widgets/table/gal-a11y-e-cell.c')
-rw-r--r--widgets/table/gal-a11y-e-cell.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/widgets/table/gal-a11y-e-cell.c b/widgets/table/gal-a11y-e-cell.c
index d5853270a4..e48977f026 100644
--- a/widgets/table/gal-a11y-e-cell.c
+++ b/widgets/table/gal-a11y-e-cell.c
@@ -103,7 +103,7 @@ gal_a11y_e_cell_dispose (GObject *object)
}
/* Static functions */
-static G_CONST_RETURN gchar *
+static const gchar *
gal_a11y_e_cell_get_name (AtkObject * a11y)
{
GalA11yECell *cell = GAL_A11Y_E_CELL (a11y);
@@ -375,7 +375,7 @@ gal_a11y_e_cell_action_get_n_actions (AtkAction *action)
return 0;
}
-static G_CONST_RETURN gchar *
+static const gchar *
gal_a11y_e_cell_action_get_name (AtkAction *action,
gint index)
{
@@ -387,7 +387,7 @@ gal_a11y_e_cell_action_get_name (AtkAction *action,
return info->name;
}
-static G_CONST_RETURN gchar *
+static const gchar *
gal_a11y_e_cell_action_get_description (AtkAction *action,
gint index)
{
@@ -414,7 +414,7 @@ gal_a11y_e_cell_action_set_description (AtkAction *action,
return TRUE;
}
-static G_CONST_RETURN gchar *
+static const gchar *
gal_a11y_e_cell_action_get_keybinding (AtkAction *action,
gint index)
{