mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-13 04:46:15 +01:00
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:
parent
194d67c8b6
commit
42a186482c
@ -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>
|
2001-10-01 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
* glib/tmpl/macros.sgml (G_CONST_RETURN): document
|
* glib/tmpl/macros.sgml (G_CONST_RETURN): document
|
||||||
|
@ -547,10 +547,12 @@ g_thread_init_with_errorcheck_mutexes
|
|||||||
G_LOCK_NAME
|
G_LOCK_NAME
|
||||||
glib_dummy_decl
|
glib_dummy_decl
|
||||||
GSystemThread
|
GSystemThread
|
||||||
g_thread_error_quark
|
|
||||||
g_thread_use_default_impl
|
g_thread_use_default_impl
|
||||||
g_threads_got_initialized
|
g_threads_got_initialized
|
||||||
g_thread_functions_for_glib_use
|
g_thread_functions_for_glib_use
|
||||||
|
<SUBSECTION Private>
|
||||||
|
g_thread_error_quark
|
||||||
|
</SUBSECTION>
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
@ -625,7 +627,6 @@ g_io_channel_shutdown
|
|||||||
GIOStatus
|
GIOStatus
|
||||||
GIOChannelError
|
GIOChannelError
|
||||||
G_IO_CHANNEL_ERROR
|
G_IO_CHANNEL_ERROR
|
||||||
g_io_channel_error_quark
|
|
||||||
g_io_channel_error_from_errno
|
g_io_channel_error_from_errno
|
||||||
|
|
||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
@ -674,6 +675,7 @@ g_io_channel_seek
|
|||||||
g_io_channel_close
|
g_io_channel_close
|
||||||
|
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
|
g_io_channel_error_quark
|
||||||
g_io_watch_funcs
|
g_io_watch_funcs
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user