Move all *_error_quark() unctions to the 'Private' sections. (#61472)

* glib/glib-sections.txt: Move all *_error_quark()
unctions to the 'Private' sections. (#61472)
This commit is contained in:
Matthias Clasen 2001-10-01 18:57:18 +00:00
parent 194d67c8b6
commit 42a186482c
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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

View 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>