mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +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>
|
||||
|
||||
* glib/tmpl/macros.sgml (G_CONST_RETURN): document
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user