Also clean up includes
authorMatthias Clasen <mclasen@redhat.com>
Sun, 16 Oct 2011 22:43:22 +0000 (18:43 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 16 Oct 2011 22:43:22 +0000 (18:43 -0400)
glib/gconvert.c
glib/gmessages.c
glib/gunicode.h
glib/gutils.h

index 21e8c1f..2925173 100644 (file)
@@ -43,6 +43,7 @@
 
 #include "gconvert.h"
 
+#include "gcharset.h"
 #include "gprintfint.h"
 #include "gslist.h"
 #include "gstrfuncs.h"
index f0c836e..b0c1cad 100644 (file)
 #include <errno.h>
 
 #include "gmessages.h"
-#include "glib-init.h"
 
+#include "glib-init.h"
 #include "gbacktrace.h"
+#include "gcharset.h"
 #include "gconvert.h"
 #include "gmem.h"
 #include "gprintfint.h"
index 2090bff..71ebbba 100644 (file)
@@ -489,9 +489,6 @@ typedef enum
 guint32        g_unicode_script_to_iso15924   (GUnicodeScript script);
 GUnicodeScript g_unicode_script_from_iso15924 (guint32        iso15924);
 
-gboolean g_get_charset (const char **charset);
-gchar *  g_get_codeset (void);
-
 /* These are all analogs of the <ctype.h> functions.
  */
 gboolean g_unichar_isalnum   (gunichar c) G_GNUC_CONST;
index 103584d..18f6b41 100644 (file)
@@ -155,10 +155,6 @@ const gchar * const * g_get_system_config_dirs (void);
 
 const gchar * g_get_user_runtime_dir (void);
 
-const gchar * const * g_get_language_names (void);
-
-gchar **g_get_locale_variants (const gchar *locale);
-
 /**
  * GUserDirectory:
  * @G_USER_DIRECTORY_DESKTOP: the user's Desktop directory