Comment g_get_codeset() out of the header file temporarily. (Very similar
authorOwen Taylor <otaylor@redhat.com>
Mon, 3 Jul 2000 21:20:34 +0000 (21:20 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 3 Jul 2000 21:20:34 +0000 (21:20 +0000)
Mon Jul  3 17:18:19 2000  Owen Taylor  <otaylor@redhat.com>

* glib.h: Comment g_get_codeset() out of the header file
temporarily. (Very similar to g_get_charset(), need
to resolve the two.)

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib.h
glib/glib.h

index db3437d..e9f1253 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jul  3 17:18:19 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * glib.h: Comment g_get_codeset() out of the header file
+       temporarily. (Very similar to g_get_charset(), need
+       to resolve the two.)
+
 2000-07-01  Tor Lillqvist  <tml@iki.fi>
 
        * glib.def: Add new entry points.
index db3437d..e9f1253 100644 (file)
@@ -1,3 +1,9 @@
+Mon Jul  3 17:18:19 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * glib.h: Comment g_get_codeset() out of the header file
+       temporarily. (Very similar to g_get_charset(), need
+       to resolve the two.)
+
 2000-07-01  Tor Lillqvist  <tml@iki.fi>
 
        * glib.def: Add new entry points.
index db3437d..e9f1253 100644 (file)
@@ -1,3 +1,9 @@
+Mon Jul  3 17:18:19 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * glib.h: Comment g_get_codeset() out of the header file
+       temporarily. (Very similar to g_get_charset(), need
+       to resolve the two.)
+
 2000-07-01  Tor Lillqvist  <tml@iki.fi>
 
        * glib.def: Add new entry points.
index db3437d..e9f1253 100644 (file)
@@ -1,3 +1,9 @@
+Mon Jul  3 17:18:19 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * glib.h: Comment g_get_codeset() out of the header file
+       temporarily. (Very similar to g_get_charset(), need
+       to resolve the two.)
+
 2000-07-01  Tor Lillqvist  <tml@iki.fi>
 
        * glib.def: Add new entry points.
index db3437d..e9f1253 100644 (file)
@@ -1,3 +1,9 @@
+Mon Jul  3 17:18:19 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * glib.h: Comment g_get_codeset() out of the header file
+       temporarily. (Very similar to g_get_charset(), need
+       to resolve the two.)
+
 2000-07-01  Tor Lillqvist  <tml@iki.fi>
 
        * glib.def: Add new entry points.
index db3437d..e9f1253 100644 (file)
@@ -1,3 +1,9 @@
+Mon Jul  3 17:18:19 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * glib.h: Comment g_get_codeset() out of the header file
+       temporarily. (Very similar to g_get_charset(), need
+       to resolve the two.)
+
 2000-07-01  Tor Lillqvist  <tml@iki.fi>
 
        * glib.def: Add new entry points.
index db3437d..e9f1253 100644 (file)
@@ -1,3 +1,9 @@
+Mon Jul  3 17:18:19 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * glib.h: Comment g_get_codeset() out of the header file
+       temporarily. (Very similar to g_get_charset(), need
+       to resolve the two.)
+
 2000-07-01  Tor Lillqvist  <tml@iki.fi>
 
        * glib.def: Add new entry points.
index db3437d..e9f1253 100644 (file)
@@ -1,3 +1,9 @@
+Mon Jul  3 17:18:19 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * glib.h: Comment g_get_codeset() out of the header file
+       temporarily. (Very similar to g_get_charset(), need
+       to resolve the two.)
+
 2000-07-01  Tor Lillqvist  <tml@iki.fi>
 
        * glib.def: Add new entry points.
diff --git a/glib.h b/glib.h
index c894690..dd9fa5a 100644 (file)
--- a/glib.h
+++ b/glib.h
@@ -1710,7 +1710,7 @@ gchar*    g_dirname               (const gchar *file_name);
 gchar* g_get_current_dir       (void);
 
 /* Get the codeset for the current locale */
-gchar * g_get_codeset    (void);
+/* gchar * g_get_codeset    (void); */
 
 /* return the environment string for the variable. The returned memory
  * must not be freed. */
index c894690..dd9fa5a 100644 (file)
@@ -1710,7 +1710,7 @@ gchar*    g_dirname               (const gchar *file_name);
 gchar* g_get_current_dir       (void);
 
 /* Get the codeset for the current locale */
-gchar * g_get_codeset    (void);
+/* gchar * g_get_codeset    (void); */
 
 /* return the environment string for the variable. The returned memory
  * must not be freed. */