Move all *_error_quark() unctions to the 'Private' sections. (#61472)
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 1 Oct 2001 18:57:18 +0000 (18:57 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 1 Oct 2001 18:57:18 +0000 (18:57 +0000)
* glib/glib-sections.txt: Move all *_error_quark()
unctions to the 'Private' sections. (#61472)

docs/reference/ChangeLog
docs/reference/glib/glib-sections.txt

index 60bc812..e07f50d 100644 (file)
@@ -1,5 +1,10 @@
 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
 
+       * glib/glib-sections.txt: Move all *_error_quark()
+       functions to the 'Private' sections. (#61472)
+
+2001-10-01  Matthias Clasen  <matthiasc@poet.de>
+
        * glib/tmpl/macros.sgml (G_CONST_RETURN): document
        allowed uses for 'out' parameters.
 
index 26e233d..081e91c 100644 (file)
@@ -547,10 +547,12 @@ g_thread_init_with_errorcheck_mutexes
 G_LOCK_NAME
 glib_dummy_decl
 GSystemThread
-g_thread_error_quark
 g_thread_use_default_impl
 g_threads_got_initialized
 g_thread_functions_for_glib_use
+<SUBSECTION Private>
+g_thread_error_quark
+</SUBSECTION>
 </SECTION>
 
 <SECTION>
@@ -625,7 +627,6 @@ g_io_channel_shutdown
 GIOStatus
 GIOChannelError
 G_IO_CHANNEL_ERROR
-g_io_channel_error_quark
 g_io_channel_error_from_errno
 
 <SUBSECTION>
@@ -674,6 +675,7 @@ g_io_channel_seek
 g_io_channel_close
 
 <SUBSECTION Private>
+g_io_channel_error_quark
 g_io_watch_funcs
 </SECTION>