[evolution] M!57 - gal-a11y-e-cell-text.c: Replace deprecated G_CONST_RETURN usage
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] M!57 - gal-a11y-e-cell-text.c: Replace deprecated G_CONST_RETURN usage
- Date: Wed, 20 May 2020 10:41:58 +0000 (UTC)
commit f5baccc1c09cee653d540ab68475ee6e97ec7b42
Author: Дилян Палаузов <git-dpa aegee org>
Date: Tue May 19 10:58:44 2020 +0000
M!57 - gal-a11y-e-cell-text.c: Replace deprecated G_CONST_RETURN usage
Closes https://gitlab.gnome.org/GNOME/evolution/-/merge_requests/57
src/e-util/gal-a11y-e-cell-text.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/e-util/gal-a11y-e-cell-text.c b/src/e-util/gal-a11y-e-cell-text.c
index d8e994ec92..bfbd6121b7 100644
--- a/src/e-util/gal-a11y-e-cell-text.c
+++ b/src/e-util/gal-a11y-e-cell-text.c
@@ -97,7 +97,7 @@ ect_check (gpointer a11y)
return TRUE;
}
-static G_CONST_RETURN gchar *
+static const gchar *
ect_get_name (AtkObject * a11y)
{
GalA11yECell *gaec;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]