summaryrefslogtreecommitdiff
path: root/glib/glibintl.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-03-12 21:50:45 -0500
committerRyan Lortie <desrt@desrt.ca>2011-03-15 01:32:22 -0400
commit36741245cca56e979fe85e3de676fb3912058f2c (patch)
tree982e292d7cac5a33cdfe7e9efa6c1f36736b4c16 /glib/glibintl.h
parent61b0e1c8d49b6b42d3b6f27f0663ead75967f81a (diff)
downloadglib-36741245cca56e979fe85e3de676fb3912058f2c.tar.gz
Remove all uses of G_CONST_RETURN
Just use 'const'.
Diffstat (limited to 'glib/glibintl.h')
-rw-r--r--glib/glibintl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/glib/glibintl.h b/glib/glibintl.h
index 3164a0a89..507e1c373 100644
--- a/glib/glibintl.h
+++ b/glib/glibintl.h
@@ -5,9 +5,9 @@
#error "config.h must be included prior to glibintl.h"
#endif
-G_CONST_RETURN gchar *glib_gettext (const gchar *str) G_GNUC_FORMAT(1);
-G_CONST_RETURN gchar *glib_pgettext (const gchar *msgctxtid,
- gsize msgidoffset) G_GNUC_FORMAT(1);
+const gchar * glib_gettext (const gchar *str) G_GNUC_FORMAT(1);
+const gchar * glib_pgettext (const gchar *msgctxtid,
+ gsize msgidoffset) G_GNUC_FORMAT(1);
#ifdef ENABLE_NLS