mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-21 14:49:16 +02:00
changed return value to const gchar* to fix warning.
2008-06-16 Michael Natterer <mitch@imendio.com> * glib/goption.c (dgettext_swapped): changed return value to const gchar* to fix warning. svn path=/trunk/; revision=7046
This commit is contained in:
parent
17ac5f4dfb
commit
4622ed8cfc
@ -1,3 +1,8 @@
|
|||||||
|
2008-06-16 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
|
* glib/goption.c (dgettext_swapped): changed return value to
|
||||||
|
const gchar* to fix warning.
|
||||||
|
|
||||||
2008-06-16 Ross Burton <ross@burtonini.com>
|
2008-06-16 Ross Burton <ross@burtonini.com>
|
||||||
|
|
||||||
* gio/gfileenumerator.c:
|
* gio/gfileenumerator.c:
|
||||||
|
@ -2054,7 +2054,7 @@ g_option_group_set_translate_func (GOptionGroup *group,
|
|||||||
group->translate_notify = destroy_notify;
|
group->translate_notify = destroy_notify;
|
||||||
}
|
}
|
||||||
|
|
||||||
static gchar *
|
static const gchar *
|
||||||
dgettext_swapped (const gchar *msgid,
|
dgettext_swapped (const gchar *msgid,
|
||||||
const gchar *domainname)
|
const gchar *domainname)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user