Add in the new symbols

2007-11-28  Alexander Larsson  <alexl@redhat.com>

        * glib/glib.symbols:
	Add in the new symbols
	
        * glib/gurifuncs.c:
	Use the aliases framework
	
        * glib/glibintl.h:
        * glib/gutils.c:
	Make the alias stuff work now that glib_gettext
	is exported to libgio. 


svn path=/trunk/; revision=5973
This commit is contained in:
Alexander Larsson
2007-11-28 14:35:14 +00:00
committed by Alexander Larsson
parent 7f3280230b
commit 6ae887bb9b
5 changed files with 39 additions and 3 deletions

View File

@@ -5,9 +5,9 @@
#error "config.h must be included prior to glibintl.h"
#endif
#ifdef ENABLE_NLS
G_CONST_RETURN gchar *glib_gettext (const gchar *str);
gchar *glib_gettext (const gchar *str);
#ifdef ENABLE_NLS
#include <libintl.h>
#define _(String) glib_gettext(String)